You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-3Lines changed: 42 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,47 @@ project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## 0.66.0
7
7
8
+
This release contains a mix of features, performance improvements, and bugfixes.
9
+
10
+
### Improved Test Reports ([2546](https://github.com/open-policy-agent/opa/issues/2546))
11
+
12
+
The `opa test` command now includes a new `--var-values` flag that enriches reporting of failed tests with the values and locations for variables in the failing expression.
@@ -18,12 +59,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
18
59
19
60
- build: Use chainguard images from dockerhub ([#6830](https://github.com/open-policy-agent/opa/pull/6830)) authored by @srenatus
20
61
- bundle: Preallocate buffers for file contents. ([#6818](https://github.com/open-policy-agent/opa/pull/6818)) authored by @philipaconrad
21
-
- cmd/exec: adds `--stdin-input` (`-I`) flag for input piping or manual entry ([#6538]https://github.com/open-policy-agent/opa/issues/6538) authored by @colinjlacy reported by @humbertoc-silva
22
62
- plugins: Reduce locks during decision logging ([#6797](https://github.com/open-policy-agent/opa/pull/6797)) authored by @mjungsbluth
23
63
- plugins/rest: Do local map modification in OAuth2 client credentials flow ([#6769](https://github.com/open-policy-agent/opa/issues/6769)) authored and reported by @eubaranov
24
64
- loader: Use a better error message when trying to merge non-objects ([#6803](https://github.com/open-policy-agent/opa/issues/6803)) authored by @anderseknert
25
65
- server/authorizer: Fix gzip payload handling ([#6804](https://github.com/open-policy-agent/opa/issues/6804)) authored by @philipaconrad reported by @nevumx
26
-
- trace+tester: Adding local var values to trace and test report ([2546](https://github.com/open-policy-agent/opa/issues/2546)) authored by @johanfylling reported by @grosser
27
66
28
67
### Docs, Website, Ecosystem
29
68
@@ -32,7 +71,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
32
71
- docs: Fix spelling and grammar of `an HTTP` ([#6786](https://github.com/open-policy-agent/opa/pull/6786)) authored by @jdbaldry
33
72
- docs/website: Add vs code and zed to ecosystem page ([#6788](https://github.com/open-policy-agent/opa/pull/6788)) authored by @charlieegan3
34
73
- docs/website: Add Flipt to the OPA ecosystem ([#6781](https://github.com/open-policy-agent/opa/pull/6781)) authored by @markphelps
35
-
- docs/website: Add flipt blog to their ecosystem page ([#6789](https://github.com/open-policy-agent/opa/pull/6789)) authored by @charlieegan3
74
+
- docs/website: Add Flipt blog to their ecosystem page ([#6789](https://github.com/open-policy-agent/opa/pull/6789)) authored by @charlieegan3
36
75
- docs/website: Revise language SDK content ([#6811](https://github.com/open-policy-agent/opa/pull/6811)) authored by @charlieegan3
0 commit comments