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

Releases: insurello/mq

v5.1.0

03 Jun 09:27
453122c
Compare
Choose a tag to compare

Add duration logging for errors as well

v5.0.0

26 May 07:18
e81f7d1
Compare
Choose a tag to compare

mq now sleeps (using setTimeout) for 30 seconds before nacking, to avoid flooding error logs. You can customize the default sleep as well as set per-error sleep.

v4.1.0

03 Mar 14:43
129b76c
Compare
Choose a tag to compare

Add basic duration logging (info level log on successful processing)

v4.0.0

16 Aug 09:24
7d246dd
Compare
Choose a tag to compare
Remove copy of io ts reporters (#19)

* Use latest version of io-ts-reporter dependencies
* Bump major version.

Co-authored-by: Frida Jakobsson <[email protected]>
Co-authored-by: Kristian Lundström <[email protected]>

v3.0.0

26 Jul 08:44
d0578b8
Compare
Choose a tag to compare

Update dependencies

  • Update io-ts to 2.0 and make fp-ts and io-ts peer dependencies.
  • Local version of io-ts-reporters until new version is published that supports fp-ts 2.0.

v2.0.0

16 Aug 08:27
b833972
Compare
Choose a tag to compare
Improve error messages (#17)

* Add type and queue to the logged error.
Co-authored-by: Michel Radosavljevic <[email protected]>