Skip to content

Neon Core 26.8.3 - #783

Merged
NeonDaniel merged 53 commits into
masterfrom
dev
Aug 3, 2026
Merged

Neon Core 26.8.3#783
NeonDaniel merged 53 commits into
masterfrom
dev

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

General Updates

Normalize package extras specs
Update release link in README.md
Mark entrypoints and methods for deprecation
Remove deprecated config, methods, and tests
Add fallback STT endpoint
Update dependencies

NeonOS Updates

Update Docker default config to skip Ukrainian language load
Update skills to include Ukrainian translations and API methods

NeonDaniel and others added 30 commits August 26, 2025 09:45
# Description
Remove config patches added for stable Neon OS Release
Add back alpha skill dependencies, previously removed for stable Neon OS
Release

# Issues
Relates to #753 

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Removes function and property marked for deprecation
Removes deprecated extra dependency identifiers with updates to internal
references

# Issues
Closes #753

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
<!-- Provide a brief description of this PR -->

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update Stock skill to include quote API method
Update Weather skill to include current weather and forecast API methods
Update Date-Time skill to include API methods with Pydantic signatures

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Fix dependency normalization from `_` to `-` in Dockerfile

# Issues
Missed in #755

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Marks unused methods for deprecation
Removes skipped unit test methods
Markes `run_neon` module and CLI entrypoints for deprecation

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update personal and speed-test skills to include Skill API methods and
skill packaging

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update skills and plugins to available alpha versions

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update ovos-phal-plugin-wallpaper-manager to resolve wallpaper rotation
bug
Update skill-caffeinewiz to latest version

# Issues
Implements
OpenVoiceOS/ovos-PHAL-plugin-wallpaper-manager#33

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update pinned ovos-core dependency to newer version

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Deprecates logic duplicated in `neon-utils` for managing pip
installation with constraints
Includes update to Docker default configuration to prevent logged errors
in default container load

# Issues
- Needs NeonGeckoCom/neon-utils#556

# Other Notes
- Deployed as `ghcr.io/neongeckocom/neon_skills-default_skills:alpha`
Docker image for testing (9/3)
- This change means that an invalid `default_skills` configuration value
will cause no skills to be installed, rather than just the one skill to
not be installed
- Previously, URLs that weren't git repositories were treated as
invalid, but this removes that check which allows for specifying a wheel
URL
)

# Description
Refactors configuration envvars to be set earlier in the service load
process
Implements new logic to handle service readiness checks which support
ovos-core 0.2+
Updates unit tests to cover changes to NeonSkillManager

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
Includes clean up of config envvars in test cases
# Description
Update to validate latest neon-audio release
Pin latest neon-utils as minimum

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update neon-utils and neon-audio to stable versions

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update STT default config to include other public servers (only if Neon
server request fails)
Updates `ovos-stt-plugin-server` dependency to allow latest version

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
NeonDaniel and others added 23 commits October 7, 2025 10:39
# Description
Update audio module to latest version (no functional changes)
Update support-helper skill to include displayed email address when
creating a support ticket

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
Thanks @mikejgray for both of these contributions!
# Description
Removes unused config that references deprecated endpoints

# Issues
Closes #770 

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Disables the utterance translator plugin which is returning 5xx errors
Updates skill dependencies to match alpha deployment

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update stock and weather skills to latest versions
Update neon-utils dependency to resolve ovos-utils compat. bug
Remove deprecated Python 3.8 tests

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update alerts skill to resolve import errors preventing init
Update data-controls skill to include Ukrainian translation

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update neon-utils to latest version

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Replace dead README.md link with a stable reference to the neon-os
repository latest release

# Issues
- Closes #774 

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update default skills to available stable versions
skill-speed_test includes dependency updates to resolve failures

# Issues
- Related to #777 

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update `skills_essential.txt` to latest stable skill releases

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Updates everything in `pi` extra dependencies to stable versions
Updates `skills_extended` extra dependencies to stable versions

# Issues
Closes #777 

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
# Description
Update neon-audio dependency

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
@NeonDaniel NeonDaniel changed the title Increment Version to 26.7.29a26 Neon Core 26.8.3 Aug 3, 2026
@NeonDaniel NeonDaniel added this to the 26Q3 milestone Aug 3, 2026
@NeonDaniel
NeonDaniel merged commit bedb8ae into master Aug 3, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant