Skip to content

Releases: RedHatInsights/insights-ccx-messaging

Fix dependencies

28 Nov 16:32
b5fb91b
Compare
Choose a tag to compare
Merge pull request #118 from joselsegura/fix_deps_resolution_problem

Fix a dependency problem that makes imposible to install

New Unit tests for Kafka publisher

22 Sep 10:12
53731de
Compare
Choose a tag to compare

What's Changed

  • Added kafka publisher unit tests for compression by @Jakub007d in #75

Full Changelog: v3.4.1...v3.4.2

confluent-kafka deps update

22 Sep 07:12
33699a0
Compare
Choose a tag to compare

Update confluent-kafka dependency to >=2.0.0 to test Python 3.11.

Publisher compression capability

21 Sep 09:20
7243b0a
Compare
Choose a tag to compare

What's Changed

  • [CCXDEV-11713] Added ability to publish compressed messages to topic by @Jakub007d in #73

Full Changelog: v3.3.9...v3.4.0

Removed Duplicant Errors from GlitchTip

22 Aug 10:15
6ba1325
Compare
Choose a tag to compare
Merge pull request #71 from Jakub007d/ErrMsgReduction

[CCXDEV-10802] [CCXDEV-10801] Updated message queue LOG message

Make passing gathering timestamp more robust

16 Aug 09:48
bb964da
Compare
Choose a tag to compare
  • convert the timestamp to RFC3339 format, if it is present
  • if it is not possible, pass current timestamp as gathering timestamp

Add gathering timestamp

15 Aug 06:32
b624554
Compare
Choose a tag to compare

RuleReleasePublisher now passes gathering timestamp, if it is available in the processed message.

Add sentry utils

07 Aug 11:34
289bfbe
Compare
Choose a tag to compare

Add utility to connect to Sentry SDK, which is currently used by the services using this library.

Cloudwatch support

11 May 14:30
bd572a2
Compare
Choose a tag to compare

Adding support for configuring Cloudwatch logger

BufferError fix

09 May 15:22
24c6fc4
Compare
Choose a tag to compare
Merge pull request #65 from RedHatInsights/fix_buffer_error

Add poll call fix BufferError