OPA v1.8.0 #712
johanfylling
announced in
Announcements
OPA v1.8.0
#712
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
io.jwt
built-ins, including a newio.jwt.verify_eddsa
built-in.EdDSA Support in built-ins (#7824)
Support for the EdDSA signing algorithm has been added to built-in functions in the
io.jwt
namespace.This introduces the new io.jwt.verify_eddsa built-in function, and adds EdDSA support for the following built-ins:
This feature benefited greatly from the groundwork laid by @lestrrat in (#7638). 👏 🎉 🥳
Authored by @johanfylling reported by @aromeyer
Runtime
cmd.RootCommand
definition. (#7811) authored by @philipaconradFixing a breaking change to the go API introduced in OPA v1.7.0.
opa exec
parameters (#7850, #7840) authored by @srenatusFixing regressions introduced in OPA v1.7.0, where the
--fail-non-empty
and--stdin-input
flags were dropped.""
, discern from unset (#7831) authored by @srenatus reported by @ManuelNowackConfinaleTopdown
Object.Insert
on existing key (#7820) authored by @anderseknertgithub.com/lestrrat-go/jwx/v3
(#7638) authored by @lestrratDocs, Website
count
description (#7836) authored by @charlieegan3Miscellaneous
TestCertReloading
less verbose (#7823) authored by @charlieegan3*-patch
build targets (#7864) authored by @johanfyllingRelease notes and downloads can be found here.
Beta Was this translation helpful? Give feedback.
All reactions