Skip to content

Releases: bancolombia/async-dataflow

channel_sender_client_2.0.3

06 Feb 20:26
Compare
Choose a tag to compare
  • Fix reconnection with heartbeats issue
  • Improve logs
  • Refactor
  • Manage max retries when connection error

chanjs_0.2.2

06 Feb 20:36
Compare
Choose a tag to compare
  • Set custom abnormal close code for websocket when heartbeat timeout

sender_0.1.8.2

03 Feb 21:21
Compare
Choose a tag to compare
feat: added rest body verification

chanjs_0.2.1

03 Feb 21:23
Compare
Choose a tag to compare
  • Manage max retries when connection error

sender_0.1.8.1

23 Jan 16:00
Compare
Choose a tag to compare
fix: proposal to fix errors

channel_sender_client_2.0.2

15 Jan 14:03
6e2e2db
Compare
Choose a tag to compare

Fix

  • Retry reconnect web socket when the connection was closed unexpected
  • Close socket and do not reconnect when disconnect cleanly

channel_sender_client_2.0.1

14 Jan 14:47
b72ca09
Compare
Choose a tag to compare

Fix

  • Null safety
  • Refactor

sender_0.2.0

03 Jan 21:52
cebd61e
Compare
Choose a tag to compare

Added basic metrics, including a demo grafana dashboard
Breaking changes: Added some rest endpoint validations that may return Http Code 400 if any required field is missing

sender_0.1.8

16 Dec 16:53
7152ca3
Compare
Choose a tag to compare

Feature:

  • Define separate parameters to control how much time (if any) a channel should remain in waiting state depending on how the connection between client and server terminated. See parameter channel_shutdown_socket_disconnect in config.yaml

    Before this release, the time the channel will remain in waiting state after socket disconnection was being governed by the parameter max_age, which is also used to define token life.

sender_0.1.7

10 Dec 14:45
8b24404
Compare
Choose a tag to compare

Added Features:

  • Limit the number of unacknowledged and pending msgs the channel process will handle in memory. Configurable with parametrized values.
  • Added limit on retries for unack'ed messages, also configurable.

Fixes:

  • Remove dead code and add missing route in controller
  • Separate release workflow for Sender and Streams
  • Several code quality fixes