Releases: abusix/knsq
Releases · abusix/knsq
Release 1.5.0
Release 1.4.0
- Upgraded Kotlin version to 1.7.10
- Dependency upgrades
- Fix potential synchronization issue
- Test and project improvements
Release 1.3.1
- Fixed rare errors caused by heartbeats sent by the broker before the connection was fully established
- Upgraded Kotlin version to 1.6.10
- Dependency upgrades
Release 1.3.0
- Upgraded Kotlin version to 1.6.0
- Dependency upgrades
Release 1.2.4
- Improved subscription health-keeping to respect shutdown (this caused some undesirable exceptions during shutdown in rare cases)
Release 1.2.3
- Fixed potential race-conditions caused by missing volatile keywords
Release 1.2.2
- Fixed exception caused by race-condition in subscription handling
- Upgraded dependencies
Release 1.2.1
- Fixed rare unexpected exception in connect method
- Upgraded dependencies
Release 1.2.0
- Upgraded Kotlin to 1.5.0
- Dependency Updates
Release 1.1.0
- Automated finish response if messages to NSQ after onMessage concludes can now be turned off using a config parameter at the subscribe method
- Upgrade Kotlin to 1.4.30
- Several dependency updates