Skip to content

Releases: swisspost/gateleen

v1.0.25

31 Oct 13:09
Compare
Choose a tag to compare

Release of version v1.0.25

v1.0.24

23 Aug 12:55
Compare
Choose a tag to compare

Release of version v1.0.24

  • Make transmission mode for eventBus logging configurable to be either 'publish' or 'send'

v1.0.23

23 Aug 12:10
Compare
Choose a tag to compare
v1.0.23 Pre-release
Pre-release

Release of version v1.0.23

v1.0.22

16 Aug 12:53
Compare
Choose a tag to compare

Release of version v1.0.22

Extended EventBus-Logging by providing the ability to define "metadata" for destinations. These metadata are required when using vertx-log-transformer

v1.0.21

12 Aug 08:37
Compare
Choose a tag to compare

Release of version v1.0.21

Reverted fix for #86, this has to be done outside of gateleen

v1.0.20

12 Aug 05:27
Compare
Choose a tag to compare

Release of version v1.0.20

The connection over sockjs eventbus bridge is broken #86

v1.0.19

11 Aug 07:05
Compare
Choose a tag to compare

Release of version v1.0.19
#84 Introduce a circuit breaker

v1.0.18

02 Aug 07:15
Compare
Choose a tag to compare

Release of version v1.0.18
#73 Add property to execute scheduler on startup
#74 Fix missing pattern matcher in delegate
#76 DelegateHandler couldn’t be loaded
#77 After Hooks are not fired if no before Hooks are available
#78 Improve DelegateName recognition pattern
#79 Delegate with empty body causes NullpointerException

v1.0.17

21 Jul 08:43
Compare
Choose a tag to compare

[#70](Mime-Type matching for ZipExtractHandler) Mime-Type matching for ZipExtractHandler
[#60](Extend ZipHandler to allow uncompressed zip file creation) Extend ZipHandler to allow uncompressed zip file creation
[#59](Implement a DelegateHandler as a new module) Implement a DelegateHandler as a new module
[#58](Implement a ZipExtractHandler in the Expansion module) Implement a ZipExtractHandler in the Expansion module
[#57](Adapt Hook to be able to fire after/before original request) Adapt Hook to be able to fire after/before original request
[#56](Overflow when setting high expiration time) Overflow when setting high expiration time

v1.0.16

14 Jul 08:37
Compare
Choose a tag to compare

QueueProcessor does not check for locked queues anymore, since vertx-redisques release v2.2.3 does not notify consumers with locked queues.

Attention

When using this release of gateleen, you have to use vertx-redisques release v2.2.3 or higher. If you use this gateleen release with a vertx-redisques release below v2.2.3, the QueueProcessor will process locked queues!