You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
All notable changes to the LaunchDarkly Lua Server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [1.0.0-beta.3] - 2020-07-20
6
+
7
+
### Added:
8
+
- Added support for Lua `5.2` and Lua `5.3`.
9
+
- Added `featureStoreBackend` option to configuration object.
10
+
- Added `launchdarkly_server_sdk_redis` module to support Redis as an external feature store.
11
+
- Added `registerLogger` which allows configuration of SDK logging capabilities.
12
+
13
+
### Changed:
14
+
- The SDK is now implemented as a compiled C module instead of directly in Lua.
15
+
- The SDK is now imported as `launchdarkly_server_sdk`, instead of `launchdarkly-server-sdk.lua`.
16
+
- The SDK no longer depends on the Lua `cjson`, or Lua `ffi` libraries.
17
+
- All methods are no longer closures. Use `client:aFunction`, instead of `client.aFunction`.
0 commit comments