Skip to content

Commit 27e206e

Browse files
chore: release v0.1.0-rc.1
1 parent 0cec63b commit 27e206e

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0-rc.1](https://github.com/IBM/appconfiguration-rust-sdk/compare/v0.1.0-rc.0...v0.1.0-rc.1) - 2025-05-23
11+
12+
### Added
13+
14+
- Introduce `ConfigurationProvider` trait ([#74](https://github.com/IBM/appconfiguration-rust-sdk/pull/74))
15+
- Implement offline mode ([#68](https://github.com/IBM/appconfiguration-rust-sdk/pull/68))
16+
- Support non-ssl http backends ([#57](https://github.com/IBM/appconfiguration-rust-sdk/pull/57))
17+
- New `ConfigurationId` to group together a configuration identifier ([#54](https://github.com/IBM/appconfiguration-rust-sdk/pull/54))
18+
- Add `AppConfigurationClient` implementation for offline mode ([#52](https://github.com/IBM/appconfiguration-rust-sdk/pull/52))
19+
20+
### Fixed
21+
22+
- Iterate all rules in the targeting segment ([#75](https://github.com/IBM/appconfiguration-rust-sdk/pull/75))
23+
24+
### Other
25+
26+
- *(deps)* update actions/setup-python action to v5 ([#79](https://github.com/IBM/appconfiguration-rust-sdk/pull/79))
27+
- *(deps)* update actions/checkout action to v4 ([#78](https://github.com/IBM/appconfiguration-rust-sdk/pull/78))
28+
- Run pre-commit in PRs (all files) ([#76](https://github.com/IBM/appconfiguration-rust-sdk/pull/76))
29+
- *(deps)* update rust crate rstest to 0.25.0 ([#72](https://github.com/IBM/appconfiguration-rust-sdk/pull/72))
30+
- Configure Renovate ([#71](https://github.com/IBM/appconfiguration-rust-sdk/pull/71))
31+
- Merge branch 'main' into metering
32+
- better doc
33+
- comment
34+
- make test work (some renames on the way to make function signatures
35+
- make test more robust
36+
- test for communicating the segment back from segment eval
37+
- Merge branch 'main' into refact/hide-json-models
38+
- Add integration tests ([#59](https://github.com/IBM/appconfiguration-rust-sdk/pull/59))
39+
- Add integration tests using a mocked server ([#58](https://github.com/IBM/appconfiguration-rust-sdk/pull/58))
40+
- Improve naming
41+
- Use the `AppConfigurationOffline` implementation in testing ([#53](https://github.com/IBM/appconfiguration-rust-sdk/pull/53))
42+
- Create function to collect Segments for segment rules ([#51](https://github.com/IBM/appconfiguration-rust-sdk/pull/51))
43+
- Order `TargetingRule`s in properties and features just once ([#50](https://github.com/IBM/appconfiguration-rust-sdk/pull/50))
44+
- Add (current) maintainers as authors ([#48](https://github.com/IBM/appconfiguration-rust-sdk/pull/48))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "appconfiguration"
3-
version = "0.1.0-rc.0"
3+
version = "0.1.0-rc.1"
44
authors = ["Javier G. Sogo <[email protected]>", "Rainer Schoenberger <[email protected]>"]
55
edition = "2021"
66
description = "The IBM Cloud App Configuration Rust SDK is used to perform feature flag and property evaluation based on the configuration on IBM Cloud App Configuration service."

0 commit comments

Comments
 (0)