Skip to content

Releases: launchdarkly/lua-server-sdk

v2.1.2

18 Nov 23:21
58b5680
Compare
Choose a tag to compare

2.1.2 (2024-11-18)

Bug Fixes

  • deps: bump C++ server dep for holdouts fix (#109) (53a7ef1)

v2.1.1

15 Jul 21:46
57c9d43
Compare
Choose a tag to compare

2.1.1 (2024-07-15)

Bug Fixes

v2.1.0

11 Mar 23:37
714d3ac
Compare
Choose a tag to compare

2.1.0 (2024-03-11)

Features

  • allow nil to be passed for clientInit config (#94) (e7c0dfe)

v2.0.6

07 Feb 19:53
6e0f6d0
Compare
Choose a tag to compare

2.0.6 (2024-02-07)

Bug Fixes

  • rockspec info JSON was generated incorrectly (#88) (8488c38)

v2.0.5

07 Feb 01:36
8fa3715
Compare
Choose a tag to compare

2.0.5 (2024-02-07)

Bug Fixes

  • publish step should take rockspec inputs (#85) (ea11770)

v2.0.4

07 Feb 01:16
929253b
Compare
Choose a tag to compare

2.0.4 (2024-02-07)

Bug Fixes

  • hello-haproxy Dockerfile is now updated by release-please (d0522a5)

v2.0.3

07 Feb 00:01
3ce4ed1
Compare
Choose a tag to compare

2.0.3 (2024-02-07)

Bug Fixes

v2.0.2

09 Jan 17:30
6b43412
Compare
Choose a tag to compare

2.0.2 (2024-01-09)

Bug Fixes

  • update version used in in compile.sh to match release version (92be742)

v2.0.1

09 Jan 00:14
f08e5ae
Compare
Choose a tag to compare

2.0.1 (2024-01-09)

Bug Fixes

v2.0.0

28 Dec 20:01
df7c588
Compare
Choose a tag to compare

2.0.0 (2023-12-28)

⚠ BREAKING CHANGES

  • SDK configuration exposes new options and is organized hierarchically
  • remove inlineUsersInEvents and userKeysFlushInterval 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 and userKeysFlushInterval 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)