-
Notifications
You must be signed in to change notification settings - Fork 29
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
Releasing 8.0.0 #478
Releasing 8.0.0 #478
Conversation
* Remove deprecated code * Remove old codeql config * Remove unused fixture * Minor clean up * Refactor async_post_request Signed-off-by: Tobias Sauerwein <[email protected]> --------- Signed-off-by: Tobias Sauerwein <[email protected]>
* split tests * clean up cruft * Fix NLPD to provide energy readings * Add BNLD - Bticino dimmable light
* Clean up somfy shutter * Add new bticino scope * update readme
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
PR Type: Enhancement
PR Summary: The pull request focuses on removing deprecated modules and functions as part of a major version release. It includes refactoring of authentication handling, streamlining of response processing, and cleanup of test fixtures.
General suggestions:
- Ensure that the removal of deprecated modules and functions is well-documented in the release notes to inform users about the breaking changes.
- Verify that the refactoring of the authentication classes does not introduce any regressions or changes in behavior that could affect existing integrations.
- Review the updated response processing logic to ensure that it correctly handles all expected cases, including error handling and content type verification.
- Confirm that the removal of test fixtures and related code does not impact the ability to thoroughly test the remaining functionality.
Your trial expires on December 16, 2023. Please email [email protected] to continue using Sourcery ✨
This is a breaking change as it removed previously deprecated modules and functions