-
Notifications
You must be signed in to change notification settings - Fork 62
Fixing the status codes #80
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
Conversation
@fitodic Sure! Sorry I didn't see the Contributing.md before. |
Can you test it for you again? There was one test failing, but i don't think this is because of my changes. test_authentication.py Line 120 for reference. |
If that's the one regarding sets and payload key's, it's already been fixed in #81. The only thing that remains is to pull the UPDATE: I see the latest pipeline has passed so I guess that's it. |
Thanks for merging this so fast! When will there be a new release? |
1.17.3 is available on PyPI 🙂 |
Thanks! |
Quick Feedback: This change was a bit surprising in a patch update because it alters the behaviour of the API, i. e. it is a breaking change. For us it hopefully only broke the tests, but changing the docs or putting this in a major update would have seemed more appropriate. |
Agree, it's a breaking change which should have gone in a major version update. Thankfully I read changelogs before updating :) |
It looks like updating the documentation was forgotten as part of Styria-Digital#80.
As I said in #79 I adjusted the status codes to return what is documented.