Volttron-core

Latest version: v10.0.5rc6

Safety actively analyzes 707268 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 14

10.0.1alpha.0

What's Changed
* Add dispatch workflow for downstream testing by bonicim in https://github.com/VOLTTRON/volttron-core/pull/4
* fix for pip install of existing package by schandrika in https://github.com/VOLTTRON/volttron-core/pull/6
* Using importlib.metadata instead of external package importlib_metadata by schandrika in https://github.com/VOLTTRON/volttron-core/pull/10
* Re-organized core repository by craig8 in https://github.com/VOLTTRON/volttron-core/pull/15
* Add build wheel step in run-downstream-tests workflow by bonicim in https://github.com/VOLTTRON/volttron-core/pull/16
* Add infrastructure to bump versions of artifacts by craig8 in https://github.com/VOLTTRON/volttron-core/pull/22

New Contributors
* bonicim made their first contribution in https://github.com/VOLTTRON/volttron-core/pull/4
* schandrika made their first contribution in https://github.com/VOLTTRON/volttron-core/pull/6
* craig8 made their first contribution in https://github.com/VOLTTRON/volttron-core/pull/15

**Full Changelog**: https://github.com/VOLTTRON/volttron-core/commits/v10.0.1-alpha.0

10.0.0rc0

What's Changed
* Fixes 30 vctl status fails when installed by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/31
* Update pre commit hooks by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/29
* Update workflow for downstream testing by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/32
* 36 move to src by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/39
* Reoriganize imports without breaking things by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/40
* Add math_utils.py by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/42
* Updates and bug fixes by schandrika in https://github.com/eclipse-volttron/volttron-core/pull/43
* Develop to main by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/41
* Update base dependencies on schedule by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/46
* Transition develop into main by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/47
* Renamed to update-project-dependencies.yml by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/48
* Update imports by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/49
* Tag version fixes by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/50
* Develop by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/51
* Added poetry.lock to github ignore list by schandrika in https://github.com/eclipse-volttron/volttron-core/pull/52
* Clarify contributor contribution. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/54
* Develop to Main Release by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/55
* Update README.md by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/56
* Remove poetry.lock file by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/57
* Fix codacy issues and remove poetry.lock file. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/58
* Add dynamic helper by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/61
* Handle change in format of poetry version --short by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/66
* Update deploy-pre-release.yml by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/67
* Pyproject documentation update by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/68
* Add description to pyproject.yml file. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/70
* fix trove classifier by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/71
* Develop to main merge by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/72
* add auto assign to project when new issue created by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/64
* Auto assign needs to be at the default branch. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/73
* Add service loader by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/77
* Updated README.md by schandrika in https://github.com/eclipse-volttron/volttron-core/pull/78
* Use default action to add to backlog. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/80
* Merge to main for action work by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/81
* Add issue templates for features and issues by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/83
* Add issue templates by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/84
* Corrected format string in context.py.get_fq_identity(). by davidraker in https://github.com/eclipse-volttron/volttron-core/pull/87
* Integrates service loader into modular framework. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/93
* 94 fix permissions shutdown by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/95
* Fix 96 by moving tests under src directory. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/97
* Handle greenlet stopping in a better manner. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/99
* Move tests back to sibling of src. by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/101
* Fixed reference to fq_identity by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/106
* Add developing on modular readme by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/110
* Add poetry documentation to Developing Readme by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/111
* Certs and context by davidraker in https://github.com/eclipse-volttron/volttron-core/pull/112
* Fix get_instance_name context by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/114
* Fix vctl install by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/117
* Fix logic on parsing for wheel by bonicim in https://github.com/eclipse-volttron/volttron-core/pull/118
* Fixed auth errors by craig8 in https://github.com/eclipse-volttron/volttron-core/pull/120

New Contributors
* davidraker made their first contribution in https://github.com/eclipse-volttron/volttron-core/pull/87

**Full Changelog**: https://github.com/eclipse-volttron/volttron-core/compare/v10.0.1-alpha.0...v10.0.0-rc

Page 14 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.