-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix ably request method param #1260
Conversation
dfdd8b6
to
5a196b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change - you are changing the signature of Ably.Request
, which is public API. I'm not sure what your policy is for such SDK changes?
The policy is releasing a major version for breaking changes as per semvar. Generally, we create a new public method and mark the old one as deprecated. Though I tried the same approach, seems we can't do it without changing the method name : ( |
Merging as-is would help me out a bunch, since I can then move to making batch calls to your REST API 💪 |
b64da5c
to
17d58ae
Compare
17d58ae
to
9e7b0d9
Compare
9e7b0d9
to
110ae69
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@sacOO7 can we get this released to Nuget please? |
NewtonSoft
version is not guaranteed to be in sync with internal newtonsoft, call to theRequest
method with external JToken param will always fail.