Skip to content

Commit fc25850

Browse files
authored
[FSSDK-10845] chore: prepare for release 2.1.0 (#396)
* prepare for release 2.1.0 Signed-off-by: pulak-opti <[email protected]> * bump release date Signed-off-by: pulak-opti <[email protected]> --------- Signed-off-by: pulak-opti <[email protected]>
1 parent 3a3a045 commit fc25850

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.MD

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
Changes that have landed but are not yet released.
7+
## [2.1.0] - November 8, 2024
8+
9+
### Enhancements
10+
- **Batch Processing for User Profile Service (UPS)**: Added support for batch processing in `decideAll` and `decideForKeys`, enabling more efficient handling of multiple decisions in the User Profile Service. ([#394](https://github.com/optimizely/go-sdk/pull/394))
11+
12+
- **Optimized Logging**: Reduced log verbosity in the Decision flow by shifting info-level logs to debug. This change will significantly reduce the volume of logs at the info level, improving readability and performance for applications with high decision-making activity. ([#390](https://github.com/optimizely/go-sdk/pull/390))
913

1014
## [2.0.0] - January 22th, 2024
1115

pkg/event/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package event
1919

2020
// Version is the current version of the client
21-
var Version = "2.0.0"
21+
var Version = "2.1.0"
2222

2323
// ClientName is the name of the client
2424
var ClientName = "go-sdk"

0 commit comments

Comments
 (0)