Skip to content

Commit 8dbce32

Browse files
Release 1.0.0-RC.1
1 parent e8f66bf commit 8dbce32

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.0-RC.1](https://github.com/zalando-stups/baigan-config/tree/1.0.0-RC.1) (2024-05-27)
4+
5+
[Full Changelog](https://github.com/zalando-stups/baigan-config/compare/1.0.0-RC.0...1.0.0-RC.1)
6+
7+
**Closed issues:**
8+
9+
- Follow up of https://github.com/zalando-stups/baigan-config/issues/100 clean up legacy context implementation [\#105](https://github.com/zalando-stups/baigan-config/issues/105)
10+
- Add support to accept context provider as an input parameter while fetching toggles. [\#100](https://github.com/zalando-stups/baigan-config/issues/100)
11+
12+
**Merged pull requests:**
13+
14+
- GH-105 Legacy context implementation cleanup [\#106](https://github.com/zalando-stups/baigan-config/pull/106) ([rameshmalla](https://github.com/rameshmalla))
15+
- clarified log messages on configuration mismatches [\#104](https://github.com/zalando-stups/baigan-config/pull/104) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
16+
- Add a warning for concurrent access during context initialisation [\#102](https://github.com/zalando-stups/baigan-config/pull/102) ([onurkaracali](https://github.com/onurkaracali))
17+
- Support contextprovider as a method parameter [\#101](https://github.com/zalando-stups/baigan-config/pull/101) ([rameshmalla](https://github.com/rameshmalla))
18+
319
## [1.0.0-RC.0](https://github.com/zalando-stups/baigan-config/tree/1.0.0-RC.0) (2024-01-09)
420

521
[Full Changelog](https://github.com/zalando-stups/baigan-config/compare/0.22.1...1.0.0-RC.0)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.zalando</groupId>
55
<artifactId>baigan-config</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-RC.1</version>
77
<packaging>jar</packaging>
88

99
<name>baigan-config</name>

0 commit comments

Comments
 (0)