Skip to content

Commit 01fac9e

Browse files
authored
fix(deps): bump C++ Server to 3.5.2 (#105)
This pulls in a bugfix which significantly improves the logging experience when given an incorrect SDK key.
1 parent 29447f8 commit 01fac9e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sdk=3.3.3
2-
redis_source=2.1.3
1+
sdk=3.5.2
2+
redis_source=2.1.10

examples/hello-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM debian:bookworm
44
ARG VERSION=2.1.0
55
# {{ x-release-please-end }}
66

7-
ARG CPP_SDK_VERSION=3.3.3
7+
ARG CPP_SDK_VERSION=3.5.2
88

99
# For unknown reasons, it appears that boost.json and boost.url aren't included in the
1010
# libboost-all package.

examples/hello-haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:22.04
44
ARG VERSION=2.1.0
55
# {{ x-release-please-end }}
66

7-
ARG CPP_SDK_VERSION=3.3.3
7+
ARG CPP_SDK_VERSION=3.5.2
88

99
RUN apt-get update && apt-get install -y \
1010
curl luarocks lua5.3 lua5.3-dev \

examples/hello-nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM openresty/openresty:jammy
44
ARG VERSION=2.1.0
55
# {{ x-release-please-end }}
66

7-
ARG CPP_SDK_VERSION=3.3.3
7+
ARG CPP_SDK_VERSION=3.5.2
88

99
RUN apt-get update && apt-get install -y \
1010
git netbase curl libssl-dev apt-transport-https ca-certificates \

0 commit comments

Comments
 (0)