File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed
packages/adapter-launchdarkly Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @flags-sdk/launchdarkly
2
2
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e1def0e: Significantly improve performance by upgrading to ` @launchdarkly/vercel-server-sdk ` v1.3.34.
8
+
9
+ This release avoids JSON.stringify and JSON.parse overhead which earlier versions of ` @launchdarkly/vercel-server-sdk ` had.
10
+
11
+ See
12
+
13
+ - https://github.com/launchdarkly/js-core/releases/tag/vercel-server-sdk-v1.3.34
14
+ - https://github.com/launchdarkly/js-core/pull/918
15
+
3
16
## 0.3.1
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flags-sdk/launchdarkly" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " LaunchDarkly provider for the Flags SDK" ,
5
5
"keywords" : [
6
6
" flags-sdk" ,
You can’t perform that action at this time.
0 commit comments