Releases: bancolombia/async-dataflow
Releases · bancolombia/async-dataflow
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
sender_0.1.6
- added logging to relevant operations
- deps upgraded
- documentation added
- unit tests improved
- fix bug on rest entrypoint to request message delivery.
channel_sender_client_2.0.0
Merge pull request #86 from bancolombia/fix/rm-dart fix: release management dart client
channel_sender_client_1.0.2
Merge pull request #63 from bancolombia/fix/dart-analyze fix: analyze suggestions
chanjs_0.2.0
Channel Sender Javascript Client Release
- Dedup operation to avoid relay repeated messages to subscribers of events, caching temporarily the
message_id
.