pyvider
2025-09-01
Added changelog, migrated telemetry imports, and integrated foundation CLI
89 files · 6,032+ · 132-
Project documentation and roadmap
5 files changed
CHANGELOG.md249-line changelog following Keep a Changelog format covering entire project historyDEVELOPMENT.mdDevelopment workflow documentationFUTURE_PHASES.mdFuture development phases roadmapMIGRATION_PLAN.mdMigration planning documentREADME.mdUpdated project README
- Added CHANGELOG.md documenting the entire project history from initial release through unreleased changes
specify
behavioral
1 file
CHANGELOG.md
- Added DEVELOPMENT.md, FUTURE_PHASES.md, and MIGRATION_PLAN.md for project planning
specify
internal
3 files
DEVELOPMENT.mdFUTURE_PHASES.mdMIGRATION_PLAN.md
- Restructured docs with new mkdocs configuration and content pages for getting-started, core-concepts, and guides
specify
behavioral
3 files
mkdocs.ymlindex.mdinstallation.md
Telemetry import migration to provide.foundation
2 files changed
utils.pyUpdated logger imports from pyvider.telemetry to provide.foundationapply_resource_change.pyUpdated error handling imports
- Updated all from pyvider.telemetry import logger references to from provide.foundation import logger across source code
interface
behavioral
2 files
utils.pyapply_resource_change.py
- Updated exception base classes to use provide.foundation imports
interface
internal
3 files
base.pyfunction.pygrpc.py
Test and tooling updates
2 files changed
test_encryption_unit.pyModified encryption test parameterssettings.local.jsonAdded find:* to Bash permissions