Skip to content

Commit 18b3c0e

Browse files
committed
[automated] Marking Release 2.6.0
1 parent 4a00ff4 commit 18b3c0e

File tree

1 file changed

+125
-1
lines changed

1 file changed

+125
-1
lines changed

debian/changelog

Lines changed: 125 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,4 +893,128 @@ nats.py (2.6.0) UNRELEASED; urgency=medium
893893
* clean unused libs
894894
* clean unused libs
895895

896-
-- Hypernode Tech Team <[email protected]> Wed, 06 Dec 2023 15:07:45 +0100
896+
[ Carlo Suriano ]
897+
* Add consumer backoff support
898+
899+
[ Ginger Collison ]
900+
* Create CONTRIBUTING.md [skip ci]
901+
* Update CONTRIBUTING.md [skip ci]
902+
903+
[ Brian Smith ]
904+
* Added support to export subjects when fetching js.stream_info()
905+
906+
[ Waldemar Quevedo ]
907+
* Add test for js.stream_info subjects_filter support
908+
* Use server explicit version in Travis
909+
* Add filter_subjects to ConsumerConfig
910+
* Update test_kv_simple to adapt to change in v2.10.10
911+
* Change default inactive_threshold for kv watch to 5min
912+
* Change first argument from pull_subscribe_bind to consumer
913+
* Remove testing of older dev branch
914+
* Bump version to v2.7.0
915+
916+
[ Guillaume Charbonnier ]
917+
* added support for subject transform
918+
919+
[ Waldemar Quevedo ]
920+
* Add test and support of transforms in sources
921+
922+
[ Guillaume Charbonnier ]
923+
* Add compression field in StreamConfig (#537)
924+
925+
[ Waldemar Quevedo ]
926+
* Add test for stream compression
927+
928+
[ Guillaume Charbonnier ]
929+
* added metadata field to both StreamConfig and ConsumerConfig
930+
* added metadata field to both StreamConfig and ConsumerConfig (#539)
931+
932+
[ Waldemar Quevedo ]
933+
* Fix setting none as StreamCompression
934+
* Bump version to v2.7.2
935+
* Add consumer backoff support
936+
* js: add fetch heartbeat option
937+
* Add optional idle_heartbeat to fetch request
938+
939+
[ Hugo O. Rivera (ROGUH) ]
940+
* Allow passing file contents as user_credentials, not just file paths
941+
942+
[ Waldemar Quevedo ]
943+
* Add option to pass RawCredentials string as user_credentials
944+
945+
[ Casper Beyer ]
946+
* Fix flaky test
947+
948+
[ Waldemar Quevedo ]
949+
* Update dependencies.md
950+
951+
[ Casper Beyer ]
952+
* Add deferred publishing to JetStream
953+
* Handle publish ack futures internally in JetStreamContext
954+
* Make pending_acks_limit 4000 instead of 4096 by default
955+
* Remove debug prints
956+
* Add `JetStreamContext.publish_async_completed`
957+
* Remove unused timeout parameter
958+
* Add `publish_async_pending`
959+
* Fix potential race condition in `nats.aio.Client.request`
960+
* Use an `asyncio.Event` to signal pending publish completion
961+
* Add stall waiting for publish async
962+
* Align more with Go naming
963+
* Update nats/js/errors.py
964+
965+
[ Waldemar Quevedo ]
966+
* Bump version to v2.8.0
967+
* Update server version
968+
* Test using latest nats release
969+
* Update pythons
970+
* Update setup.py
971+
* Update README.md
972+
973+
[ Charles Duffy ]
974+
* JetStreamManager: During a direct GET, do not conflate seq == 0 and seq is None
975+
976+
[ Casper Beyer ]
977+
* Implement services (ADR-32) (#566)
978+
979+
[ pySilver ]
980+
* Fixes memory leak in `PushSubscription::unsubscribe`
981+
982+
[ kousha ghodsizad ]
983+
* Add test for `streams_info` method with offset and implement pagination (#594)
984+
985+
[ Waldemar Quevedo ]
986+
* Bump version to v2.9.0
987+
988+
[ somratdutta ]
989+
* feat(kv): implement KeysWithFilters method for key filtering in KV bucket
990+
* work on comments - replace print with logger - added params to existing method keys() - add test file - update example - raise error
991+
* work on comments - replace print with logger - added params to existing method keys() - add test file - update example - raise error
992+
* work on comments - remove unnecessary logging line
993+
994+
[ rijenkii ]
995+
* Fix typing of `JetStreamContext.publish`
996+
997+
[ Casper Beyer ]
998+
* Add `discard_new_per_subject` to `StreamConfig`
999+
* Make tests inherit from jetstream test case
1000+
1001+
[ Mourits de Beer ]
1002+
* Validate stream name in `add_stream` method (#607)
1003+
1004+
[ Casper Beyer ]
1005+
* Add test workflow
1006+
* Enforce formatting
1007+
1008+
[ Diorcet Yann ]
1009+
* Support REQUEST_TIMEOUT status code for a batch fetch with no_wait=True (#618)
1010+
1011+
[ Mikołaj Nowak ]
1012+
* Fix deliver_subject in implicit subscription creation (#615)
1013+
1014+
[ Mourits de Beer ]
1015+
* Enforce import sorting
1016+
1017+
[ John Weldon ]
1018+
* Allow passing pathlib.Path derived types to user_credentials (#623)
1019+
1020+
-- Hypernode Tech Team <[email protected]> Fri, 10 Jan 2025 09:56:11 +0100

0 commit comments

Comments
 (0)