1.14.0#561
Merged
Merged
Conversation
* Implement `_register_public_api` with additional API method metadata * Remove `packages-exclude` from license tests to troubleshoot failure * Update license tests to address test failure * Remove bad `time` reference and extra API method log
* Add `skill_utils` module for skill metadata parsing Methods support removal of OSM dependency * Fix auto-completed invalid import * Add skill util tests to GHA automation * Implement `get_skill_metadata` method with unit test coverage * Update `build_skill_spec` to call new method in `skill_utils` * Roll back changes for backwards-compat and implement stricter README.md parsing * Remove invalid metadata test * Remove OSM test dependency * Add test case for README.md parsing
* Comment out deprecated config handling failing in tests * Clean up configuration_utils Remove deprecated internal methods with no references Remove invalid test case based on default config from ovos_config Mark unused configuraiton methods as deprecated * Remove deprecated tests of removed internal methods * Remove ovos-core from test requirements * Update ovos-plugin-manager test dependency * Make ovos_plugin_manager import safe in deprecated neon_fallback_skill module
* Update pip package installation method * Remove variable used only for logging
* Refactor log aggregators init * More specific log aggregator exception handling * Update logging around log aggregator init errors
* Add support for configured hana username/password Add unit test case for invalid login * Fix typo in test config patching * Refactor token name to be URL-safe Fix logical error in unit test * Update test case to account for refreshed token expiration rounding to the same value
* Refactor to use importlib instead of pkg_resources in `packaging_utils` * Update unit test to account for valid behavior change * Update packaging_utils and tests for backwards-compat * Set `max-parallel` jobs to prevent HANA rate-limiting errors
* Add function to get installed prerelease packages * Handle `post` releases with updated test * Update to remove column headers with updated unit test case
NeonDaniel
approved these changes
Sep 13, 2025
This file contains hidden or 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
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.13.1a8 (2025-09-12)
Full Changelog
Merged pull requests:
1.13.1a7 (2025-09-12)
Full Changelog
Implemented enhancements:
Merged pull requests:
pkg_resourcesmodule #555 (NeonDaniel)1.13.1a6 (2025-09-12)
Full Changelog
Merged pull requests:
1.13.1a5 (2025-09-12)
Full Changelog
Merged pull requests:
1.13.1a4 (2025-09-11)
Full Changelog
Merged pull requests:
1.13.1a3 (2025-09-10)
Full Changelog
Implemented enhancements:
Merged pull requests:
1.13.1a2 (2025-09-10)
Full Changelog
Merged pull requests:
1.13.1a1 (2025-08-27)
Full Changelog
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator