Releases: hmrc/sm2
Releases · hmrc/sm2
v2.3.0
v2.2.0
v2.1.0
What's Changed
- fix readme format by @frikit in #108
- BDOG-BAU remove user path from stacktrace by @Shnick in #110
- nicely format diagnostic info by @frikit in #109
- BDOG-3296 load services from directory with fallback by @jordanrowe in #111
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0
What's Changed
--waitargument behaviour changed. It is now applied on a worker by worker basis, rather than being a global wait once all workers have finished--delay-secondsargument removed as the new--waitbehaviour renders it redundant--waithas a default value of 30 (seconds)- If a service fails to respond to the health check after startup after the
--waitduration has passed, then an error will be output
v1.2.0
Fixes a bug where requesting to start a specific version of a service which has it's binary artefact defined with _%% suffix in config was failing.
v1.1.0
v1.0.11
v1.0.10
What's Changed
- Add install script
- Update go from 1.16 -> 1.20
- Improve autocompletion
v1.0.9
- Add
-updatecommand which will download and install the latest version of sm2. - Add
-latestcommand to be used in conjunction with-restartto check for newer versions of services that are being restarted. - Change the wording in the unmanaged services section of
sm2 -soutput to clear up confusion.