Commit graph

16 commits

Author SHA1 Message Date
Christian Schaible (EXT)
6b5bc6dfe2 Merged PR 757276: feat: Validate topic names and update dependencies
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
2025-03-31 12:32:16 +00:00
Christian Schaible (EXT)
e8567c19ff Merged PR 756491: feat: Download images from STACKIT container registry
Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-211
2025-03-26 09:16:19 +00:00
Christian Schaible (EXT)
618be58a26 Merged PR 752362: feat: Apply stricter linter rules
Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-184
2025-03-25 08:40:27 +00:00
Christian Schaible
3eb803ae1c Merged PR 724980: fix: Set default connection pool size to 2
Updating the default connection pool size after clarifying with the Integration platform team.

Security-concept-update-needed: false.

JIRA Work Item: STACKITRMA-68
2025-01-29 15:07:27 +00:00
Christian Schaible
ddee3db2fe Merged PR 724873: feat: Make connection pool size optional
Security-concept-update-needed: false.

JIRA Work Item: STACKITRMA-68
2025-01-29 14:31:09 +00:00
Christian Schaible
720a1a6d72 Merged PR 723917: fix: Filter grpcgateway-authorization headers
Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-98
2025-01-28 13:39:06 +00:00
Christian Schaible
5742604629 Merged PR 716929: feat: Replace AMQP connection management
So far the SDK provided a messaging API that was not thread-safe (i.e. goroutine-safe). Additionally the SDK provided a MutexAPI which made it thread-safe at the cost of removed concurrency possibilities. The changes implemented in this commit replace both implementations with a thread-safe connection pool based solution.

The api gateway is a SDK user that requires reliable high performance send capabilities with a limit amount of amqp connections. These changes in the PR try address their requirements by moving the responsibility of connection management into the SDK. From this change other SDK users will benefit as well.

Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-62
2025-01-27 13:23:54 +00:00
Lukas Schmitt
c90ce29c51 Merged PR 710739: feat: Add error wrapping in amqp messaging
Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-63
2025-01-08 09:16:52 +00:00
Lukas Schmitt
6041fd105a Merged PR 710571: refactor connection, session and sender handling during reconnect
* logging all errors related to the session and connection close
* closing the sender properly not only in case of an error

Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-61
2025-01-03 12:19:11 +00:00
Christian Schaible
8b231d9a7b Merged PR 708047: chore: Update dependencies
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
2024-12-19 14:58:16 +00:00
Christian Schaible
5fd40d1415 Merged PR 684951: fix: Replace manual jwt parsing with jwx library
Related work items: #701160
2024-11-26 06:27:46 +00:00
Christian Schaible
cc53ba4126 Merged PR 680123: fix: Remove unnecessary interface pointers
Related work items: #697212
2024-11-14 13:30:25 +00:00
Christian Schaible
568c5cdb91 Merged PR 679203: fix: Make messaging.API closable
Related work items: #697210
2024-11-13 12:17:40 +00:00
Christian Schaible
7623ffc225 Merged PR 678247: fix: Adjust SequenceNumberGenerator to revert specific sequence numbers
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
2024-11-12 14:29:20 +00:00
Christian Schaible
52592e6b6b Merged PR 672118: feat: Remove user provided trace-parent and trace-state
Related work items: #692181
2024-11-04 13:55:10 +00:00
Christian Schaible
9337231a6f Merged PR 666097: feat: Add implementation of core library
Related work items: #687250
2024-10-30 10:32:07 +00:00