-
Notifications
You must be signed in to change notification settings - Fork 325
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
[WPB-10324] Drop legacy notification endpoints #4363
base: develop
Are you sure you want to change the base?
Conversation
7e25bfd
to
f186632
Compare
@@ -0,0 +1 @@ | |||
Drop legacy notification endpoints from client API at version 9 |
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.
did you also create the confluence page and add it there? seems like a good idea to me, especially since we might all completely forget by the time this becomes relevant.
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.
I haven't yet, as I am still not 100% sure what version this should be reflected in. The latest discussion in the ticket suggests this won't be done in version 9, but in a much later version and perhaps this PR can be closed, but let's wait and see how the discussion evolves.
integration/test/Test/Version.hs
Outdated
length dev `shouldMatchInt` 1 | ||
-- currently there are three development versions | ||
-- | ||
-- it is however theoretically possible to have a different number of |
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.
-- it is however theoretically possible to have a different number of | |
-- it is however theoretically (and practically) possible to have a different number of |
@@ -100,6 +100,8 @@ versionInt V4 = 4 | |||
versionInt V5 = 5 | |||
versionInt V6 = 6 | |||
versionInt V7 = 7 | |||
versionInt V8 = 8 | |||
versionInt V9 = 9 |
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 will conflict with #4356
but maybe that's fine?
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.
Yes, that's totally fine. I am aware of this. There's no way to avoid conflicts if we work in parallel on related stuff. I see the PR has been merged in the PR so I'll rebase this PR to resolve the conflicts.
a25f9eb
to
103e36b
Compare
103e36b
to
1158d2e
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.
Let's merge it when the work for clients is scheduled, so we avoid creating chores to keep updating this version number.
Tracked by https://wearezeta.atlassian.net/browse/WPB-10324.
Checklist
changelog.d