v2.0.0
AutomataCI v2.0.0
This change focuses on:
- stabilizing the shell scripts between POSIX Shell and PowerShell; AND
- developed i18n inclusiveness (multi-lingual supports).
These 2 features alone are enough to cause non-backward-compatible changes. Otherwise it will be fine. To reference this release, please use this URL: https://doi.org/10.5281/zenodo.10846606
New Features & Technologies Support
Rust
Programming LanguageAngular
Javascript FrameworkNim
Programming Language- Apple Ecosystem Notarization
- Microsoft Ecosystem Notarization
Rust Cargo
packaging ecosystem- New
DEPLOY
CI job - for Kubernetes deployment after elease - NEW
ARCHIVE
CI job - for fossilizing CI workspace - Windows
MSI
installer packaging ecosystem - Generate
CITATIONS.cff
- Engineering Specification - English Handbook (pdf) is now available in case of offline needs.
Enhanced Features
- Parallel Packaging supported (whenever available).
- Parallel Building supported (whenever available).
- Removed GitHub Actions'
Checkout
action dependency.
NON-BACKWARD-COMPATIBLE
- POSIX SHELL API CHANGES - from
PACKAGE::lowercase_snake
toPACKAGE_Titlecase_Style
so that it's closely ressemble with Powershell (PACKAGE-Titlecase-Style
). - Removal of
OS::print_status
and replaced withI18N-
functions - supports multi-lingual translations in the future. - Added automatic system-level i18n language detection is supported (fallback to
International English
).