Skip to content

Commit

Permalink
Prepare v0.19.0-rc1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Torin Sandall <[email protected]>
  • Loading branch information
tsandall committed Apr 1, 2020
1 parent 84b61c6 commit 86ad244
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by an Apache2
# license that can be found in the LICENSE file.

VERSION := 0.19.0-dev
VERSION := 0.19.0-rc1

# Force modules on and to use the vendor directory.
GO := GO111MODULE=on GOFLAGS=-mod=vendor go
Expand Down

0 comments on commit 86ad244

Please sign in to comment.