Skip to content

Commit 50533a9

Browse files
[FSSDK-8581] chore: Prepare for 4.0.0 release (#371)
* chore: Update AssemblyInformationalVersion removed beta tag for NuGet * docs: Update changelog * docs: Test whether I have to manually link PRs * docs: Add PR links wwwhyy is this still something I have to do??? *coughs: AI* * docs: Update version listed on README This file needs to be reviewed & updates * docs: Update version listed on README This file needs to be reviewed & updates * docs: Update CHANGELOG with 4.0-GA info bring pre-release beta notes up to the GA version section * docs: Update LICENSE copyright line * docs: Reorder CHANGELOG entries
1 parent c6213a9 commit 50533a9

File tree

10 files changed

+80
-10
lines changed

10 files changed

+80
-10
lines changed

CHANGELOG.md

+70
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,75 @@
11
# Optimizely C# SDK Changelog
22

3+
## 4.0.0
4+
January 16th, 2024
5+
6+
### New Features
7+
8+
#### Advanced Audience Targeting
9+
10+
The 4.0.0 release introduces a new primary feature, [Advanced Audience Targeting]( https://docs.developers.optimizely.com/feature-experimentation/docs/optimizely-data-platform-advanced-audience-targeting)
11+
enabled through integration with [Optimizely Data Platform (ODP)](https://docs.developers.optimizely.com/optimizely-data-platform/docs) (
12+
[#305](https://github.com/optimizely/csharp-sdk/pull/305),
13+
[#310](https://github.com/optimizely/csharp-sdk/pull/310),
14+
[#311](https://github.com/optimizely/csharp-sdk/pull/311),
15+
[#315](https://github.com/optimizely/csharp-sdk/pull/315),
16+
[#321](https://github.com/optimizely/csharp-sdk/pull/321),
17+
[#322](https://github.com/optimizely/csharp-sdk/pull/322),
18+
[#323](https://github.com/optimizely/csharp-sdk/pull/323),
19+
[#324](https://github.com/optimizely/csharp-sdk/pull/324)
20+
).
21+
22+
You can use ODP, a high-performance [Customer Data Platform (CDP)]( https://www.optimizely.com/optimization-glossary/customer-data-platform/), to easily create complex
23+
real-time segments (RTS) using first-party and 50+ third-party data sources out of the box. You can create custom schemas that support the user attributes important
24+
for your business, and stitch together user behavior done on different devices to better understand and target your customers for personalized user experiences. ODP can
25+
be used as a single source of truth for these segments in any Optimizely or 3rd party tool.
26+
27+
With ODP accounts integrated into Optimizely projects, you can build audiences using segments pre-defined in ODP. The SDK will fetch the segments for given users and
28+
make decisions using the segments. For access to ODP audience targeting in your Feature Experimentation account, please contact your Optimizely Customer Success Manager.
29+
30+
This version includes the following changes:
31+
- New API added to `OptimizelyUserContext`:
32+
- `FetchQualifiedSegments()`: this API will retrieve user segments from the ODP server. The fetched segments will be used for audience evaluation. The fetched data will be stored in the local cache to avoid repeated network delays.
33+
- When an `OptimizelyUserContext` is created, the SDK will automatically send an identify request to the ODP server to facilitate observing user activities.
34+
- New APIs added to `OptimizelyClient`:
35+
- `SendOdpEvent()`: customers can build/send arbitrary ODP events that will bind user identifiers and data to user profiles in ODP.
36+
37+
For details, refer to our documentation pages:
38+
- [Advanced Audience Targeting](https://docs.developers.optimizely.com/feature-experimentation/docs/optimizely-data-platform-advanced-audience-targeting)
39+
- [Server SDK Support](https://docs.developers.optimizely.com/feature-experimentation/v1.0/docs/advanced-audience-targeting-for-server-side-sdks)
40+
- [Initialize C# SDK](https://docs.developers.optimizely.com/feature-experimentation/docs/initialize-sdk-csharp)
41+
- [OptimizelyUserContext C# SDK](https://docs.developers.optimizely.com/feature-experimentation/docs/optimizelyusercontext-csharp)
42+
- [Advanced Audience Targeting segment qualification methods](https://docs.developers.optimizely.com/feature-experimentation/docs/advanced-audience-targeting-segment-qualification-methods-csharp)
43+
- [Send Optimizely Data Platform data using Advanced Audience Targeting](https://docs.developers.optimizely.com/feature-experimentation/docs/send-odp-data-using-advanced-audience-targeting-csharp)
44+
45+
#### Polling warning
46+
47+
Add warning to polling intervals below 30 seconds ([#365](https://github.com/optimizely/csharp-sdk/pull/365))
48+
49+
### Breaking Changes
50+
- `OdpManager` in the SDK is enabled by default. Unless an ODP account is integrated into the Optimizely projects, most `OdpManager` functions will be ignored. If needed, `OdpManager` can be disabled when `OptimizelyClient` is instantiated.
51+
- `ProjectConfigManager` interface additions + implementing class updates
52+
- `Evaluate()` updates in `BaseCondition`
53+
54+
### Bug Fixes
55+
- Return Latest Experiment When Duplicate Keys in Config enhancement
56+
57+
### Documentation
58+
- Corrections to markdown files in docs directory ([#368](https://github.com/optimizely/csharp-sdk/pull/368))
59+
- GitHub template updates ([#366](https://github.com/optimizely/csharp-sdk/pull/366))
60+
61+
## 3.11.4
62+
July 26th, 2023
63+
64+
### Bug Fixes
65+
- Fix Last-Modified date & time format for If-Modified-Since ([#361](https://github.com/optimizely/csharp-sdk/pull/361))
66+
67+
## 3.11.3
68+
July 18th, 2023
69+
70+
### Bug Fixes
71+
- Last-Modified in header not found and used to reduce polling payload ([#355](https://github.com/optimizely/csharp-sdk/pull/355)).
72+
373
## 4.0.0-beta
474
April 28th, 2023
575

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2016 Optimizely
190+
Copyright 2016-2024, Optimizely, Inc. and contributors
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// by using the '*' as shown below:
4040
[assembly: AssemblyVersion("4.0.0.0")]
4141
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0-beta")] // Used by Nuget.
42+
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.

OptimizelySDK.Net35/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// by using the '*' as shown below:
4040
[assembly: AssemblyVersion("4.0.0.0")]
4141
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0-beta")] // Used by Nuget.
42+
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.

OptimizelySDK.Net40/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// by using the '*' as shown below:
4040
[assembly: AssemblyVersion("4.0.0.0")]
4141
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0-beta")] // Used by Nuget.
42+
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.

OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// by using the '*' as shown below:
4040
[assembly: AssemblyVersion("4.0.0")]
4141
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0-beta")] // Used by Nuget.
42+
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.

OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
// by using the '*' as shown below:
4040
[assembly: AssemblyVersion("4.0.0.0")]
4141
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0-beta")] // Used by Nuget.
42+
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// by using the '*' as shown below:
3333
[assembly: AssemblyVersion("4.0.0.0")]
3434
[assembly: AssemblyFileVersion("4.0.0.0")]
35-
[assembly: AssemblyInformationalVersion("4.0.0-beta")] // Used by Nuget.
35+
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.

OptimizelySDK/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
// by using the '*' as shown below:
4444
[assembly: AssemblyVersion("4.0.0.0")]
4545
[assembly: AssemblyFileVersion("4.0.0.0")]
46-
[assembly: AssemblyInformationalVersion("4.0.0-beta")] // Used by Nuget.
46+
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ User can provide variables using following procedure:
104104
```
105105
<configSections>
106106
<section name="optlySDKConfigSection"
107-
type="OptimizelySDK.OptimizelySDKConfigSection, OptimizelySDK, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null" />
107+
type="OptimizelySDK.OptimizelySDKConfigSection, OptimizelySDK, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" />
108108
</configSections>
109109
```
110110
2. Now add **optlySDKConfigSection** below **<configSections>**. In this section you can add and set following **HttpProjectConfigManager** and **BatchEventProcessor** variables:
@@ -251,4 +251,4 @@ Optimizely SDK uses third party software:
251251

252252
- Ruby - https://github.com/optimizely/ruby-sdk
253253

254-
- Swift - https://github.com/optimizely/swift-sdk
254+
- Swift - https://github.com/optimizely/swift-sdk

0 commit comments

Comments
 (0)