Skip to content

Releases: k1LoW/runn

v0.110.0

31 May 01:16
e742609
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Add exec.background: for executing commands in the background. by @k1LoW in #943

Fix bug 🐛

  • Fix a significant deviation in verbose output. by @k1LoW in #944

Other Changes

  • Update expr-lang/expr by @k1LoW in #938
  • chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot in #940
  • Fix to cancel context per runbook execution ( per root loop ) unit. by @k1LoW in #942

Full Changelog: v0.109.0...v0.110.0

v0.109.0

23 May 12:36
a378a8a
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Add dump.disableTrailingNewline: for disabling trailing newline in dump output by @k1LoW in #931
  • Remove steps[*].run steps.<key>.run from store by @k1LoW in #933

New Features 🎉

  • Support negative label condition by @k1LoW in #935

Full Changelog: v0.108.1...v0.109.0

v0.108.1

20 May 02:46
10918d0
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.108.0...v0.108.1

v0.108.0

20 May 01:05
35a5ea7
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Print deprecation warnings by @k1LoW in #923
  • Replace the buildTree() method by injected expr tracing approach by @h6ah4i in #917
  • Print diff info for the compare() built-in function (issue #803) by @h6ah4i in #925

Other Changes

  • Temporary rescue of deprecated comment notation. by @k1LoW in #922
  • chore(deps): bump the dependencies group with 5 updates by @dependabot in #927

Full Changelog: v0.107.2...v0.108.0

v0.107.2

16 May 01:35
d01a5e8
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Fix a missing line bug when including a multi-line string. by @k1LoW in #921

Other Changes

  • Add test for bytes field by @k1LoW in #915
  • chore(deps): bump the dependencies group with 7 updates by @dependabot in #918
  • Update github.com/pb33f/libopenapi-validator by @k1LoW in #919

Full Changelog: v0.107.1...v0.107.2

v0.107.1

06 May 04:38
f080f5f
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Fix panics caused by ResponseContentTypeNotFound in the case of a response with a range status code. by @k1LoW in #914

Other Changes

  • chore(deps): bump the dependencies group with 7 updates by @dependabot in #913

Full Changelog: v0.107.0...v0.107.1

v0.107.0

04 May 09:01
8dc6345
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Introduce protoresolv so that protos under it are automatically loaded simply by specifying importPaths. by @k1LoW in #909

Full Changelog: v0.106.0...v0.107.0

v0.106.0

03 May 14:24
b6eae9b
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Fix bug 🐛

  • Fix test for problem with validators behaving incorrectly when running concurrently by @k1LoW in #906

Full Changelog: v0.105.2...v0.106.0

v0.105.2

30 Apr 10:31
e81e116
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Fix problem with validators behaving incorrectly when running concurrently by @k1LoW in #902
  • parent.vars should not be cleared by @k1LoW in #905

Full Changelog: v0.105.1...v0.105.2

v0.105.1

29 Apr 05:00
3f5d523
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Add --grpc-buf-lock --grpc-buf-config --grpc-buf-module for gRPC runner. by @k1LoW in #900

Full Changelog: v0.105.0...v0.105.1