Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.33 KB

1.0.0

  • maximum amount of messages per batch must be set manually if custom value is preferred (default remains 10)
  • compatible with Spring Boot 3.1.*
  • use S3AsyncClient instead of synchronous S3Client

0.8.1

  • pass MDC context to workers

0.7.1

  • adds the possibility to configure a handling in case of a Throwable in ErrorHandlingStrategy

0.6.0

  • Visibility timeout and acknowledge workaround
  • Fix deployment by explicitly activating artifact signing

0.5.0

  • adds the possibility to configure the error handling of the framework even more. Additionaly to exceptions thrown by the worker, you can now define error handling routines for "extend timeout" and "acknowledge message" errors. Exception handling for users that don't already define their own ErrorHandlingStrategy stays the same.

0.4.0

  • shutdown in LongRunningMessageHandler and LongRunningMessageHandlerFactory must be explicitely called
    • you must shut down all LongRunningMessageHandler and then LongRunningMessageHandlerFactory because LongRunningMessageHandlerFactory contains the threads to extend the message visibilities

0.3.0