CHANGELOG.md in rhoconnect-3.3.6 vs CHANGELOG.md in rhoconnect-3.4.2

- old
+ new

@@ -1,8 +1,44 @@ -## 3.3.6 (2012-10-05) -* Fix issue with Rhoconnect.api_token for admin user -* Bump nginx to v1.3.6 and redis to v2.4.17, add http_stub_status_module and include "least_conn" directive to upstream section -* Adding support for latest (3.0.x) redis client and resque library +## 3.4.2 (2012-11-8) +* fixed `rhoconnect redis-start` and `rhoconnect redis-restart` commands on windows +# D-04052 - Resque.after_fork hook wasn't initializing efficiently + +## 3.4.1 (2012-11-6) +* D-04031 - `rhoconnect startbg` and `startdebug` commands not working on windows +* Locked win32-process gem to previous release (0.6.6) so Process.fork is available for + `startbg` and `startdebug` commands. +* `rhoconnect update` command handles exceptions with useful error message + +## 3.4.0 (2012-11-1) +* Let `pass_through` and `push_notify` be string or boolean +* B-90921 - `rhoconnect` command sets are now platform-specific +* D-03946 - Fixed `rhoconnect console` command on Windows +* B-91297 - Added defaults for api_token and push appname + +## 3.4.0.rc5 (2012-10-26) +* Refactor 'Gemfile' in app generator template, add rhoconnect cmd 'update' to simplify upgrade legacy apps to latest gem + +## 3.4.0.rc4 (2012-10-19) +* Updated production stack to ruby 1.9.3p286 +* TK-04054 - fixed GCM push payload so 'data' field is passed to client + +## 3.4.0.rc3 (2012-10-15) +* B-03380 - Added Google Cloud Messaging (GCM) support +* Filter added to simplecov report so spec files are not included +* D-01639 - Issues with Resque workers connection to Redis using connection pool +* D-01563 - `rake resque:work` fails with undefined ROOT_PATH + +## 3.4.0.rc2 (2012-10-11) +* Removing Redis ConnectionPool from 1.8.7 (not supported there) +* Fixing GetClientDocs API with stats (incorrect return) + +## 3.4.0.rc1 (2012-10-09) +* Add Redis connection pool as a default +* Add redis_timeout option +* Implement automatic user notify after push_objects, push_deletes +* B-03739 - Store re-design : implement diff by object - optimizes speed and Redis memory usage +* Bump nginx to v. 1.3.6, add http_stub_status_module and include "least_conn" directive to upstream section +* B-03303 - Move page_token and count into separate headers for easy access (to avoid heavy JSON parsing) ## 3.3.5 (2012-09-20) * merge changes from master to fix broken bench script helper * ZD-2866 - Issue with Apple Push when User has windows device as one of targeted devices 2 target devices * SPR 22764 - Add enqueue method to PingJob and fix specs