-
Notifications
You must be signed in to change notification settings - Fork 84
Release 2.7 #874
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
Open
mtmk
wants to merge
40
commits into
main
Choose a base branch
from
release/2.7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 2.7 #874
+913
−270
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: James Thompson <[email protected]>
* #848 Tweak dependencies Signed-off-by: James Thompson <[email protected]> * Update NATS.Client.Core.csproj Signed-off-by: James Thompson <[email protected]> * Update NATS.Client.Core.csproj Signed-off-by: James Thompson <[email protected]> * Make STJ explicit dependency for JetStream Signed-off-by: James Thompson <[email protected]> * Update NATS.Client.JetStream.csproj Signed-off-by: James Thompson <[email protected]> * Force sdk to 8.0.0 Signed-off-by: James Thompson <[email protected]> * Add newer stj for net 6 Signed-off-by: James Thompson <[email protected]> --------- Signed-off-by: James Thompson <[email protected]>
) * Add support for `Filter` and `Enrich` for OpenTelemetry activities * Make `internal` methods in `internal Telemetry` `public` * Fix package versions and whatnot * Remove `TracerProviderBuilderExtensions` * Include `Deserialize` in the receive activity * Revert back accidental change * Add `ParentContext` to `NatsInstrumentationContext` * Make `GetActivityContext` public to provide the ability to get context activity context * Make preprocessor directive more accurate * Revert .csproj formatting * Move public artifacts out of the `Internal` namespace/folder * Fix build script --------- Co-authored-by: Ziya Suzen <[email protected]>
* Obsolete ReplyAsync method * Obsolete ReplyAsync method on interface
* Tweaks Signed-off-by: James Thompson <[email protected]> * Add missing dependencies Signed-off-by: James Thompson <[email protected]> * switch to system.memory Signed-off-by: James Thompson <[email protected]> * Added missing using Signed-off-by: James Thompson <[email protected]> * Reduce csproj file contents Signed-off-by: James Thompson <[email protected]> --------- Signed-off-by: James Thompson <[email protected]>
* initialize `NatsInstrumentationOptions.Default` once * `NatsInstrumentationContext.ActivityContext` doesn't need to be nullable * no need for `GetActivityContext` on NatsJSMsg
# Conflicts: # version.txt
* fix: `NatsInstrumentationOptions.Default` gets reset each time (#907) * Also, fixes from main
* Fix `NatsJSConsumer` never disposing receive activities * Use `ActivityEndingMsgReader` to `NatsJSFetch` and `NatsJSOrderedConsume` * Consolidate activity ending message readers into one class * Run `dotnet format`
* fix: `NatsJSConsumer` never disposing receive activities (#911) * Merge from main
* chore: rework NatsOpt.Default initialization * chore: removed unused using statement
KV TTL should only be allowed on Create and Purge
# Conflicts: # version.txt
Fixes merged from main
# Conflicts: # version.txt
Merge from main aligning with 2.6.8 release.
# Conflicts: # version.txt
Decision to retry jetstream publish requests should be letft to the application since it depends on the delivery and durability requirements of their solution.
# Conflicts: # version.txt
With 2.7.x we have made the default to not re-publish on failure.
* Fix JetStream publish retry defaults (#939) * Merge from main
Merged from main
* Handle 408 Requests Pending responses for fetch requests * Remove redundant `Console.WriteLine` that was put there for testing
# Conflicts: # version.txt
# Conflicts: # version.txt
* Fix connection state for consume * Enhance connection state handling with NatsConnectionFailedException * Improve error handling for connection failures and add support for configurable 503 error thresholds in JetStream consumers * Add tests for connection failure handling and configurable 503 error thresholds in JetStream consumers * Fix format * Fix test
# Conflicts: # tests/NATS.Client.JetStream.Tests/OrderedConsumerTest.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NatsJSConsumernever disposing receive activities (fix:NatsJSConsumernever disposing receive activities #911) 29/07/2025 12:09NatsInstrumentationOptions.Defaultgets reset each time (fix:NatsInstrumentationOptions.Defaultgets reset each time #907) 21/07/2025 11:45FilterandEnrichfor OpenTelemetry activities (Add support forFilterandEnrichfor OpenTelemetry activities #859) 09/06/2025 21:01