Skip to content

Releases: gravitee-io/gravitee-exchange

1.2.0

27 Mar 16:52
Compare
Choose a tag to compare

1.2.0 (2024-03-27)

Features

  • use exponential backoff strategy for reconnection (acfa74f)

1.1.0

26 Mar 10:53
Compare
Choose a tag to compare

1.1.0 (2024-03-26)

Bug Fixes

  • check targetId before unregistering the connector (86d2829)
  • do not log the error in the log informing retries have stop (7c8a146)
  • use default implementation for Command/Reply adapters declaration (6b56b3a)

Features

  • improve handshake error handling (90ecdf2)

1.0.2

22 Mar 15:18
Compare
Choose a tag to compare

1.0.2 (2024-03-22)

Bug Fixes

  • adapt GoodByeCommand for legacy protocol (46a66c2)

1.0.1

22 Mar 13:35
Compare
Choose a tag to compare

1.0.1 (2024-03-22)

Bug Fixes

  • add message to the cluster exception (8193984)
  • verify any existing channel to avoid waiting cluster timeout (486d562)

1.0.0

19 Mar 08:53
Compare
Choose a tag to compare

1.0.0 (2024-03-19)

Features

  • first version of framework (189937c)

1.0.0-alpha.7

15 Mar 09:39
Compare
Choose a tag to compare
1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2024-03-15)

Bug Fixes

  • add missing provided scope (832a90c)
  • fix some edge case issue on unit test (f21cd3c)

1.0.0-alpha.6

14 Mar 12:58
Compare
Choose a tag to compare
1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2024-03-14)

Features

  • allow defining fallback configuration key (4bed7a3)

1.0.0-alpha.5

05 Mar 15:29
Compare
Choose a tag to compare
1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2024-03-05)

Bug Fixes

  • adapte connector log during connection (59f4d15)
  • add command id on clusteredReply to manage no reply (1bd10ab)
  • add legacy controller path (2016430)
  • add missing client auth default value (404bdde)
  • add missing space on legacy prefixes (dcd8ecf)
  • clean default GoodByeCommandHandler from reconnection mechanism (7e84b4f)
  • correct an issue with reply adapter wrongly used (94684f3)
  • do not failed on no reply exception (4703c83)
  • dont use cause to log error (c049c8f)
  • filter null channel on stop to avoid NPE (3ba8c76)
  • handle internal the websocket status based on GoodBye command (1478bfd)
  • improve and correct legacy adapters (f97684f)
  • issue with batch configuration (08cdf38)
  • properly handle goodbye reconnection (4f92d83)
  • properly handle serialization (3321dcf)
  • properly manage controller shutdown process (dd59ba2)
  • properly set default primary value on websocket connector (b6d7bb9)
  • properly use adapted cmd/reply when required (7407a59)

Features

  • add channel metrics (bf1d814)
  • add key on a batch (49ec37f)
  • add observer to be notified when a batch finishes (f958cb7)
  • add protocol version on adapters factory (8ac8d77)
  • allow to obtain connector status (49f9d36)
  • improve controller metrics (986079d)

1.0.0-alpha.4

15 Feb 10:06
Compare
Choose a tag to compare
1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2024-02-15)

Bug Fixes

1.0.0-alpha.3

15 Feb 09:34
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2024-02-15)

Features

  • add command/reply adapters to manage command migration (23b4605)