Update Skill API to support outside applications#554
Merged
Conversation
NeonBohdan
approved these changes
Aug 27, 2025
Merged
NeonDaniel
added a commit
that referenced
this pull request
Sep 15, 2025
# Changelog ## [1.13.1a8](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a8) (2025-09-12) [Full Changelog](1.13.1a7...1.13.1a8) **Merged pull requests:** - Add function to get installed prerelease packages [\#517](#517) ([NeonDaniel](https://github.com/NeonDaniel)) ## [1.13.1a7](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a7) (2025-09-12) [Full Changelog](1.13.1a6...1.13.1a7) **Implemented enhancements:** - \[FEAT\] Allow self-signed certificates in hana-utils [\#536](#536) - \[FEAT\] Docker handling of status hooks [\#498](#498) **Merged pull requests:** - Refactor to remove use of deprecated `pkg_resources` module [\#555](#555) ([NeonDaniel](https://github.com/NeonDaniel)) ## [1.13.1a6](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a6) (2025-09-12) [Full Changelog](1.13.1a5...1.13.1a6) **Merged pull requests:** - Add support for authenticated HANA [\#537](#537) ([NeonDaniel](https://github.com/NeonDaniel)) ## [1.13.1a5](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a5) (2025-09-12) [Full Changelog](1.13.1a4...1.13.1a5) **Merged pull requests:** - Refactor log aggregators init [\#560](#560) ([NeonDaniel](https://github.com/NeonDaniel)) ## [1.13.1a4](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a4) (2025-09-11) [Full Changelog](1.13.1a3...1.13.1a4) **Merged pull requests:** - Update pip package installation method [\#556](#556) ([NeonDaniel](https://github.com/NeonDaniel)) ## [1.13.1a3](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a3) (2025-09-10) [Full Changelog](1.13.1a2...1.13.1a3) **Implemented enhancements:** - \[FEAT\] Deprecate ovos-core dependency [\#469](#469) **Merged pull requests:** - Remove ovos-core test dependency [\#557](#557) ([NeonDaniel](https://github.com/NeonDaniel)) ## [1.13.1a2](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a2) (2025-09-10) [Full Changelog](1.13.1a1...1.13.1a2) **Merged pull requests:** - Improve Skill metadata parsing support and remove OSM dependency [\#558](#558) ([NeonDaniel](https://github.com/NeonDaniel)) ## [1.13.1a1](https://github.com/NeonGeckoCom/neon-utils/tree/1.13.1a1) (2025-08-27) [Full Changelog](1.13.0...1.13.1a1) **Merged pull requests:** - Update Skill API to support outside applications [\#554](#554) ([NeonDaniel](https://github.com/NeonDaniel)) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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.
Description
Implement
_register_public_apiwith additional API method metadataIssues
Other Notes
Includes updates to license tests to resolve unrelated failure