Releases: mikefarah/yq
Releases · mikefarah/yq
v4.34.2
Bumped depedencies
v4.34.1
- Added shell output format thanks @giorgiga
- Fixed nil pointer dereference (#1649) thanks @ArthurFritz
- Bumped dependency versions
v4.33.3
v4.33.2 - Null seperated output and snap removable media
v4.33.1 - TOML! (readonly)
- Added read-only TOML support! #1364. Thanks @pelletier for making your API available in your toml lib :)
- Added warning when auto detect by file type is outputs JSON (#1608)
v4.32.2 - Fixes parsing unknown file format issue
Fixes parsing terraform tfstate files results in "unknown" format
v4.32.1
- Added divide and modulo operators (#1593) - thanks @teejaded!
- Add support for decoding base64 strings without padding (#1555) - thanks @teejaded!
- Add filter operation (#1588) - thanks @rbren!
- Detect input format based on file name extension (#1582) - thanks @ryenus!
- Auto output format when input format is automatically detected
- Fixed npe in log #1596
- Improved binary file size!
- Bumped dependency versions
v4.31.2
v4.31.1 - New operators!
v4.30.8 - Snap fix
- Log info message instead of erroring when unable to chown file in linux (e.g. snap confinement) #1521