CHANGELOG.md in rhoconnect-3.1.2 vs CHANGELOG.md in rhoconnect-3.2.0.beta1
- old
+ new
@@ -1,8 +1,20 @@
+## 3.2.0.beta1 (2012-04-20)
+* Rhoconnect commands (replacement for rake tasks)
+* Async framework is introduced for rubies 1.9.x (no 1.8.7 or JRuby support)
+* 26384435 - Rhoconnect Linux installer should use ruby-1.9.3-p125 as a default ruby
+* 27612327 - Bulk Sync Not Returning Errors from Zendesk ticket #2336
+* Rhoconnect production stack is updated for full support of async framework (nginx as reverse proxy server, thin app server)
+* #28219647 - Schema Change Error from Zendesk ticket #2353
+* #28328057 - Feature Request: Adding a Bulk Data Job after_perform hook from Zendesk ticket #2367
+* #28330213 - Implementing fast_insert/update/delete API
+
## 3.1.2 (2012-04-02)
-* #19297819 - Refactor server middleware loading to be static
-* #25292219 - Ensure that Store.get_zdata always returns valid array (even if it is empty)
+* #19297819 - Refactor server middleware loading to be static
+* #25292219 - Ensure that Store.get_zdata always returns valid array (even if it is empty)
+* #26310661 - No test_search
* #26868157 - bug in install.sh in rhoconnect installer
+* #26384435 - Replace in rhoconnect installer Ruby Enterprise by latest stable Ruby 1.9.3
* #27184633 - Fixing error with recursive loading of application.rb in ruby-1.8.7 and ree
* use redis 2.4.10 by default
## 3.1.1 (2012-02-07)
* Fix Zendesk issue: Rack 1.4.1 and Sinatra 1.3.2 produce 502 error with Heroku deployment (tickets 2147, 2155, 2153)