Changelog for
rubygem-stomp-1.2.11-2.1.x86_64.rpm :
Tue Jul 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.11
* Issue #60, timeout/hang under JRuby
* More generally support JRuby use and testing
* Issue #58, nil message in Client on AMQ shutdown
* More robust RabbitMQ tests
== 1.2.10 20130708
* Issue #57, reconnect delays not honored if erroneous headers
* Support fail overs when heartbeat send/receive fails
* Update callback logger example
Sat Apr 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.9
* Refactoring and documentation updates (glennr)
* Fix test encoding for Ruby 2.0+
* Fixes to tests due to :suppress_content_length fix
* Issue #50 Stomp::Client reconnects fail
* Correctly honor :suppress_content_length with 1.1 (JP Hastings-Spital)
* Fix reference to client.publish rather than client.send (JP Hastings-Spital)
Sat Dec 29 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.8
* Fix inverted encode / decode logic (fairly major 1.1+ bug)
* Enhance codec tests
* Enhance Stomp 1.1+ tests
Fri Nov 2 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.7
* Stomp 1.2 support (see http://stomp.github.com)
* Reset reconnect_delay to default value upon successful reconnect
* Enhance tests for Stomp 1.2
Tue Oct 9 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.6
* Provide ability to eliminate checks for closed in protocol methods
* Cover ssl.connect with connection timeout parameter
* If heartbeat send raises, do not reraise unless client requests that
* Remove methods that invoke __send__
* Move internal methods to \'private\'
Sat Aug 4 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.2.5
* Issue #48 any forks with modifications will be affected!
* Source code restructured into individual files
* Common indentation used throughout the source
* Many method comments have been added
* See notes in source regarding making methods private in the next release
* See notes in source regarding removal of methods in the next release
* Include examples and tests in rdoc generated during install
* Issue #47 socket is open during retries
Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 1.1.6
* Fixed multi-thread app hanging
- additional changes from version 1.1.5
* Added publish method (send is now deprecated)
* Changes on Rake File
* Added original_destination header to unreceive
* suppress content length header is send on the message for
future handling (like unreceive)
- additional changes from version 1.1.4
* Added unreceive message method that sends the message back to
its queue or to the dead letter queue, depending on the
:max_redeliveries option, similar to a13m one.
* Added environment variable option for running \'rake test\' on
any stomp server, using any port with any user.
* Added suppress_content_length header option for ActiveMQ
knowing it is a text message (see:
http://juretta.com/log/2009/05/24/activemq-jms-stomp/)
* Fixed some bugs with Ruby 1.9 (concatenate string + exception)
* Major changes on message parsing feature
* Fixed bug with old socket not being closed when using failover
* Fixed broken poll method on Connection
* Fixed broken close method on Client
* Added connection_frame accessor
* Added disconnect receipt
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Fri Dec 25 13:00:00 2009 prusnakAATTsuse.cz
- update to 1.1.3
* Failover support
* SSL support
* Stomp::Connection and Stomp::Client accept a hash on their
constructor
Thu Aug 6 14:00:00 2009 dmacvicarAATTnovell.com
- initial package