-
Notifications
You must be signed in to change notification settings - Fork 10
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
1.11.0 #531
Merged
Merged
1.11.0 #531
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
* Update to read default `hana` backend URL from configuration * Add test coverage for added method * Update log level --------- Co-authored-by: Daniel McKnight <[email protected]>
* Deprecate patched `add_event` method for latest ovos-workshop compat. * Fix accidental changes --------- Co-authored-by: Daniel McKnight <[email protected]>
* Troubleshooting ovos-core 0.0.8 CommonQuery compat. * Troubleshooting ovos-core 0.0.8 CommonQuery compat. * Cleanup changes to match upstream ovos-workshop --------- Co-authored-by: Daniel McKnight <[email protected]>
* Update deprecated import to supported path Missed in #515 * Update unit tests to account for new website structure * Update unit tests to account for new website structure * Update tests to account for different link formatting --------- Co-authored-by: Daniel McKnight <[email protected]>
* Refactor to use HANA to send email instead of MQ * Update location tests to use alpha endpoint * Revert test change that had no effect Update deprecation warnings in mq_utils --------- Co-authored-by: Daniel McKnight <[email protected]>
* Remove deprecated `add_event` override method * Troubleshooting test failures * Update default MQ config * Retry backend request on 502 return * Troubleshoot new test failure * Remove ovos-workshop git spec --------- Co-authored-by: Daniel McKnight <[email protected]>
* Refactor to use pytz instead of pendulum * Fix math in `get_timezone` * Troubleshoot offset calculation in `get_timezone` Add second timezone test case to account for runner location --------- Co-authored-by: Daniel McKnight <[email protected]>
* Pad expired tokens by 30s to renew before expiration Handle expired token responses by renewing token and re-requesting backend * Simplify expiration calculation for readability Add test coverage for token refresh upon request --------- Co-authored-by: Daniel McKnight <[email protected]>
…530) * Fix bug causing old token to be used with requests after refreshing * Improved exception handling * Update token cache to use human-readable URL --------- Co-authored-by: Daniel McKnight <[email protected]>
NeonDaniel
approved these changes
Jul 18, 2024
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.
Changelog
1.10.2a9 (2024-06-25)
Full Changelog
Merged pull requests:
1.10.2a8 (2024-06-17)
Full Changelog
Merged pull requests:
1.10.2a7 (2024-05-31)
Full Changelog
Merged pull requests:
1.10.2a6 (2024-05-31)
Full Changelog
Merged pull requests:
1.10.2a5 (2024-05-21)
Full Changelog
Merged pull requests:
1.10.2a4 (2024-05-11)
Full Changelog
Merged pull requests:
1.10.2a3 (2024-05-10)
Full Changelog
Merged pull requests:
1.10.2a2 (2024-05-08)
Full Changelog
Merged pull requests:
1.10.2a1 (2024-05-07)
Full Changelog
Merged pull requests:
hana
backend URL to be configured #521 (NeonDaniel)* This Changelog was automatically generated by github_changelog_generator