-
Fix issue #165
-
Reinstate autoflush behavior
-
Correct _receive method signature
-
Update version
-
More debugging messages in netio.rb.
- More debugging messages in netio.rb.
- Test workaround for Artemis-2289.
- New put and get examples.
- Fix issue #160.
- Address issue #155.
- Suppress SSL stacktrace to stdout.
- Example logger enhancements.
- Optional STOMP frame in examples.
- Fix missed merge from 1.4.7 release.
- Add global debug output flag to all unit tests.
- Support SSL cert/key in text format.
- Test adjustments for Artemis
- Correct missing variable name
- Fix Ruby 2.6 test indentation warning
- Fix broken JRuby support. Issue #153.
- Rework many tests for JRuby support.
- Add optional debug output to all tests.
- Add option for no timeout on network read
- Lock check of @io.ready for SSL sockets
- Squelch some deprecation warnings
- Address issue #146
- Reintroduce named excepton on nil header
- Environmentally control some debug flags
- Raise named exception on bad server frame
- Attempt to address issue #152
- Eliminate Ruby 2.5 warnings in unit tests
- Major refactor of all gem examples
- Merge fix for issue 141.
- Fix broken MatReconnectAttempts
- Attempt to detect mismatched SSL port and params.
- Issue 139, add ssl checks to receive timeout logic.
- Eliminate assert_nothing_raised from tests.
- Add Artemis suport to standard test bed.
- Run JRuby tests more easily.
- Quick fix of install failures. Do not try to install 1.4.2.
- Refine SSL examples.
- Address issue #124 with additional RDOC.
- spec for Stomp::Client - check that headers passed to connection contain required values as well as given custom and that given hash is not modified.
- Stomp::Client now does not modify given headers hash
- spec description enhancement.
- fix build_subscription_id - symbol and string were mixed up.
- STOMP_TESTSSL flag should enable all SSL tests.
- Add a basic Gemfile.
- Fix a memory leak in receipt implementation.
- Add unit test helper script.
- Add call to #post_connection_check to normal SSL processing. This change further validates the name of the broker connected to. This change adds to the current SSL connection processing logic, and is highly recommended. In the case a client cannot tolerate this logic, it can be disabled by adding :ssl_post_conn_check => false to the connection hash.
- Fix typo in SSL failure recovery processing.
- Connection parameter :parse_timeout now means IO:select wait time for socket reads. Consumer clients should see a significantly reduced memory footprint. If the default (5 seconds) is not used by your client, we suggest you test carefully.
- Add example programs for sending / receiving large messages.
- Changelog format is changed from .rdoc to .md.
- README format is changed from .rdoc to .md.
- README format change of contributor's list.
- Add example utilities for generating the contributor's list.
- Eliminate many warnings when using 'rake test', mostly from the 2.x Ruby series.
- Get rakefile up to date.
- Add the 'adhoc' subdirectory, an area for experiments and issue recreation code.
- Add AMQ specific durable topic example.
- Output error to stderr only in logger is undefined.
- Move README changelog lower.
- Handle newline at start of receive buffer.
- Use Timeout::timeout instead of deprecated kernel version.
- If socket open on reconnect, close it before new open.
- On misc_err, make error messages more readable.
- Attempt to support both Rspec 2.14.1+ and 3.x.
- Change :start_timeout default to 0 (might break some clients) (#98).
- Allow user set of SSLContext options (#105).
- Allow user set of parm in SSLContext.new(parm) (#105).
- Do not attempt to write empty message bodies.
- Explicity close ssl socket on connection timeout.
- Fix incorrect behavior for empty header keys (#93)
- Do not override explicit :reliable => false.
- Fix client fail-over fails (#98)
- 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
- Method calls to the logger object should check for that method first (#83)
- 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
- 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)
- Version bump (1.2.13 release had Stomp::Version of 1.1.12.)
- Prevent dup subscription header on re-receive
- Issue #68, Stomp::Client#unreceive max_redeliveries off-by-one error
- 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
- 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
- Issue #57, reconnect delays not honored if erroneous headers
- Support fail overs when heartbeat send/receive fails
- Update callback logger example
- 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)
- Fix inverted encode / decode logic (fairly major 1.1+ bug)
- Enhance codec tests
- Enhance Stomp 1.1+ tests
- Stomp 1.2 support (see http://stomp.github.com)
- Reset reconnect_delay to default value upon successful reconnect
- Enhance tests for Stomp 1.2
- 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'
- 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
- Add ability for client to request flush on write to the connection (Issue #45)
- Add ability for client to retrieve heartbeat intervals and counters
- Fix I/O errors with heartbeats and multithreaded clients (Issue #46)
- Enhance tests for heartbeats
- Correct typos and clarify comments in many examples
- Fix UnsupportedProtocol on connect to a 1.0 broker
- Add Client#poll method
- Add help to stompcat and catstomp
- Allow password to be set for private SSL key
- Update comments to reflect new repository URL
- Reformat changelog dates to ISO8601
- Fix SSL connection failures using JRuby
- Use symbols, not strings for all header keys
- Add IPV6 to IPV4 failover for dual homed systems when requested
- Major performance improvement for read of messages without content-length header
- Correct Stomp 1.1 failing test
- Update sample code to reflect removal of 'send'
- Add on_ssl_connectfail callback and allow clients to signal quit from the callback
- Ensure that SSL certificates and SSL related files exist and are readable
- Allow SSL file checks before connect using SSLParams.new(:fsck => true, ...)
- Correct a test for Windows compatibility
- Robust SSL certificate support. See examples and: https://github.com/stompgem/stomp/wiki/extended-ssl-overview
- Really remove the deprecated #send methods
- Fix exception in Stomp 1.1 code when headers are frozen
- Revert 245e734a0. See ce8335fb2f for details. Fixes broken Connection#poll.
- Add reconnection attempts to callback logging.
- Add SSL specific connection information to callback logging.
- Stomp 1.1 protocol support. A significant change. Please test existing 1.0 code well. See the examples directory for 1.1 examples.
- Accept :reliable in a Stomp::Client connection hash
- Add connect timeout with hashed parameters
- Do not allow calls after close/disconnect
- Enhance supported logger callbacks
- Fix subscription id in find_listener
- Start to bootstrap STOMP 1.1 support
- Fixes for JRuby support
- Fix EOF error on disconnect
- Refactoring and additional test
- Set up tests for use of RabbitMQ
- Support wildcard destinations
- Handle subscribe with string or symbol ID
- Check for duplicate subscriptions in spec tests
- Support AMQ and Apollo servers in uinit tests
- Correct UTF-8 (Unicode) content-length calcualtion in Ruby 1.9
- Send of a nil body causes exception
- Add optional callback logging. See the examples install directory, files logexamp.rb and slogger.rb
- Correct date stamps in this file
- Set KEEPALIVE on connection socket options
- Attempt to support JRuby more robustly (poll remains broken)
- Switch to ruby supplied IO#ready?
- Test enhancements for suppress_content_length header
- Miscellaneous small documentation updates
- Add parse_timeout parameter for use with hashed logins
- Allow connection to hosts with a - (dash) in the host name
- Add limit parameter to thread joins
- Binary parse of raw STOMP frame
- Fix broken tests on Ruby 1.9.2
- Fixed multi-thread app hanging
- 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)
- 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
- Failover support
- SSL support
- Stomp::Connection and Stomp::Client accept a hash on their constructor
- Ruby 1.9 Support
- Add support for connect_headers, to control the CONNECT command.
- Refactored lib dir to separate concerns.
- Better test coverage
- General code cleanup.
- Whitespace cleanup
- Refactored Rakefile and added stomp.gemspec for GitHub friendliness.
- Added .gitignore file
- Refactored layout of lib dir to separate concerns
- Cleanup of initializers, and provide Client accessors for reading values (for testing)
- Removed test/test_url_* files as they only differed from the test_client.rb in their setup. Super UnDry. Added URL tests to cover stomp URL as param.
- Created initial RSpec specs which stub/mock objects and should not require a running Stomp server instance.
- better url parsing
- git-svn-id: http://svn.codehaus.org/stomp/ruby/trunk@48 fd4e7336-3dff-0310-b68a-b6615a75f13b
- Allow URL style connections descriptors
- git-svn-id: http://svn.codehaus.org/stomp/ruby/trunk@44 fd4e7336-3dff-0310-b68a-b6615a75f13b
- Additional fixes for reliable by Andrew Kuklewicz
- git-svn-id: http://svn.codehaus.org/stomp/ruby/trunk@42 fd4e7336-3dff-0310-b68a-b6615a75f13b
- Moving ruby so we can tag it ;-)
- git-svn-id: http://svn.codehaus.org/stomp/ruby/trunk@37 fd4e7336-3dff-0310-b68a-b6615a75f13b
- Increment version
- git-svn-id: http://svn.codehaus.org/stomp/trunk/ruby@24 fd4e7336-3dff-0310-b68a-b6615a75f13b
- works in repl, getting messages in weird order or dupes in test, but unable to isolate so far #(
- git-svn-id: http://svn.codehaus.org/stomp/trunk/ruby@20 fd4e7336-3dff-0310-b68a-b6615a75f13b