Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
== 1.3.2 20131208 * 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 TritonDataCenter#78, again. * Clean up logger interfacing. * Fixes from RSpec testing == 1.3.1 20131002 * Method calls to the logger object should check for that method first (TritonDataCenter#83) == 1.3.0 20130930 * ERROR frames now raise an exception in the Stomp::Client thread(TritonDataCenter#73, TritonDataCenter#81) * Allow anonymous connections (TritonDataCenter#75) * Fix for subscription id handling in STOMP 1.1 (TritonDataCenter#78) * Added a NullLogger (TritonDataCenter#77) * Added :tcp_nodelay option (disable Nagle's algorithm) (TritonDataCenter#76) * Read receipt ids are now UUIDs * Added a :start_timeout parameter
- Loading branch information