mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
Prepare v0.19.0-rc1 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This commit is contained in:
+17
-1
@@ -3,7 +3,8 @@
|
||||
All notable changes to this project will be documented in this file. This
|
||||
project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## Unreleased
|
||||
## 0.19.0-rc1
|
||||
|
||||
|
||||
### New Parser
|
||||
|
||||
@@ -96,6 +97,21 @@ ParseStatementNestedObjects/5x5-16 8.16M ± 0% 0.07M ± 0% -99.13% (p
|
||||
ParseBasicABACModule-16 36.5k ± 0% 0.7k ± 0% -98.09% (p=0.008 n=5+5)
|
||||
```
|
||||
|
||||
### Fixes
|
||||
|
||||
- ast: Add rules/functions that contain errors to the type env ([#2155](https://github.com/open-policy-agent/opa/issues/2155))
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- project: Add support for release candidate version tags
|
||||
- rego: Improve support for registering custom built-ins
|
||||
- repl: Add unset-package command ([#2140](https://github.com/open-policy-agent/opa/issues/2140))
|
||||
- misc: Add sublime text syntax file
|
||||
- misc: Add link to the Emacs mode for Rego on the website
|
||||
- topdown: Add http.send support for setting the TLS server name
|
||||
- topdown: Fix lost `tls_insecure_skip_verify` setting
|
||||
- topdown: Add net.cidr_contains_matches built-in function
|
||||
|
||||
## 0.18.0
|
||||
|
||||
### Features
|
||||
|
||||
Reference in New Issue
Block a user