The subject claim may contain underscore characters which are not allowed by the schema yet. Therefore, an adjustment of the regex in the schema has been made to allow it.
Security-concept-update-needed: false.
JIRA Work Item: STACKITALO-437
Makes the request body accessible and modifiable in the audit event builder to enable SDK users to hide secrets in request bodies captured in the request body (by middlewares). Also updates dependencies.
Security-concept-update-needed: false.
JIRA Work Item: STACKITALO-284
Allows the term "conway" as environment name in topic names.
Updates dependencies.
github.com/bufbuild/protovalidate-go@v0.9.3 requires go >= 1.23.4
Security-concept-update-needed: false.
JIRA Work Item: STACKITALO-249
Validates solace topic names to prevent issues when processing messages in the auditlog-appender.
Updates dependencies and build tools.
Security-concept-update-needed: false.
JIRA Work Item: STACKITALO-220
Updates library versions to fix a reported vulnerability in a test dependency and to use latest versions.
Security-concept-update-needed: false.
JIRA Work Item: STACKITALO-152
Updates library versions to fix a reported vulnerability in a test dependency and to use latest versions. Adds a convenience method to set the built flag in the builder without constructing an event.
Security-concept-update-needed: false.
JIRA Work Item: STACKITALO-40
Concurrent invocations on the SequenceNumberGenerator can lead to gaps and duplicate sequence numbers. To fix the issue an internal "backlog" is added as a buffer. If a new number is requested the "backlog" is checked first before creating a new number.
The "host" HTTP-Header is filtered out hide internal information.
The following build dependencies have been updated:
- Go has been updated to version 1.23.3.
- Golanglint-ci has been updated to version v1.62.0.
- Buf has been updated to version v1.46.0
The following library dependencies have been updated:
- go.opentelemetry.io/otel has been updated to version v1.32.0
- go.opentelemetry.io/otel/trace has been updated to version v1.32.0
Related work items: #696569