Skip to content

Releases: bancolombia/async-dataflow

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

sender_0.1.6

06 Dec 16:39
6af21ff
Compare
Choose a tag to compare
  • 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

24 Sep 21:16
27b530f
Compare
Choose a tag to compare
Merge pull request #86 from bancolombia/fix/rm-dart

fix: release management dart client

channel_sender_client_1.0.2

28 Sep 19:34
65181d3
Compare
Choose a tag to compare
Merge pull request #63 from bancolombia/fix/dart-analyze

fix: analyze suggestions

chanjs_0.2.0

25 Sep 19:57
cc0211c
Compare
Choose a tag to compare

Channel Sender Javascript Client Release

  • Dedup operation to avoid relay repeated messages to subscribers of events, caching temporarily the message_id.

0.1.5

09 Aug 01:41
c82a048
Compare
Choose a tag to compare
  • Externalized configuration via yaml file with Vapor utility.
  • Adjusted user running container process and define volume for adding configuration.

0.1.4

01 Aug 22:03
8a87c39
Compare
Choose a tag to compare
  • Added USER directive in Dockerfile to run process rootless.

0.1.3

31 Jul 14:55
35ca997
Compare
Choose a tag to compare
  • fix: restore rest port to original value of 8081, that was published as 8091 in version 0.1.2

0.1.2

27 Jul 15:18
b05ff81
Compare
Choose a tag to compare

Improvements:

  • Added validation upon opening channel to verify the existence of the channel_ref
  • Added configuration for erlang clustering via libcluster