Skip to content

Commit 97f4214

Browse files
Release v1.0.1 (#53)
Signed-off-by: Philip Conrad <philip@chariot-chaser.net>
1 parent d3a4c4b commit 97f4214

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

CHANGELOG.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,74 @@
11
# OPA Spring Boot SDK Changelog
22

3-
## v1.0.1 (unreleased)
3+
## Unreleased
44

5-
## v1.0.0
5+
## 1.0.1
6+
7+
This release includes release engineering improvements, with no significant code or dependency changes.
8+
This is also the first release since this project was donated to the `open-policy-agent` organization on Github.
9+
10+
11+
## 1.0.0
612

713
* Add `OPAPathSelector` to customize path selection
814
* Add `OPAInputSubjectCustomizer`, `OPAInputResourceCustomizer`, `OPAInputActionCustomizer` and `OPAInputContextCustomizer` beans to override default request input
915
* Add `OPAAuthorizationEventPublisher` to publish deny or granted events
1016

11-
## v0.1.1
17+
18+
## 0.1.1
1219

1320
* Autowire `OPAProperties` in `OPAAutoConfiguration`
1421

15-
## v0.1.0
22+
23+
## 0.1.0
1624

1725
* Add `OPAAutoConfiguration` to auto-configure `OPAClient` and `OPAAuthorizationManager` beans. When another
1826
`OPAClient` and `OPAAuthorizationManager` is defined in Spring context, auto-configured beans will not be created.
1927
* Add `OPAProperties` to organize properties, provide default values, and externalize them (modify them through
2028
properties files, yaml files, environment variables, system properties, etc.).
2129

22-
## v0.0.8
30+
31+
## 0.0.8
2332

2433
* Change `build.gradle` to omit the `plain` classifier from the jar file it builds. This should make the default
2534
snippet show on https://central.sonatype.com/artifact/com.styra.opa/springboot _work as is_. Before, you would
2635
have to add `<classifier>plain</classifier>`.
2736

28-
## v0.0.7
37+
38+
## 0.0.7
2939

3040
* Bump `opa-java` version to 1.8.0.
3141

32-
## v0.0.6
42+
43+
## 0.0.6
3344

3445
* Fixed a null pointer exception while constructing the input to OPA with some Authentication implementations.
3546

36-
## v0.0.5
47+
48+
## 0.0.5
3749

3850
* Add `OPAAuthorizationManager` constructor that accepts a path and a `ContextDataProvider`, but not an `OPAClient`.
3951
* `opa-java` is now marked as an `api` dependency in `build.gradle`, so it will not be transitively exposed to users.
4052
* Bump `opa-java` version to 1.5.0.
4153

42-
## v0.0.4
54+
55+
## 0.0.4
4356

4457
* Explicitly mark the `ContextDataProvider` interface as public.
4558
* Remove several unused dependencies, update remaining dependencies to latest stable versions.
4659

47-
## v0.0.3
60+
61+
## 0.0.3
4862

4963
* Add `OPAAuthorizationManager` constructor that accepts a path but not an `OPAClient`.
5064

51-
## v0.0.2
65+
66+
## 0.0.2
5267

5368
* Rather than hard-coding `en`, the preferred key to search for decision reasons for can now be changed with `OPAAuthorizationManager.setReasonKey()`. The default remains `en`.
5469
* Update `build.gradle` to accurately reflect Apache 2 license.
5570

56-
## v0.0.1
71+
72+
## 0.0.1
5773

5874
* Initial release of the OPA Spring Boot SDK

0 commit comments

Comments
 (0)