v0.4.5
v0.4.5 - 2024-07-18
Bug Fixes
Broken pipeline for 0.4.4 (#782)
Fixes erroneous usage of setup-deno which has been replaced by ghjk
itself.
Migration notes
...
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Broken release pipeline 2 (#783)
Fix issue with the three remaining failing jobs.
Migration notes
...
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Release pipeline 3 (#784)
- Remove accidental dry-run from jsr publish
- Fix cross dockerfile
Migration notes
...
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Skip deno stack trace from error message (#787)
Skip the deno stack trace from the error message when tg_manage fails.
Migration notes
N/A
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Features
(cli) Configurable backoff (#789) - BREAKING: configurable backoff (#789)
- Make the backoff configurable through the
--retryand
--retry-interval-msoptions. - The default max retry count is changed to 0 on the default mode, and
remains 3 on the watch mode. - The
--max-parallel-loadsoption has been renamed to--threads.
Migration notes
The --max-parallel-loads option has been renamed to --threads.
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Add list subcommand features to meta_cli (#775)
new branch after conflict with main branch
Migration notes
...
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Upgrade www and gha (#786)
Add back gleap (#791)
- Gleap.io was removed a while back
- this adds it back so visitors can open ticket and suggest feedback
- internally, we will use this to fine tune the documentation
Miscellaneous Tasks
Bump v0.4.5 (#792)
- Bumps metatype version to 0.4.5
- Bumps ghjk to latest commit
- Fixes
setupwhiz task to avoid issues on macos - Fixes release pipeline to publish JSR
MET-614 MET-606 MET-605 MET-613
Migration notes
No changes required.
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change