Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 16:03
· 10 commits to main since this release
de28510

This release contains a mix of features, performance improvements, and bugfixes.

Performance Improvements

  • ast: Remove jsonOptions from AST nodes and terms (#7281) authored by @anderseknert
  • ast+plugins: Optimize activation of bundles with no inter-bundle path overlap (#7144) authored and reported by @sqyang94
  • bundle: Optimizing rego-version management in bundle activation (#7296) authored by @johanfylling
  • cmd: Don't generate JSON from result in opa bench (#7291) authored by @anderseknert
  • topdown: Adding configurable token cache to io.jwt token verification built-ins (#7274) authored by @johanfylling
  • topdown: Reduce allocations in hot path (#7288) authored by @anderseknert
  • perf: Improvements to terms and built-in functions (#7284) authored by @anderseknert
  • perf: add Regorus ACI benchmark tests (#7298) authored by @anderseknert
  • plugins: Don't use reflect.DeepEqual for errors (#7238) authored by @anderseknert
  • testing: replace reflect.DeepEqual where possible (#7286) authored by @anderseknert

Topdown and Rego

  • topdown: Fix out of range error in numbers.range built-in (#7269) authored by @anderseknert
  • topdown+rego+server: Allow opt-in for evaluating non-det builtins in PE (#6496) authored by @srenatus

Runtime, Tooling, SDK

Docs, Website, Ecosystem

Miscellaneous

  • ci(nightly): Remove vendor w/o modproxy check (#7292) authored by @srenatus
  • Dependency updates; notably:
    • build(go): bump to 1.23.5 (7279) authored by @srenatus
    • build(deps): upgrade github.com/dgraph-io/badger to v4 (4.5.1) (#7239) authored by @Juneezee
    • build(deps): bump github.com/containerd/containerd from 1.7.24 to 1.7.25
    • build(deps): bump github.com/tchap/go-patricia/v2 from 2.3.1 to 2.3.2
    • build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0
    • build(deps): bump golang.org/x/time from 0.8.0 to 0.9.0
    • build(deps): bump google.golang.org/grpc from 1.69.2 to 1.70.0
    • build(deps): bump go.opentelemetry.io deps to 1.34.0/0.59.0