forked from prijindal/kuzzle_dart
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Print deprecation warning from Kuzzle #75
Merged
Yoann-Abbes
merged 16 commits into
2-dev
from
#74-Print-deprecation-warning-from-Kuzzle
Apr 21, 2021
Merged
Print deprecation warning from Kuzzle #75
Yoann-Abbes
merged 16 commits into
2-dev
from
#74-Print-deprecation-warning-from-Kuzzle
Apr 21, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MathieuVeber
changed the title
#74-Print-deprecation-warning-from-Kuzzle
Print deprecation warning from Kuzzle
Mar 15, 2021
jenow
added
changelog:enhancements
New feature or request
and removed
changelog:new-features
labels
Mar 23, 2021
jenow
suggested changes
Apr 15, 2021
jenow
approved these changes
Apr 15, 2021
Aschen
suggested changes
Apr 16, 2021
Aschen
approved these changes
Apr 19, 2021
Yoann-Abbes
suggested changes
Apr 20, 2021
Closed
Co-authored-by: Kévin Blondel <[email protected]>
Co-authored-by: Kévin Blondel <[email protected]>
Co-authored-by: Kévin Blondel <[email protected]>
Co-authored-by: Yoann-Abbes <[email protected]>
Co-authored-by: Yoann-Abbes <[email protected]>
MathieuVeber
force-pushed
the
#74-Print-deprecation-warning-from-Kuzzle
branch
from
April 21, 2021 07:33
eed0d05
to
58aced8
Compare
Yoann-Abbes
approved these changes
Apr 21, 2021
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #74
What does this PR do?
From now on, when developing with the SDK, you will see warning when using a deprecated action. You can disable this behavior by setting to false the deprecationWarning option on the kuzzle sdk object
How should this be manually tested?
Use a deprecated action and observe the warning(s)
Other changes
Updated doc