Skip to content

Commit 5df985e

Browse files
github-actions[bot]LaunchDarklyReleaseBot
andauthored
chore(main): release 2.1.3 (#113)
🤖 I have created a release *beep* *boop* --- ## [2.1.3](v2.1.2...v2.1.3) (2025-06-06) ### Bug Fixes * Bump launchdarkly-cpp-server to v3.9.0 ([1d8888d](1d8888d)) * Bump launchdarkly-cpp-server-redis-source to v2.1.19 ([1d8888d](1d8888d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>
1 parent 1d8888d commit 5df985e

File tree

11 files changed

+21
-13
lines changed

11 files changed

+21
-13
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.2"
2+
".": "2.1.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [2.1.3](https://github.com/launchdarkly/lua-server-sdk/compare/v2.1.2...v2.1.3) (2025-06-06)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump launchdarkly-cpp-server to v3.9.0 ([1d8888d](https://github.com/launchdarkly/lua-server-sdk/commit/1d8888d160140e096838ca415c4de3df8fae9cb8))
11+
* Bump launchdarkly-cpp-server-redis-source to v2.1.19 ([1d8888d](https://github.com/launchdarkly/lua-server-sdk/commit/1d8888d160140e096838ca415c4de3df8fae9cb8))
12+
513
## [2.1.2](https://github.com/launchdarkly/lua-server-sdk/compare/v2.1.1...v2.1.2) (2024-11-18)
614

715

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ If you don't want to install from LuaRocks, it's possible to compile the modules
9999

100100
**Install the base SDK only**
101101
```bash
102-
luarocks make launchdarkly-server-sdk-2.1.2-0.rockspec \
102+
luarocks make launchdarkly-server-sdk-2.1.3-0.rockspec \
103103
LD_DIR=./path-to-installed-cpp-sdk
104104
```
105105
**Install the base SDK with Redis support**
106106
```bash
107-
luarocks make launchdarkly-server-sdk-redis-2.1.2-0.rockspec \
107+
luarocks make launchdarkly-server-sdk-redis-2.1.3-0.rockspec \
108108
LDREDIS_DIR=./path-to-cpp-sdk-with-redis-support-installation
109109
```
110110

examples/hello-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bookworm
22

33
# {{ x-release-please-start-version }}
4-
ARG VERSION=2.1.2
4+
ARG VERSION=2.1.3
55
# {{ x-release-please-end }}
66

77
ARG CPP_SDK_VERSION=3.9.0

examples/hello-haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:22.04
22

33
# {{ x-release-please-start-version }}
4-
ARG VERSION=2.1.2
4+
ARG VERSION=2.1.3
55
# {{ x-release-please-end }}
66

77
ARG CPP_SDK_VERSION=3.9.0

examples/hello-nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM openresty/openresty:1.21.4.1-0-jammy
55

66
# {{ x-release-please-start-version }}
7-
ARG VERSION=2.1.2
7+
ARG VERSION=2.1.3
88
# {{ x-release-please-end }}
99

1010
ARG CPP_SDK_VERSION=3.9.0

launchdarkly-server-sdk-2.1.2-0.rockspec renamed to launchdarkly-server-sdk-2.1.3-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = "launchdarkly-server-sdk"
22

33
rockspec_format = "3.0"
44

5-
version = "2.1.2-0"
5+
version = "2.1.3-0"
66

77
description = {
88
summary = "LaunchDarkly SDK for server-side applications.",
@@ -20,7 +20,7 @@ description = {
2020

2121
source = {
2222
url = "git+https://github.com/launchdarkly/lua-server-sdk.git",
23-
tag = "v2.1.2"
23+
tag = "v2.1.3"
2424
}
2525

2626
dependencies = {

launchdarkly-server-sdk-redis-2.1.2-0.rockspec renamed to launchdarkly-server-sdk-redis-2.1.3-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = "launchdarkly-server-sdk-redis"
22

33
rockspec_format = "3.0"
44

5-
version = "2.1.2-0"
5+
version = "2.1.3-0"
66

77
description = {
88
summary = "Redis integration for LaunchDarkly Lua Server-side SDK.",
@@ -19,7 +19,7 @@ description = {
1919

2020
source = {
2121
url = "git+https://github.com/launchdarkly/lua-server-sdk.git",
22-
tag = "v2.1.2"
22+
tag = "v2.1.3"
2323
}
2424

2525
dependencies = {

launchdarkly-server-sdk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Server-side SDK for LaunchDarkly.
2525
#define DEBUG_PRINT(fmt, ...)
2626
#endif
2727

28-
#define SDKVersion "2.1.2" /* {x-release-please-version} */
28+
#define SDKVersion "2.1.3" /* {x-release-please-version} */
2929

3030
static LDValue
3131
LuaValueToJSON(lua_State *const l, const int i);

scripts/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -e
77

8-
version="2.1.2" # {x-release-please-version }
8+
version="2.1.3" # {x-release-please-version }
99

1010
luarocks make launchdarkly-server-sdk-$version-0.rockspec LD_DIR=./cpp-sdks/build/INSTALL
1111
luarocks make launchdarkly-server-sdk-redis-$version-0.rockspec LDREDIS_DIR=./cpp-sdks/build/INSTALL

0 commit comments

Comments
 (0)