Skip to content

Commit 518b964

Browse files
[FSSDK-10777] changelog update
1 parent 1492d15 commit 518b964

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [3.4.0] - Mar 6, 2026
3+
## [3.4.0] - Mar 9, 2026
44

55
### New Features
66
- Add a server-safe bundle that is automatically resolved when imported in React Server Components, excluding client-only React APIs ([#318](https://github.com/optimizely/react-sdk/pull/318))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,9 @@ const segments = await getQualifiedSegments(userId, datafile);
471471

472472
> **Caching recommendation:** The ODP segment fetch adds latency to server rendering. Consider caching the result per user to avoid re-fetching on every request.
473473
474-
### React Server Components
474+
### React Server Components (v3.4.0+)
475475

476-
The SDK can also be used directly in React Server Components without `OptimizelyProvider`. Create an instance, set the user, wait for readiness, and make decisions — all within an `async` server component:
476+
Since version 3.4.0, the SDK can be used directly in React Server Components without `OptimizelyProvider`. Create an instance, set the user, wait for readiness, and make decisions — all within an `async` server component:
477477

478478
```tsx
479479
import { createInstance } from '@optimizely/react-sdk';

0 commit comments

Comments
 (0)