Skip to content

Releases: mikefarah/yq

v4.49.2

25 Nov 00:08

Choose a tag to compare

  • Fixing escape character bugs 😓 #2517
  • Fixing snap release pipeline #2518 Thanks @aalexjo

v4.49.1 - Security Flags and TOML fixes

22 Nov 07:22

Choose a tag to compare

  • Added --security flags to disable env and file ops #2515
  • Fixing TOML ArrayTable parsing issues #1758
  • Fixing parsing of escaped characters #2506

v4.48.2

15 Nov 04:00

Choose a tag to compare

  • Strip whitespace when decoding base64 #2507
  • Upgraded to go-yaml v4! (thanks @ccoVeille, @ingydotnet)
  • Add linux/loong64 to release target (thanks @znley)
  • Added --shell-key-separator flag for customizable shell output format #2497 (thanks @rsleedbx)
  • Bumped dependencies

v4.48.1 - First and Parents Operators

12 Oct 04:11

Choose a tag to compare

  • Added 'parents' operator, to return a list of all the hierarchical parents of a node
  • Added 'first(exp)' operator, to return the first entry matching an expression in an array
  • Fixed xml namespace prefixes #1730 (thanks @baodrate)
  • Fixed out of range panic in yaml decoder #2460 (thanks @n471d)
  • Bumped dependencies

v4.47.2

08 Sep 23:08

Choose a tag to compare

v4.47.1 - Merge Anchor fixes (with flag)

23 Jul 06:09

Choose a tag to compare

  • Fixed merge anchor behaviour (<<); #2404, #2110, #2386, #2178 Huge thanks to @stevenwdv!
    Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes
  • Fixed panic for syntax error when creating a map #2423
  • Bumped dependencies

v4.46.1 - INI support + bug fixes

10 Jul 03:32

Choose a tag to compare

  • Added INI support
  • Fixed 'add' operator when piped in with no data #2378, #2383, #2384
  • Fixed delete after slice problem (bad node path) #2387 Thanks @antoinedeschenes
  • Fixed yq small build Thanks @imzue
  • Switched to YAML org supported go-yaml!
  • Bumped dependencies

v4.45.4 - Fixing wrong map() behaviour on empty map

11 May 11:48

Choose a tag to compare

  • Fixing wrong map() behaviour on empty map #2359
  • Bumped dependencies

v4.45.3 - Fixes regression bug(s)

09 May 06:09

Choose a tag to compare

  • Fixing regression (#2353, #2359, #2325) introduced with in 4.45.2 with #2325 fix
  • Bumped dependencies

Sorry for the regression folks! 😓
fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets

v4.45.2

03 May 07:06

Choose a tag to compare