Skip to content

Releases: k1LoW/runn

v0.94.0

05 Jan 10:06
c0aa25f
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Full Changelog: v0.93.0...v0.94.0

v0.93.0

05 Jan 05:54
ddaadab
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

  • Support using YAML's anchors and aliases in runbooks by @h6ah4i in #722
  • Specify the header name for the trace header by @k2tzumi in #742

Fix bug 🐛

  • Fix detectRunbookAreas() failure when the runbook has only 1 step in maps format by @h6ah4i in #724
  • Revert inexplicable Unmarshal by @k1LoW in #738

Other Changes

  • Stop unnecessary pointer passing by @k2tzumi in #736
  • Change indentation options for flattening Yaml aliases by @k2tzumi in #737
  • Update stopw by @k1LoW in #740
  • Reduce the number of execution of o.Result() by @k1LoW in #741

Full Changelog: v0.92.0...v0.93.0

v0.92.0

30 Dec 09:16
6f830fc
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Profile is default enabled and provides a way to disable it by @k1LoW in #716

New Features 🎉

  • Introduce pick() expr built-in function by @h6ah4i in #714
  • Introduce omit() expr built-in function by @h6ah4i in #719

Other Changes

Full Changelog: v0.91.4...v0.92.0

v0.91.4

24 Dec 14:16
5289fdb
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Add workaround for go-sql-spanner internal connection sharing by @h6ah4i in #711

New Contributors

Full Changelog: v0.91.3...v0.91.4

v0.91.3

19 Dec 02:26
fba9dee
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.91.2...v0.91.3

v0.91.2

11 Dec 03:46
eb2db8e
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Fixe a bug that caused other values to change when bind. by @k1LoW in #706

Full Changelog: v0.91.1...v0.91.2

v0.91.1

02 Dec 00:44
b8d3966
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Implicitly enable scope run:parent if --and-run is enabled by @k1LoW in #702

Full Changelog: v0.91.0...v0.91.1

v0.91.0

28 Nov 14:00
67d4f0e
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Support to bind to slice values by @k1LoW in #700
  • Support for bind to slice/map values by @k1LoW in #699

Fix bug 🐛

  • Fix checking reverved store keys by @k1LoW in #698

Full Changelog: v0.90.4...v0.91.0

v0.90.4

22 Nov 07:54
121f904
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • If it is not a file, do not raise an error even if the value is long. by @k1LoW in #695

Full Changelog: v0.90.3...v0.90.4

v0.90.3

20 Nov 03:11
0f7dec1
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Fix execution timing of functions that retrieve results. by @k1LoW in #693

Other Changes

Full Changelog: v0.90.2...v0.90.3