Changelog for
rubygem-stomp-1.3.2-3.3.x86_64.rpm :
Mon May 26 14:00:00 2014 michael.haslgrueblerAATTporscheinformatik.com
- added packaging for Redhat 6
Thu Dec 12 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.2
* Anon tests assigned unique class name.
* Fix TypeError on connect timeout with 1.8.x, 2.x.
* Complete revert to previous logger logic.
* start_timeout and tcp_nodelay parameters
* SSL Fix, revert not setting default ciphers.
* Copy hash params at init.
* Fix ssl => true for Ruby 1.9.x and 2.x.
* Expanded list of STOMP default SSL ciphers:
* Do not change caller\'s :hosts array
* Issue #78, again.
* Clean up logger interfacing.
* Fixes from RSpec testing
Thu Oct 10 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.1
* Method calls to the logger object should check for that method first (#83)
== 1.3.0 20130930
* ERROR frames now raise an exception in the Stomp::Client thread(#73, #81)
* Allow anonymous connections (#75)
* Fix for subscription id handling in STOMP 1.1 (#78)
* Added a NullLogger (#77)
* Added :tcp_nodelay option (disable Nagle\'s algorithm) (#76)
* Read receipt ids are now UUIDs
* Added a :start_timeout parameter
Fri Sep 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.16
* Stomp::Client\'s should expose connection\'s host params
* Add user-specified timeout for initial CONNECTED/ERROR frame read.
* Eliminate dup Timeout::timeout in ssl connect
* Add license information to gemspec (#69)
Fri Aug 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.14
* Version bump (1.2.13 release had Stomp::Version of 1.1.12.)
* Prevent dup subscription header on re-receive
== 1.2.13 20130817
* Issue #68, Stomp::Client#unreceive max_redeliveries off-by-one error
== 1.2.12 20130811
* Fix infinite loop when max reconn attempts is reached
* Enhance JRuby support in tests
* Issue #63, nil message on rapid AMQ restarts
* Issue #63, fast spurious failovers with JRuby and AMQ
* Issue #67, SSL SNI support (thanks Hiram)
* Proper cleanup when not reliable adn EOF from broker
* Remove extraneous privte declarations
* Issue #65, allow non-word characters in login and passcode using stomp://
* Issue #66, allow a single broker in a failover URL
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