Skip to content
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

Release async-nats/v0.29.0 #887

Merged
merged 1 commit into from
Mar 24, 2023
Merged

Release async-nats/v0.29.0 #887

merged 1 commit into from
Mar 24, 2023

Conversation

Jarema
Copy link
Member

@Jarema Jarema commented Mar 20, 2023

0.29.0

Overview

This release focuses on preparing for the 1.0.0 release.

The main highlight is Core NATS concrete errors.
There are also security improvements (@paolobarbolini thanks for your help!) and JetStream API improvements.

Concrete Errors

New errors returned by Core NATS methods are not boxed anymore.
They themselves are not enums, but follow more flexible approach of std::io::Error and expose kind() method to get the enum.
All enums implement PartialEq for more straightforward assertions.

Added

Fixed

Changed

New Contributors

Once again, thanks @abalmos & @NorbertBodziony for helping out with replicating the issues around fetch.
Also big thanks @paolobarbolini for the very detailed report and reproduction for TLS issue and @n1ghtmare for debugging Windows related issues.

Your contributions are invaluable to the NATS ecosystem.

Full Changelog: async-nats/v0.28.0...async-nats/v0.29.0

@Jarema Jarema requested review from caspervonb and piotrpio March 20, 2023 22:09
Copy link
Collaborator

@caspervonb caspervonb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

async-nats/CHANGELOG.md Outdated Show resolved Hide resolved
@Jarema Jarema force-pushed the release/async-nats-v0.29.0 branch from 4eb97a1 to 835ef45 Compare March 21, 2023 06:13
@caspervonb caspervonb self-requested a review March 21, 2023 10:51
Copy link
Collaborator

@caspervonb caspervonb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just marking as request changes since we're punting

@Jarema Jarema force-pushed the release/async-nats-v0.29.0 branch from 835ef45 to 22bdf44 Compare March 24, 2023 07:01
@Jarema Jarema requested a review from caspervonb March 24, 2023 07:47
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
@Jarema Jarema force-pushed the release/async-nats-v0.29.0 branch from 22bdf44 to 9386d79 Compare March 24, 2023 07:48
Copy link
Collaborator

@caspervonb caspervonb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Jarema Jarema merged commit 1a28323 into main Mar 24, 2023
@Jarema Jarema deleted the release/async-nats-v0.29.0 branch March 24, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants