Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade script from 0.4.10 to 0.5.0 (#941)
<!-- Pull requests are squashed and merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog. --> <!-- 1. Explain WHAT the change is about --> - [x] Solve [MET-774](https://linear.app/metatypedev/issue/MET-774/add-migration-scripts-and-re-enable-published-test) <!-- 2. Explain WHY the change cannot be made simpler --> <!-- 3. Explain HOW users should update their code --> #### Migration notes --- - [x] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes v0.5.0 ### Version Highlights - Transitioned from release candidate (0.5.0-rc.9) to stable release (0.5.0) - Updated Typegraph version to 0.0.4 ### New Features - Added support for namespaces in TypeMeta struct - Enhanced version management and validation processes - Introduced new configuration module for synchronization processes - Added asynchronous function for downloading CLI tools - New test suite for validating SDK functionality - New end-to-end test for Typegate upgrade process ### Improvements - Refined environment configuration management - Updated SDK and runtime configurations across multiple platforms - Improved error handling in version upgrade processes - Enhanced logging and output precision in test results ### Breaking Changes - Removed `METATYPE_VERSION` constant - Modified version constants and import paths - Updated type definitions in some modules ### Compatibility - Compatible with Deno, Node.js, and Python runtimes - Supports latest SDK and CLI versions ### Upgrade Recommendations - Recommended to update all dependencies to 0.5.0 - Review and adjust any custom configurations <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: FITAHIANA Nomeniavo joe <[email protected]>
- Loading branch information