-
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
0.0.9 #107
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
* refactor/remove_compat_kludge remove the compat layer that was needed when this was in ovos-utils. now ovos-config is a direct dependency * fix/log_spam supress deprecation logs, pass config
* fix/ocp api OCPInterface accidentally deleted some methods, this commit adds them back adds OCPQuery bus api helper class * fix/ocp api OCPInterface accidentally deleted some methods, this commit adds them back adds OCPQuery bus api helper class --------- Co-authored-by: JarbasAi <[email protected]>
* update OCP api --------- Co-authored-by: JarbasAi <[email protected]>
partially mitigates OVOSHatchery/ovos-bus-server#2 not a proper fix, but makes it more usable, at least in buildroot it seems functional low impact in latency since these scripts are not meant to be real time, they start a new bus connection etc and are already slow
* feat/OCP - add some missed methods in the OCPInterface class - add apis for ovos-media - support MediaEntry and Playlist objects in the apis * Update ocp.py * Update ocp.py * Update ocp.py * Update requirements.txt --------- Co-authored-by: JarbasAi <[email protected]> Co-authored-by: JarbasAI <[email protected]>
typo and docstr
* refactor/orjson move all message serialization and deserialization to orjson this brings extra performance * ret type * ret type
fix bad copy pasted license file
remove log line that leaks keys for TTS/STT
edge case when config is missing / older ovos-config installed sync with OpenVoiceOS/ovos-core#402
JarbasAl
requested review from
goldyfruit,
j1nx,
mikejgray,
JarbasAl,
NeonDaniel,
builderjer and
a team
September 2, 2024 16:28
JarbasAl
previously approved these changes
Sep 2, 2024
4 tasks
NeonDaniel
reviewed
Sep 4, 2024
This was referenced Sep 4, 2024
opened issues to track missing tests, but IMHO that shouldnt block the release |
JarbasAl
previously approved these changes
Sep 5, 2024
Merged
JarbasAl
approved these changes
Sep 5, 2024
mikejgray
approved these changes
Sep 10, 2024
JarbasAl
approved these changes
Sep 10, 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
0.0.9 (2024-09-02)
Full Changelog
Breaking changes:
Implemented enhancements:
Fixed bugs:
Merged pull requests:
V (2024-03-10)
Full Changelog
Merged pull requests:
V0.0.9a12 (2024-02-21)
Full Changelog
Implemented enhancements:
V0.0.9a11 (2024-02-02)
Full Changelog
Merged pull requests:
V0.0.9a10 (2024-01-29)
Full Changelog
Fixed bugs:
V0.0.9a9 (2024-01-23)
Full Changelog
Fixed bugs:
V0.0.9a8 (2024-01-13)
Full Changelog
V0.0.9a7 (2024-01-13)
Full Changelog
Merged pull requests:
V0.0.9a6 (2024-01-12)
Full Changelog
Fixed bugs:
V0.0.9a5 (2024-01-12)
Full Changelog
Implemented enhancements:
V0.0.9a4 (2024-01-09)
Full Changelog
Fixed bugs:
V0.0.9a3 (2024-01-08)
Full Changelog
Fixed bugs:
V0.0.9a2 (2024-01-06)
Full Changelog
Implemented enhancements:
V0.0.9a1 (2023-12-30)
Full Changelog
Fixed bugs:
* This Changelog was automatically generated by github_changelog_generator