Please also see the changelog for the corresponding C++ jsonnet release, which includes some shared items: https://github.com/google/jsonnet/releases/tag/v0.21.0-rc1
What's Changed
* feat: implement std.contains by rohitjangid in https://github.com/google/go-jsonnet/pull/691
* feat: implement std.minArray by deepgoel17 in https://github.com/google/go-jsonnet/pull/685
* Resolves a false-positive detection of multi-doc YAML streams by yugui in https://github.com/google/go-jsonnet/pull/693
* feat: implement objectRemoveKey by rohitjangid in https://github.com/google/go-jsonnet/pull/686
* feat: implement std.remove and std.removeAt by rohitjangid in https://github.com/google/go-jsonnet/pull/689
* feat: implement std.equalsIgnoreCase by rohitjangid in https://github.com/google/go-jsonnet/pull/692
* feat: implement std.maxArray by deepgoel17 in https://github.com/google/go-jsonnet/pull/696
* Adds std.any and std.all to jsonnet-lint by jregehr in https://github.com/google/go-jsonnet/pull/695
* Implement std.trim for string by Tejesh-Raut in https://github.com/google/go-jsonnet/pull/684
* feat: Add support for bzlmod by mortenmj in https://github.com/google/go-jsonnet/pull/698
* feat: add more crypto functions by rohitjangid in https://github.com/google/go-jsonnet/pull/699
* feat: implement std.avg by deepgoel17 in https://github.com/google/go-jsonnet/pull/700
* feat: Add more math functions by rohitjangid in https://github.com/google/go-jsonnet/pull/702
* feat: add std reverse linter by jaymebrd in https://github.com/google/go-jsonnet/pull/709
* Remove .DS_Store by takeokunn in https://github.com/google/go-jsonnet/pull/703
* chore: bump go to 1.20 by tareqmamari in https://github.com/google/go-jsonnet/pull/707
* Teach jsonnet-lint about optional parameters of std.manifestYamlDoc by swgillespie in https://github.com/google/go-jsonnet/pull/705
* Expose "unparse", FormatNode and RawAST by charleskorn in https://github.com/google/go-jsonnet/pull/710
* fix: add std.objectKeysValues to jsonnet-lint by zephyros-dev in https://github.com/google/go-jsonnet/pull/706
* feat: add debugger support by theSuess in https://github.com/google/go-jsonnet/pull/739
* Gracefully handle encountered regular expression when running jsonnetfmt by netomi in https://github.com/google/go-jsonnet/pull/724
* fix: fix conversion from int to float64 by suzuki-shunsuke in https://github.com/google/go-jsonnet/pull/753
* fix: bump cpp_jsonnet dependency to align with v0.20.0 release by aidan-canva in https://github.com/google/go-jsonnet/pull/748
* Remove dependency on gen to generate sets by itchyny in https://github.com/google/go-jsonnet/pull/746
* feat: implement std.splitLimitR by itchyny in https://github.com/google/go-jsonnet/pull/745
* feat: Go implementation for manifestYamlDoc and escapeStringJson by jgraeger in https://github.com/google/go-jsonnet/pull/742
* chore: fix compilation error of valueToString in debugger.go by itchyny in https://github.com/google/go-jsonnet/pull/754
* chore: update rules_go and gazelle version to fix bazel build by itchyny in https://github.com/google/go-jsonnet/pull/756
* chore: fix CI to follow the deprecation of goreleaser flags by itchyny in https://github.com/google/go-jsonnet/pull/755
* chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0 by dependabot in https://github.com/google/go-jsonnet/pull/738
* Fix field visibility in objectHas for extended objects by mkmik in https://github.com/google/go-jsonnet/pull/737
* Add optional parameters to manifestYamlStream in linter by bison in https://github.com/google/go-jsonnet/pull/732
* chore: remove refs to deprecated io/ioutil by testwill in https://github.com/google/go-jsonnet/pull/716
* Fix linter: using a local in an assertion. by netomi in https://github.com/google/go-jsonnet/pull/723
* Update Go versions in CI. by sbarzowski in https://github.com/google/go-jsonnet/pull/758
* fix: use debugValueToString for debugger operations by theSuess in https://github.com/google/go-jsonnet/pull/759
* Update stdlib and add builtins for atan2, hypot by johnbartholomew in https://github.com/google/go-jsonnet/pull/782
* feat: add `|||-` chomped text block syntax by vergenzt in https://github.com/google/go-jsonnet/pull/773
* Update Bazel build rules and remove unmaintained travis config by johnbartholomew in https://github.com/google/go-jsonnet/pull/783
* Update golang.org/x/crypto to v0.33.0 by johnbartholomew in https://github.com/google/go-jsonnet/pull/787
* Update CI workflows by johnbartholomew in https://github.com/google/go-jsonnet/pull/788
* Update CI by johnbartholomew in https://github.com/google/go-jsonnet/pull/789
New Contributors
* deepgoel17 made their first contribution in https://github.com/google/go-jsonnet/pull/685
* yugui made their first contribution in https://github.com/google/go-jsonnet/pull/693
* mortenmj made their first contribution in https://github.com/google/go-jsonnet/pull/698
* takeokunn made their first contribution in https://github.com/google/go-jsonnet/pull/703
* tareqmamari made their first contribution in https://github.com/google/go-jsonnet/pull/707
* swgillespie made their first contribution in https://github.com/google/go-jsonnet/pull/705
* charleskorn made their first contribution in https://github.com/google/go-jsonnet/pull/710
* zephyros-dev made their first contribution in https://github.com/google/go-jsonnet/pull/706
* theSuess made their first contribution in https://github.com/google/go-jsonnet/pull/739
* netomi made their first contribution in https://github.com/google/go-jsonnet/pull/724
* suzuki-shunsuke made their first contribution in https://github.com/google/go-jsonnet/pull/753
* aidan-canva made their first contribution in https://github.com/google/go-jsonnet/pull/748
* itchyny made their first contribution in https://github.com/google/go-jsonnet/pull/746
* jgraeger made their first contribution in https://github.com/google/go-jsonnet/pull/742
* dependabot made their first contribution in https://github.com/google/go-jsonnet/pull/738
* mkmik made their first contribution in https://github.com/google/go-jsonnet/pull/737
* bison made their first contribution in https://github.com/google/go-jsonnet/pull/732
* testwill made their first contribution in https://github.com/google/go-jsonnet/pull/716
* johnbartholomew made their first contribution in https://github.com/google/go-jsonnet/pull/782
* vergenzt made their first contribution in https://github.com/google/go-jsonnet/pull/773
**Full Changelog**: https://github.com/google/go-jsonnet/compare/v0.20.0...v0.21.0-rc1