Skip to content

30.67.70 Release

Latest
Compare
Choose a tag to compare
@macielti macielti released this 01 Nov 21:43
· 76 commits to main since this release
0d7cddf

30.67.70 - 2024-11-01

Added

  • New PostgreSQL component (Integrant).

30.66.70 - 2024-10-10

Added

  • Added roles management for customer authentication features.

30.65.70 - 2024-10-10

Added

  • Added src/common_clj/porteiro namespace to hold customer authentication features.

30.64.70 - 2024-10-02

Added

  • Added common-clj.io.interceptors.customer namespace to hold customer identification specific interceptors.

30.63.70 - 2024-09-22

Changed

  • Instead of logging (at INFO level) each number of consumers threads up AWS SQS Consumer component (Integrant)
    validation, now we are logging that info at DEBUG level.

30.63.69 - 2024-09-20

Changed

  • Now you can control the number of parallel consumer threads for each queue on AWS SQS Consumer component
    (Integrant).

29.63.69 - 2024-09-15

Added

  • Now you can control the timeout in ms for the AWS SQS Consumer component (Integrant) while handling each message.

29.62.69 - 2024-09-14

Changed

  • Applying more parallelism improvements to AWS SQS Consumer component (Integrant).

29.62.68 - 2024-09-14

Changed

  • Parallelism improvements to AWS SQS Consumer component (Integrant).

29.62.67 - 2024-09-14

Fixed

  • Fixed bug on AWS SQS Consumer component (Integrant).

29.62.66 - 2024-09-14

Added

  • Now the AWS SQS Consumer component (Integrant) is able to consume messages applying some level of parallelism.

29.61.66 - 2024-09-13

Changed

  • Instead of logging (at INFO level) each message consumed by AWS SQS Consumer component (Integrant), now we are
    logging that info at DEBUG level.

29.61.65 - 2024-09-13

Fixed

  • Fixed bug on AWS SQS Producer component (Integrant). The component was trying to create queues on AWS SQS servers
    while executing tests.

29.61.64 - 2024-09-13

Fixed

  • Fixed expected schema param type for queues on common-clj.integrant-components.sqs-consumer/create-sqs-queues!.