Releases: bancolombia/async-dataflow
Releases · bancolombia/async-dataflow
channel_sender_client_2.0.3
- Fix reconnection with heartbeats issue
- Improve logs
- Refactor
- Manage max retries when connection error
chanjs_0.2.2
- Set custom abnormal close code for websocket when heartbeat timeout
sender_0.1.8.2
feat: added rest body verification
chanjs_0.2.1
- Manage max retries when connection error
sender_0.1.8.1
fix: proposal to fix errors
channel_sender_client_2.0.2
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
Fix
- Null safety
- Refactor
sender_0.2.0
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
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.yamlBefore 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
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