Skip to content

Commit c2af620

Browse files
committed
Prepare v0.50.1 release
Signed-off-by: Johan Fylling <[email protected]>
1 parent e2fb387 commit c2af620

File tree

4 files changed

+4804
-1
lines changed

4 files changed

+4804
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## 0.50.1
7+
8+
This is a bug fix release addressing the following issues:
9+
10+
### Fixes
11+
12+
- ast/compile: Guard recursive module equality check. ([#5756](https://github.com/open-policy-agent/opa/issues/5756)) authored by @philipaconrad.
13+
Resolves a performance regression when using large bundles.
14+
- ast: Relaxing strict-mode check for unused args in else-branching functions ([#5758](https://github.com/open-policy-agent/opa/issues/5758)) authored by @johanfylling reported by @ethanjli.
15+
16+
### Miscellaneous
17+
18+
- Use normalized policy paths as compiler module keys and store IDs (authored by @ashutosh-narkar).
19+
Resolves an issue with bundle loading on Windows.
20+
621
## 0.50.0
722

823
This release contains a mix of new features, bugfixes, security fixes, optimizations and build updates related to

0 commit comments

Comments
 (0)