File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ disable=
12
12
missing-function-docstring,
13
13
missing-module-docstring,
14
14
no-self-use,
15
+ possibly-used-before-assignment,
15
16
protected-access,
16
17
redefined-outer-name,
17
18
too-few-public-methods,
Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
-
12
12
13
+ ## [ 2.2.12] - 2024-05-22
14
+
15
+ ### Changed in 2.2.12
16
+
17
+ - In ` Dockerfile ` , updated FROM instruction to ` senzing/senzingapi-runtime:3.10.1 `
18
+ - In ` requirements.txt ` , updated:
19
+ - azure-servicebus==7.12.2
20
+ - boto3==1.34.110
21
+ - confluent-kafka==2.4.0
22
+ - orjson==3.10.3
23
+
13
24
## [ 2.2.11] - 2024-03-18
14
25
15
26
### Changed in 2.2.11
Original file line number Diff line number Diff line change 1
- ARG BASE_IMAGE=senzing/senzingapi-runtime:3.9.0
1
+ ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.1
2
2
3
3
# -----------------------------------------------------------------------------
4
4
# Stage: builder
5
5
# -----------------------------------------------------------------------------
6
6
7
7
FROM ${BASE_IMAGE} AS builder
8
8
9
- ENV REFRESHED_AT=2024-03-18
9
+ ENV REFRESHED_AT=2024-05-22
10
10
11
11
# Run as "root" for system installation.
12
12
@@ -51,11 +51,11 @@ RUN curl -X GET \
51
51
52
52
FROM ${BASE_IMAGE} AS runner
53
53
54
- ENV REFRESHED_AT=2024-03-18
54
+ ENV REFRESHED_AT=2024-05-22
55
55
56
56
LABEL Name="senzing/stream-loader" \
57
57
Maintainer="support@senzing.com" \
58
- Version="2.2.11 "
58
+ Version="2.2.12 "
59
59
60
60
# Define health check.
61
61
You can’t perform that action at this time.
0 commit comments