-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update v2.11 branch #1698
base: v2.11-dev
Are you sure you want to change the base?
Update v2.11 branch #1698
Commits on Feb 29, 2024
-
[IMPROVED] Performance of respToken (#1575)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fefbb2 - Browse repository at this point
Copy the full SHA 3fefbb2View commit details
Commits on Mar 3, 2024
-
[IMPROVED] Bind Object Store bucket stream when getting object. (#1568)
The change is needed to properly operate on mirrored object store buckets. By binding stream nats.go does not need to search for stream by subjects (which does not work for mirrors).
Configuration menu - View commit details
-
Copy full SHA for 21d3482 - Browse repository at this point
Copy the full SHA 21d3482View commit details
Commits on Mar 4, 2024
-
[IMPROVED] Bind Streams in Object Store Watchers (#1578)
When mirroring Object Store, there is a need to setup subject transformations. However, client also needs to bind to the stream to avoid stream lookup, which is both not necessary and expensive, and also does not work with Object Store mirrors. Signed-off-by: Tomasz Pietrek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52a2d33 - Browse repository at this point
Copy the full SHA 52a2d33View commit details
Commits on Mar 11, 2024
-
[ADDED] StatusChanged for core and js subscriptions (#1570)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92c4a99 - Browse repository at this point
Copy the full SHA 92c4a99View commit details
Commits on Mar 12, 2024
-
[IMPROVED] Fixed typos in comments (#1581)
Co-authored-by: Paolo TETI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bc3ea9 - Browse repository at this point
Copy the full SHA 4bc3ea9View commit details -
[IMPROVED] Missing section in jetstream readme ToC (#1557)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aefaeac - Browse repository at this point
Copy the full SHA aefaeacView commit details -
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85e6223 - Browse repository at this point
Copy the full SHA 85e6223View commit details
Commits on Mar 18, 2024
-
[IMPROVED] Fetch and FetchBatch for draining and closed subscriptions (…
…#1582) Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dfefd9 - Browse repository at this point
Copy the full SHA 6dfefd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3a093 - Browse repository at this point
Copy the full SHA dd3a093View commit details -
Merge pull request #1585 from ramonberrutti/fix-stop-error
[FIXED] micro: Incorrect stopErr used
Configuration menu - View commit details
-
Copy full SHA for 8ba3483 - Browse repository at this point
Copy the full SHA 8ba3483View commit details
Commits on Mar 19, 2024
-
[IMPROVED] Add test checking if client reconnects after jwt expires (#…
…1586) Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ba8e08 - Browse repository at this point
Copy the full SHA 3ba8e08View commit details
Commits on Mar 20, 2024
-
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33316cd - Browse repository at this point
Copy the full SHA 33316cdView commit details
Commits on Apr 2, 2024
-
[FIXED] Race condition in Fetch and FetchBatch when using heartbeats (#…
…1601) Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4207658 - Browse repository at this point
Copy the full SHA 4207658View commit details -
[FIXED] Async publish error handling on disconnect (#1592)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c97f022 - Browse repository at this point
Copy the full SHA c97f022View commit details
Commits on Apr 3, 2024
-
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10381e1 - Browse repository at this point
Copy the full SHA 10381e1View commit details
Commits on Apr 5, 2024
-
[IMPROVED] Add note to readme about backwards compatibility (#1604)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc22a66 - Browse repository at this point
Copy the full SHA dc22a66View commit details -
[IMPROVED] Documentation for AccountInfo and ErrJetStreamNotEnabled (#…
…1605) Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46be740 - Browse repository at this point
Copy the full SHA 46be740View commit details
Commits on Apr 9, 2024
-
[ADDED] API to read Reply subject from
micro.Request
(#1589)Fixes #1579 Signed-off-by: Massimo Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1eafa27 - Browse repository at this point
Copy the full SHA 1eafa27View commit details
Commits on Apr 15, 2024
-
Remove unnecessary allocations from
readMIMEHeader
(#1609)Signed-off-by: Neil Twigg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdc50de - Browse repository at this point
Copy the full SHA cdc50deView commit details
Commits on Apr 17, 2024
-
[FIXED] KV discard policy in jetstream pkg (#1616)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa996fc - Browse repository at this point
Copy the full SHA fa996fcView commit details
Commits on Apr 18, 2024
-
[FIXED] Add discard policy repair logic in CreateKeyValue (#1617)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d4b227 - Browse repository at this point
Copy the full SHA 9d4b227View commit details
Commits on Apr 22, 2024
-
[FIXED] Validation in jetstream and KV (#1613)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bdb629 - Browse repository at this point
Copy the full SHA 7bdb629View commit details -
[IMPROVED] Example code in jetstream/README.md (#1595)
Signed-off-by: Jean-Noël Moyne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74ba523 - Browse repository at this point
Copy the full SHA 74ba523View commit details -
[FIXED] Call ConnectedCB with RetryOnFailedConnect when initial conn …
…failed (#1619) Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8894a27 - Browse repository at this point
Copy the full SHA 8894a27View commit details
Commits on May 16, 2024
-
[UPDATED] Added json tags to KeyValueConfig struct to behave consiste…
…ntly with the StreamConfig one (#1630) Signed-off-by: Mattia Barbisan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff188f2 - Browse repository at this point
Copy the full SHA ff188f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 833574b - Browse repository at this point
Copy the full SHA 833574bView commit details
Commits on May 17, 2024
-
[ADDED] Force reconnect (#1624)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 364bbef - Browse repository at this point
Copy the full SHA 364bbefView commit details -
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ffb3ac - Browse repository at this point
Copy the full SHA 1ffb3acView commit details
Commits on May 24, 2024
-
[FIXED] Object Store compatibility tests (#1637)
Signed-off-by: Tomasz Pietrek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41975ba - Browse repository at this point
Copy the full SHA 41975baView commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c93d277 - Browse repository at this point
Copy the full SHA c93d277View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69922ce - Browse repository at this point
Copy the full SHA 69922ceView commit details
Commits on Jun 11, 2024
-
[FIXED] Set OptStartSeq correctly in OrderedConsumerConfig (#1644)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1deccaf - Browse repository at this point
Copy the full SHA 1deccafView commit details
Commits on Jun 13, 2024
-
[IMPROVED] Ordered consumer creation and initial config settings (#1645)
This changes a few things around creating ordered consumers: - initial ordered consumer creation is now done without retries - fixed an issue where start seq could be invalid when resetting a consumer which did not receive any messages - simplified getConsumerConfig() Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 005a6f2 - Browse repository at this point
Copy the full SHA 005a6f2View commit details -
[IMPROVED] Handle error and reset ordered consumer in Messages() (#1646)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dbd825 - Browse repository at this point
Copy the full SHA 5dbd825View commit details -
[FIXED] Remove
ConsumerInfo()
calls inConsume()
andMessages()
…… after reconnect. (#1643) - `Consume()` and `Messages()` no longer call `ConsumerInfo()` on upon reconnect. - Ordered consumers now reset on each reconnect event. Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66b92a9 - Browse repository at this point
Copy the full SHA 66b92a9View commit details
Commits on Jun 14, 2024
-
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 370bc4f - Browse repository at this point
Copy the full SHA 370bc4fView commit details
Commits on Jul 17, 2024
-
[IMPROVED] Trim trailing slash if set on server address which causes …
…errors during look up (#1654)
Configuration menu - View commit details
-
Copy full SHA for 97e6a52 - Browse repository at this point
Copy the full SHA 97e6a52View commit details
Commits on Jul 22, 2024
-
[IMPROVED] JetStream package docs visibility (#1675)
Signed-off-by: Tomasz Pietrek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dd2246 - Browse repository at this point
Copy the full SHA 8dd2246View commit details
Commits on Jul 23, 2024
-
Deprecate encoded connections (#1674)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94fa0cb - Browse repository at this point
Copy the full SHA 94fa0cbView commit details
Commits on Jul 25, 2024
-
[FIXED] Deadlock when accessing subscriptions map on consumer (#1671)
This fixes an issue where a deadlock could occur when calling `Stop()` or `Drain()` on `ConsumeContext` or `MessagesContext` and then calling `Consume` or `Messages` immediately. Switched to using a type-safe implementation of `sync.Map` for subscriptions map instead of locking the whole consumer state. Additionally, changed the type of atomic flags from `uint32` to `atomic.UInt32` to avoid accidental non-atomic reads/writes. Signed-off-by: Piotr Piotrowski <[email protected]> --------- Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c693ec3 - Browse repository at this point
Copy the full SHA c693ec3View commit details
Commits on Jul 29, 2024
-
Update docker for compatibility tests (#1688)
Signed-off-by: Tomasz Pietrek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8a32d5 - Browse repository at this point
Copy the full SHA a8a32d5View commit details
Commits on Aug 1, 2024
-
[FIXED] Panic in ordered consumer (#1686)
Signed-off-by: Piotr Piotrowski <[email protected]> Co-authored-by: Daniel Mack <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e0a59b - Browse repository at this point
Copy the full SHA 5e0a59bView commit details
Commits on Aug 5, 2024
-
Correct README.md formatting (#1692)
Correct README.md formatting
Configuration menu - View commit details
-
Copy full SHA for e3df53d - Browse repository at this point
Copy the full SHA e3df53dView commit details
Commits on Aug 7, 2024
-
[FIXED] Setting deliver policy in Fetch() for OrderedConsumer (#1693)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3498a06 - Browse repository at this point
Copy the full SHA 3498a06View commit details
Commits on Aug 12, 2024
-
[FIXED] Change Fetch client timeout to a higher value (#1689)
* [FIXED] Change Fetch client timeout to a higher value Signed-off-by: Piotr Piotrowski <[email protected]> * Set the maximum diff on timeouts Signed-off-by: Piotr Piotrowski <[email protected]> --------- Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af10233 - Browse repository at this point
Copy the full SHA af10233View commit details -
[ADDED] CleanupPublisher method for removing internal JetStream subsc…
…ription (#1690) Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c76a9a7 - Browse repository at this point
Copy the full SHA c76a9a7View commit details
Commits on Aug 13, 2024
-
[ADDED] ConsumeContext.Closed() method for waiting for consume to be …
…closed/drained (#1691) Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a7246d - Browse repository at this point
Copy the full SHA 6a7246dView commit details -
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 278f9f1 - Browse repository at this point
Copy the full SHA 278f9f1View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f181d3 - Browse repository at this point
Copy the full SHA 6f181d3View commit details
Commits on Aug 15, 2024
-
[ADDED] Pause and resume jetstream consumer (#1571)
Signed-off-by: Yordis Prieto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94c83b7 - Browse repository at this point
Copy the full SHA 94c83b7View commit details -
Revert "[ADDED] Pause and resume jetstream consumer (#1571)"
This reverts commit 94c83b7.
Configuration menu - View commit details
-
Copy full SHA for 0138e7a - Browse repository at this point
Copy the full SHA 0138e7aView commit details
Commits on Aug 16, 2024
-
[IMPROVED] Fix linter issues (#1700)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b61c7c5 - Browse repository at this point
Copy the full SHA b61c7c5View commit details
Commits on Sep 5, 2024
-
[IMPROVED] Move CI to github actions (#1623)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a06b6a9 - Browse repository at this point
Copy the full SHA a06b6a9View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8bd1736 - Browse repository at this point
Copy the full SHA 8bd1736View commit details
Commits on Sep 20, 2024
-
[ADDED] UserInfoHandler for dynamically setting user/password (#1713)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e850080 - Browse repository at this point
Copy the full SHA e850080View commit details -
[IMPROVED] Remove travis from ci and fix build badge (#1716)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0b1ea4 - Browse repository at this point
Copy the full SHA f0b1ea4View commit details
Commits on Sep 24, 2024
-
[FIXED] Invalid response schema in README for Service API (#1720)
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0c0194 - Browse repository at this point
Copy the full SHA f0c0194View commit details
Commits on Oct 3, 2024
-
[IMPROVED] Correct the description of CreateStream to indicate it is …
…idempotent (#1723) Signed-off-by: Jean-Noël Moyne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60754bd - Browse repository at this point
Copy the full SHA 60754bdView commit details -
[ADDED] Pause and resume jetstream consumer (#1571)
Signed-off-by: Yordis Prieto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 601beae - Browse repository at this point
Copy the full SHA 601beaeView commit details -
Update server version for tests
Signed-off-by: Piotr Piotrowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f590f1 - Browse repository at this point
Copy the full SHA 6f590f1View commit details