Skip to content

Releases: launchdarkly/lua-server-sdk

1.2.2

08 Feb 21:44
Compare
Choose a tag to compare

[1.2.2] - 2022-02-08

Fixed:

  • Remove accidental check-in of temporary documentation build files.

1.2.1

08 Feb 21:04
Compare
Choose a tag to compare

[1.2.1] - 2022-02-08

Note: Please skip this release.
Source contains files accidentally checked in by the release process.


Changed:

  • Updated release configuration.

1.2.0

08 Feb 00:20
Compare
Choose a tag to compare

[1.2.0] - 2022-02-07

Added:

  • Added version() function to retrieve SDK version

Fixed:

  • Fixed memory leak in AllFlags API.

Removed:

  • Removed references to unused cjson package.

1.1.0

04 Feb 19:50
Compare
Choose a tag to compare

[1.1.0] - 2021-02-04

Added:

  • Added the alias method. This can be used to associate two user objects for analytics purposes by generating an alias event.

1.0.1

28 Aug 20:56
Compare
Choose a tag to compare

[1.0.1] - 2020-08-28

Fixed:

  • Conflicting definition of luaL_setfuncs in certain versions of the Lua C API.

1.0.0

27 Jul 22:52
Compare
Choose a tag to compare

[1.0.0] - 2020-07-27

First supported GA release.

Fixed:

  • Set source.url field to repository in rockspecs

1.0.0-beta.3

20 Jul 21:11
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Added:

  • Added support for Lua 5.2, and Lua 5.3.
  • Added featureStoreBackend option to configuration object.
  • Added launchdarkly_server_sdk_redis module to support Redis as an external feature store.
  • Added registerLogger which allows configuration of SDK logging capabilities.

Changed:

  • The SDK is now implemented as a compiled C module instead of directly in Lua.
  • The SDK is now imported as launchdarkly_server_sdk, instead of launchdarkly-server-sdk.lua.
  • The SDK no longer depends on the Lua cjson, or Lua ffi libraries.
  • All methods are no longer closures. Use client:aFunction, instead of client.aFunction.

1.0.0-beta.2

12 May 21:15
ed87f6c
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

[1.0.0-beta.2] - 2020-05-12

Changed:

  • Updates the configuration object to include wrapper name and version.

1.0.0-beta.1

25 Mar 09:17
34e64bb
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

[1.0.0-beta.1] - 2020-03-24

Initial beta release.