File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
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-02-12
11
+
12
+ ### Added
13
+
14
+ - Support non-ssl http backends (#57 )
15
+ - New ` ConfigurationId ` to group together a configuration identifier (#54 )
16
+ - Add ` AppConfigurationClient ` implementation for offline mode (#52 )
17
+
18
+ ### Other
19
+
20
+ - [ refact] Refact/models ([ #61 ] ( https://github.com/IBM/appconfiguration-rust-sdk/pull/61 ) )
21
+ - Add integration tests (#59 )
22
+ - Add integration tests using a mocked server (#58 )
23
+ - Improve naming
24
+ - Use the ` AppConfigurationOffline ` implementation in testing (#53 )
25
+ - Create function to collect Segments for segment rules (#51 )
26
+ - Order ` TargetingRule ` s in properties and features just once (#50 )
27
+ - Add (current) maintainers as authors ([ #48 ] ( https://github.com/IBM/appconfiguration-rust-sdk/pull/48 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " appconfiguration"
3
- version = " 0.1.0-rc.0 "
3
+ version = " 0.1.0-rc.1 "
4
4
authors = [
" Javier G. Sogo <[email protected] >" ,
" Rainer Schoenberger <[email protected] >" ]
5
5
edition = " 2021"
6
6
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."
You can’t perform that action at this time.
0 commit comments