| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sha256sum.txt | 2023-12-13 | 2.1 kB | |
| jq-linux64 | 2023-12-13 | 2.3 MB | |
| jq-linux-s390x | 2023-12-13 | 1.9 MB | |
| jq-macos-amd64 | 2023-12-13 | 851.3 kB | |
| jq-macos-arm64 | 2023-12-13 | 808.0 kB | |
| jq-osx-amd64 | 2023-12-13 | 851.3 kB | |
| jq-win64.exe | 2023-12-13 | 985.1 kB | |
| jq-windows-amd64.exe | 2023-12-13 | 985.1 kB | |
| jq-windows-i386.exe | 2023-12-13 | 1.0 MB | |
| jq-linux-mipsel | 2023-12-13 | 2.0 MB | |
| jq-linux-mipsr6 | 2023-12-13 | 1.9 MB | |
| jq-linux-mipsr6el | 2023-12-13 | 1.9 MB | |
| jq-linux-powerpc | 2023-12-13 | 2.2 MB | |
| jq-linux-ppc64el | 2023-12-13 | 2.4 MB | |
| jq-linux-riscv64 | 2023-12-13 | 1.4 MB | |
| jq-linux-i386 | 2023-12-13 | 2.1 MB | |
| jq-linux-mips | 2023-12-13 | 2.0 MB | |
| jq-linux-mips64 | 2023-12-13 | 2.0 MB | |
| jq-linux-mips64el | 2023-12-13 | 2.0 MB | |
| jq-linux-mips64r6 | 2023-12-13 | 1.9 MB | |
| jq-linux-mips64r6el | 2023-12-13 | 1.9 MB | |
| jq-1.7.1.tar.gz | 2023-12-13 | 2.0 MB | |
| jq-1.7.1.zip | 2023-12-13 | 2.1 MB | |
| jq-linux-amd64 | 2023-12-13 | 2.3 MB | |
| jq-linux-arm64 | 2023-12-13 | 1.7 MB | |
| jq-linux-armel | 2023-12-13 | 1.7 MB | |
| jq-linux-armhf | 2023-12-13 | 1.3 MB | |
| jq 1.7.1 source code.tar.gz | 2023-12-13 | 1.3 MB | |
| jq 1.7.1 source code.zip | 2023-12-13 | 1.4 MB | |
| README.md | 2023-12-13 | 6.9 kB | |
| Totals: 30 Items | 47.3 MB | 8 | |
What's Changed
- Update signatures of 1.7 by @github-actions in https://github.com/jqlang/jq/pull/2875
- Update webpage with 1.7 release by @owenthereal in https://github.com/jqlang/jq/pull/2879
- Standarize arch types to AMD64 & ARM64 at index page download dropdown by @owenthereal in https://github.com/jqlang/jq/pull/2884
- Disable core.autocrlf on Windows to prevent submodule diffs (fix [#2886]) by @itchyny in https://github.com/jqlang/jq/pull/2888
- Add dependabot by @yeikel in https://github.com/jqlang/jq/pull/2889
- Bump docker/login-action from 2 to 3 by @dependabot in https://github.com/jqlang/jq/pull/2894
- Bump docker/build-push-action from 4 to 5 by @dependabot in https://github.com/jqlang/jq/pull/2893
- Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/jqlang/jq/pull/2895
- Bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot in https://github.com/jqlang/jq/pull/2896
- Bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/jqlang/jq/pull/2897
- Invalid checksum file by @kamontat in https://github.com/jqlang/jq/pull/2899
- Bump actions/checkout from 1 to 4 by @dependabot in https://github.com/jqlang/jq/pull/2902
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in https://github.com/jqlang/jq/pull/2901
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in https://github.com/jqlang/jq/pull/2900
- Fix the default colors to use 39, the default foreground color by @taoky in https://github.com/jqlang/jq/pull/2904
- Correct typo in README.md: compilation by @itchyny in https://github.com/jqlang/jq/pull/2912
- Reject U+001F in string literals (fix [#2909]) by @itchyny in https://github.com/jqlang/jq/pull/2911
- Remove useless assignments/variables detected by clang/clang-tidy by @emanuele6 in https://github.com/jqlang/jq/pull/2914
- main.c: Remove unused EXIT_STATUS_EXACT option by @emanuele6 in https://github.com/jqlang/jq/pull/2915
- Actually use number correctly casted from double to int as index by @emanuele6 in https://github.com/jqlang/jq/pull/2916
- Simplify
pickexample by @tboz203 in https://github.com/jqlang/jq/pull/2920 - Allow passing the inline jq script after -- by @emanuele6 in https://github.com/jqlang/jq/pull/2919
- od -c => od -tc: od -c is a compat-only XSI extension ~equivalent to LC_CTYPE=C od -tc and not universally available by @nabijaczleweli in https://github.com/jqlang/jq/pull/2922
- Remove undefined behavior caught by LLVM 10 UBSAN by @emanuele6 in https://github.com/jqlang/jq/pull/2926
- Generate links in man page by @emanuele6 in https://github.com/jqlang/jq/pull/2931
- Restrict systems operations on OpenBSD by @klemensn in https://github.com/jqlang/jq/pull/2934
- Fix possible uninitialised value dereference if jq_init() fails by @emanuele6 in https://github.com/jqlang/jq/pull/2935
- jvp_object_contains: remove unnecessary jv_copy by @emanuele6 in https://github.com/jqlang/jq/pull/2937
- Comment bug fixes, and fully support Tcl-style multiline comments by @emanuele6 in https://github.com/jqlang/jq/pull/2942
- README.md: to
sed=> tosedby @emanuele6 in https://github.com/jqlang/jq/pull/2944 - simplify paths/0 and paths/1 by @asheiduk in https://github.com/jqlang/jq/pull/2946
- Extend fuzzing set up by @DavidKorczynski in https://github.com/jqlang/jq/pull/2952
- jq_fuzz_parse_extended.c: don't jv_free() twice by @emanuele6 in https://github.com/jqlang/jq/pull/2954
- libjq: extern C for C++ by @rockwotj in https://github.com/jqlang/jq/pull/2953
- Keep releasing executables with legacy names by @itchyny in https://github.com/jqlang/jq/pull/2951
- website: use https URLs instead of http URLs in download page by @emanuele6 in https://github.com/jqlang/jq/pull/2955
- Convert decnum to binary64 (double) instead of decimal64 by @wader in https://github.com/jqlang/jq/pull/2949
- Extend fuzzing by @DavidKorczynski in https://github.com/jqlang/jq/pull/2959
- jq_fuzz_execute: fix memory leak by @DavidKorczynski in https://github.com/jqlang/jq/pull/2960
- jq_fuzz_execute.cpp: fix false assert by @DavidKorczynski in https://github.com/jqlang/jq/pull/2963
- tests: add new fuzzer by @DavidKorczynski in https://github.com/jqlang/jq/pull/2965
- jq_fuzz_fixed: fix test cases that use string interpolation by @emanuele6 in https://github.com/jqlang/jq/pull/2971
- jv_setpath+setpath/2: don't leak the input after an invalid get by @emanuele6 in https://github.com/jqlang/jq/pull/2970
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/jqlang/jq/pull/2973
- jq.test: fix setpath PR number by @emanuele6 in https://github.com/jqlang/jq/pull/2972
- chore: Improve readability (for Alternative operator '//') by @jesperronn in https://github.com/jqlang/jq/pull/2898
- shtest: fix out-of-source tests by @emanuele6 in https://github.com/jqlang/jq/pull/2980
- shtest+configure: remove uses of non-portable/non-standard commands by @emanuele6 in https://github.com/jqlang/jq/pull/2981
- jv_mem_calloc(): always call with (nmemb, size) by @emanuele6 in https://github.com/jqlang/jq/pull/2978
- ci.yml: use
sysctl -n hw.logicalcpuinstead ofnprocon macos by @emanuele6 in https://github.com/jqlang/jq/pull/2982 - Makefile.am: don't use -lshlwapi to build jq on WIN32 by @emanuele6 in https://github.com/jqlang/jq/pull/2983
- ltrimstr/1+rtrimstr/1: don't leak on invalid input or arguments by @emanuele6 in https://github.com/jqlang/jq/pull/2977
- lexer: temporarily revert #\ patch; keep CR in comment bug fix by @emanuele6 in https://github.com/jqlang/jq/pull/2984
- Update NEWS.md with changes since 1.7 by @wader in https://github.com/jqlang/jq/pull/2948
- NEWS.md: fix markdown syntax; mention more bug fixes; list cves by @emanuele6 in https://github.com/jqlang/jq/pull/2987
- jv_parse: let decNumberFromString/strtod parse complex nans as a NaN by @emanuele6 in https://github.com/jqlang/jq/pull/2985
New Contributors
- @yeikel made their first contribution in https://github.com/jqlang/jq/pull/2889
- @dependabot made their first contribution in https://github.com/jqlang/jq/pull/2894
- @kamontat made their first contribution in https://github.com/jqlang/jq/pull/2899
- @taoky made their first contribution in https://github.com/jqlang/jq/pull/2904
- @tboz203 made their first contribution in https://github.com/jqlang/jq/pull/2920
- @nabijaczleweli made their first contribution in https://github.com/jqlang/jq/pull/2922
- @klemensn made their first contribution in https://github.com/jqlang/jq/pull/2934
- @asheiduk made their first contribution in https://github.com/jqlang/jq/pull/2946
- @rockwotj made their first contribution in https://github.com/jqlang/jq/pull/2953
- @jesperronn made their first contribution in https://github.com/jqlang/jq/pull/2898
Full Changelog: https://github.com/jqlang/jq/compare/jq-1.7...jq-1.7.1