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

Remove ProtocolMessage.connectionKey #1218

Merged

Conversation

lawrence-forooghian
Copy link
Collaborator

The library no longer uses this property; rather, it uses the property of the same name on ConnectionDetails.

This property was removed from the features spec in ably/specification@2d5462c.

This work was scheduled as part of ably-js v2, but I believe we can remove it in v1 given that ProtocolMessage is not part of the public API of the library (i.e. it doesn’t appear in ably.d.ts).

Resolves #365.

The library no longer uses this property; rather, it uses the property
of the same name on ConnectionDetails.

This property was removed from the features spec in [1].

This work was scheduled as part of ably-js v2, but I believe we can
remove it in v1 given that ProtocolMessage is not part of the public API
of the library (i.e. it doesn’t appear in ably.d.ts).

Resolves #365.

[1] ably/specification@2d5462c
Copy link
Member

@owenpearson owenpearson left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@lawrence-forooghian lawrence-forooghian merged commit 9760786 into main Apr 27, 2023
10 checks passed
@lawrence-forooghian lawrence-forooghian deleted the 365-remove-deprecated-ProtocolMessage-connectionKey branch April 27, 2023 12:48
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.

Remove deprecated ProtocolMessage#connectionKey
3 participants