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/1.2.2 #444

Merged
merged 3 commits into from
Sep 24, 2020
Merged

Release/1.2.2 #444

merged 3 commits into from
Sep 24, 2020

Conversation

marto83
Copy link
Contributor

@marto83 marto83 commented Sep 24, 2020

The release includes mainly fixes and improvements

Breaking changes

  • Update ITransport.Send method to have a return value so it can indicate to the library whether the send succeeded or failed immediately.
    It helped improve a race condition where the transport was disconnected but the library had not processed the update yet. Now we handle queuing and resending messages much better
    This will only be relevant if you have a custom Transport implementation.

Implemented enhancements:

  • Improve handling of clock skew #303

Fixed bugs:

  • Failing internet check #437

Closed issues:

  • [CI] Fix build and tests #435
  • Typo in property name for log handler #427
  • MessageExtras to comply with TM2i #422

Merged pull requests:

Copy link
Contributor

@QuintinWillison QuintinWillison left a comment

Choose a reason for hiding this comment

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

I'm pretty sure there are no breaking changes.

CHANGELOG.md Outdated Show resolved Hide resolved
@marto83 marto83 merged commit 47ac5f6 into main Sep 24, 2020
@marto83 marto83 deleted the release/1.2.2 branch September 24, 2020 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants