Releases: launchdarkly/lua-server-sdk
Releases · launchdarkly/lua-server-sdk
v2.1.2
v2.1.1
v2.1.0
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2023-12-28)
⚠ BREAKING CHANGES
- SDK configuration exposes new options and is organized hierarchically
- remove
inlineUsersInEvents
anduserKeysFlushInterval
config options - remove global
registerLogger
function, replace with config option - remove
alias
function, replace usage with multi-kind contexts - Variation and VariationDetail now take contexts
makeUser
behavior modified to construct a user-kind context- use C++ Server-side SDK 3.0 bindings (#31)
Features
- added
makeContext
for constructing single or multi-kind contexts (95e9718) - use C++ Server-side SDK 3.0 bindings (#31) (95e9718)
Code Refactoring
- makeUser behavior modified to construct a user-kind context (95e9718)
- remove
alias
function, replace usage with multi-kind contexts (95e9718) - remove
inlineUsersInEvents
anduserKeysFlushInterval
config options (95e9718) - remove global
registerLogger
function, replace with config option (95e9718) - SDK configuration exposes new options and is organized hierarchically (95e9718)
- Variation and VariationDetail now take contexts (95e9718)