Releases: openCoreEMR/oce-cli-import-codes
Releases · openCoreEMR/oce-cli-import-codes
Release list
v0.9.3
0.9.3 (2026-06-11)
Dependencies
- deps-dev: bump rector/rector from 2.4.2 to 2.4.3 (#44) (9f70018)
- deps: bump openCoreEMR/github-workflows-public/.github/workflows/actionlint.yml (#48) (b9eadd4)
- deps: bump openCoreEMR/github-workflows-public/.github/workflows/conventional-pr-title.yml (#47) (f6dd840)
- deps: bump openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml (#49) (a70f127)
- deps: bump openCoreEMR/github-workflows-public/.github/workflows/php-tests.yml (#45) (67721e3)
- deps: bump opencoreemr/github-workflows-public/.github/workflows/release-please-reusable.yml (#39) (213139b)
- deps: bump opencoreemr/github-workflows-public/.github/workflows/release-please-reusable.yml (#46) (c7ec820)
v0.9.2
0.9.2 (2026-05-08)
Bug Fixes
Dependencies
- deps-dev: bump ergebnis/composer-normalize from 2.48.2 to 2.51.0 (#30) (810fc2c)
- deps-dev: bump rector/rector from 2.3.1 to 2.4.2 (#35) (adf1f20)
- deps: bump actions/cache from 4 to 5 (#34) (054e7e8)
- deps: bump actions/checkout from 4 to 6 (#29) (188ee12)
- deps: bump actions/upload-artifact from 4 to 7 (#31) (0155d8d)
- deps: bump rhysd/actionlint from 1.7.10 to 1.7.12 (#36) (2083e04)
- deps: bump softprops/action-gh-release from 2 to 3 (#33) (f0f5301)
v0.9.1
v0.9.0
v0.1.1
0.1.1 (2026-01-16)
Features
- cli and phar builder (c675073)
- command: concurrency control (7ee4279)
- command: idempotence by default (a6a6134)
- command: output as json for logging (73b0691)
- concurrency: recheck if vocab is loaded after waiting for lock (481fda1)
- import: add --allow-unsupported flag and improve staging cleanup (#18) (b710414)
- remove progress bars (81875ca)
- tooling: add development environment and code quality tools (#9) (7f495ff)
Bug Fixes
2025.09.26
What's Changed
- fix(command): non-interactive by @kojiromike in #1
- feat(command): idempotence by default by @kojiromike in #2
- feat(command): concurrency control by @kojiromike in #3
- feat(command): output as json for logging by @kojiromike in #4
New Contributors
- @kojiromike made their first contribution in #1
Full Changelog: 0.0.1...2025.09.26