Skip to content

Commit

Permalink
[FSSDK-10845] chore: prepare for release 2.1.0 (#396)
Browse files Browse the repository at this point in the history
* prepare for release 2.1.0

Signed-off-by: pulak-opti <pulak.bhowmick@episerver.com>

* bump release date

Signed-off-by: pulak-opti <pulak.bhowmick@episerver.com>

---------

Signed-off-by: pulak-opti <pulak.bhowmick@episerver.com>
  • Loading branch information
pulak-opti authored Nov 8, 2024
1 parent 3a3a045 commit fc25850
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
Changes that have landed but are not yet released.
## [2.1.0] - November 8, 2024

### Enhancements
- **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))

- **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))

## [2.0.0] - January 22th, 2024

Expand Down
2 changes: 1 addition & 1 deletion pkg/event/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package event

// Version is the current version of the client
var Version = "2.0.0"
var Version = "2.1.0"

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

0 comments on commit fc25850

Please sign in to comment.