- Resolved major issue on cluster connects to non-first server, issue #78
- Official Support for Ruby 2.1
- See full list @ https://github.com/derekcollison/nats/compare/v0.5.0.beta.12...v0.5.0.beta.16
- Fixed issue #58, reconnects not stopped on auth failures
- Fixed leaking ping timers on auth failures
- Created AuthError
- See full list @ https://github.com/derekcollison/nats/compare/v0.5.0.beta.11...v0.5.0.beta.12
- Bi-directional Route designation
- Upgrade to EM 1.x
- See full list @ https://github.com/derekcollison/nats/compare/v0.5.0.beta.1...v0.5.0.beta.11
- Clustering support for nats-servers
- Reconnect client logic cluster aware (explicit servers only for now)
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.26...v0.5.0.beta.1
- Binary payload bug fix
- Lock EM to version 0.12.10, 1.0 does not pass tests currently.
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.26...v0.4.28
- Syslog support
- Fixed reconnect bug to authorized servers
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.24...v0.4.26
- Persist queue groups across reconnects
- Proper exit codes for nats-server
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.22...v0.4.24
- HTTP based server monitoring (/varz, /connz, /healthz)
- Perfomance and Stability improvements
- Client monitoring
- Server to Client pings
- Multiple Auth users
- SSL/TSL support
- nats-top utility
- Connection state dump on SIGUSR2
- Client Server information support
- Client Fast Producer support
- Client reconenct callbacks
- Server Max Connections support
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.10...v0.4.22
- Minor bug fixes
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.8...v0.4.10
- Minor bug fixes
- See full list @ https://github.com/derekcollison/nats/compare/v0.4.2...v0.4.8
- Queue group support
- Auto-unsubscribe support
- Time expiration on subscriptions
- Jruby initial support
- Performance enhancements
- Complete config file support
- See full list @ https://github.com/derekcollison/nats/compare/v0.3.12...v0.4.2
- Initial Release