Releases: nats-io/nats.java
Releases · nats-io/nats.java
2.16.11 Testing and minor fixes
Core
- New connection option reportNoResponders #887 @scottf
- WS Http Request Version Default To 1.1 #891 @aditya-agarwal-groww
JetStream
- better pull error message and async tests #888 @scottf
- better handle pull status message comes from a previous pull #899 @scottf
Misc / Test
- Test Improvements #886 @scottf
- Test tuning #889 @scottf
- Server regression issue was fixed, setting test back #890 @scottf
- test harness - more flexible way to wait for errors/exceptions #894 @scottf
- flappers - trying more time #895 @scottf
- Update plugin repository to refer to existing services after Bintray shutdown #897 @cpiotr
2.16.10 Pull improvements and simplification
JetStream
- For JS Subs, expose the consumer name since it's already tracked #869 @scottf
- Part 1 in pull handling improvements #870 @scottf
- Part 2 in pull handling improvements #871 @scottf
- Time used fetching should never be negative #878 @liu-jianyang
- Pull-fetch-time-left #879 @liu-jianyang
- Simplification Part 1 #848 @scottf
- Simplification (Experimental) Part 2 #882 @scottf
- Simplification pre-experimental-release #884 @scottf
Core
- fix rehost #874 @scottf
- Options Builder constructor that takes existing Options #875 @scottf
- StreamConfiguration and ConsumerConfiguration metadata support #877 @scottf
Misc / Test
2.16.9 Pull Request Handling and Server Pool
Core
- ServerPool including Hostname resolution #847 @scottf
- Enable add/remove of multiple ConnectionListeners per Connection #861 @davidmcote
JetStream
Service (Experimental)
Object Store (Experimental)
- use -1 to indicate end of stream, not lack of full buffer #852 @scottf
- digest resets after getting value, so can't call it more than once. #854 @scottf
Misc / Test
2.16.8 Misc. Fixes
2.16.7 Service (Beta) Multi Endpoints
2.16.6 Service (Beta) and Fixes
2.16.5 Pending Limits, Auth Required Flag, Misc
Core
- increase default max (pending) messages, ability to set pending limits in subscribe options #799 @scottf
- better setup of pending limits #804 @scottf
- ignore auth required flag from server when building connection string #807 @scottf @ColinSullivan1
Etc. Tests / Docs / Examples
- Fix test only check mirror direct 2.9.0 and later #794 @scottf
- Fixes typo in Readme #795 @aaabramov
- Better dev version and autobench naming #798 @scottf
- Change Temporary File Creation in unit test. #800 @JLLeitschuh
- fixed test - name not necessary, better for regression #803 @scottf