-
Notifications
You must be signed in to change notification settings - Fork 771
Comparing changes
Open a pull request
base repository: nats-io/nats.go
base: v1.45.0
head repository: nats-io/nats.go
compare: v1.46.0
- 17 commits
- 27 files changed
- 3 contributors
Commits on Aug 22, 2025
-
[IMPROVED] De-flake TestHotSpotReconnect and fix kv per key TTL test (#…
…1926) * [IMPROVED] De-flake TestHotSpotReconnect Signed-off-by: Piotr Piotrowski <piotr@synadia.com> * Fixed failing per key ttl test Signed-off-by: Piotr Piotrowski <piotr@synadia.com> --------- Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 3d824b0 - Browse repository at this point
Copy the full SHA 3d824b0View commit details
Commits on Sep 9, 2025
-
[UPDATED] Add max consumers limit error (code=10026) (#1927)
Signed-off-by: Artem Shulga <dev.ashulga@gmail.com> Co-authored-by: arlet <shulga@niuitmo.ru>
Configuration menu - View commit details
-
Copy full SHA for 5e20e85 - Browse repository at this point
Copy the full SHA 5e20e85View commit details
Commits on Sep 10, 2025
-
[IMPROVED] Return more specific cons info error on ordered consumer r…
…ecreation (#1931) Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 3d0a13a - Browse repository at this point
Copy the full SHA 3d0a13aView commit details
Commits on Sep 18, 2025
-
[ADDED] Context and timeout options to Messages.Next() plus Fetch con…
…text support (#1938) * Add timeout support to MessagesContext.Next() with mutual exclusion * [ADDED] FetchContext support for pull consumer operations --------- Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 98a4735 - Browse repository at this point
Copy the full SHA 98a4735View commit details
Commits on Sep 22, 2025
-
[ADDED] Add Metadata support to KeyValue buckets (#1944)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for a9a04a9 - Browse repository at this point
Copy the full SHA a9a04a9View commit details -
[ADDED] Support custom name prefix for ordered consumers (#1928)
Add a new NamePrefix field to OrderedConsumerConfig that allows users to specify custom prefixes for ordered consumer names. When provided, consumer names will be generated as {NamePrefix}_{sequence_number} (e.g., "myapp_1", "myapp_2"). If not provided, the default behavior of using a NUID as prefix is maintained. Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for c857ae9 - Browse repository at this point
Copy the full SHA c857ae9View commit details -
[ADDED] Counters support (#1932)
* [ADDED] Configuration field for msg counters Signed-off-by: Piotr Piotrowski <piotr@synadia.com> * [ADDED] NoHeaders option for GetMsg Signed-off-by: Piotr Piotrowski <piotr@synadia.com> * [ADDED] NoHeaders option for GetLastMsgForSubject Signed-off-by: Piotr Piotrowski <piotr@synadia.com> --------- Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 1353741 - Browse repository at this point
Copy the full SHA 1353741View commit details -
[ADDED] Prioritized priority policy (#1937)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 460f3de - Browse repository at this point
Copy the full SHA 460f3deView commit details -
[ADDED] New fields in ClusterInfo (#1935)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 3416ed0 - Browse repository at this point
Copy the full SHA 3416ed0View commit details -
[IMPROVED] Add test veryfying if mirror can be updated to regular str…
…eam (#1934) Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for ec9b58f - Browse repository at this point
Copy the full SHA ec9b58fView commit details -
[CHANGED] Remove no headers support (#1939)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 60f1718 - Browse repository at this point
Copy the full SHA 60f1718View commit details -
[ADDED] AllowAtomicPublish option on stream config (#1940)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 13d3ae2 - Browse repository at this point
Copy the full SHA 13d3ae2View commit details -
[ADDED] Introduce PersistMode for configurable persistence settings i…
…n streams (#1943) Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for c85e275 - Browse repository at this point
Copy the full SHA c85e275View commit details -
[FIXED] Revert leftover no headers support changes (#1941)
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 5e67170 - Browse repository at this point
Copy the full SHA 5e67170View commit details -
[ADDED] AllowMsgSchedules field to enable message scheduling in strea…
…m config (#1942) Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Configuration menu - View commit details
-
Copy full SHA for 9726c6f - Browse repository at this point
Copy the full SHA 9726c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d3be0c - Browse repository at this point
Copy the full SHA 2d3be0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41de016 - Browse repository at this point
Copy the full SHA 41de016View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.45.0...v1.46.0