Skip to content

Commit

Permalink
feat: improve client
Browse files Browse the repository at this point in the history
  • Loading branch information
santitigaga committed Feb 6, 2025
1 parent a7b726d commit d7f8d07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions clients/client-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[0.2.2]
- set custom abnormal close code for websocket when heartbeat timeout
[0.2.1]
- Manage max retries when connection error
[0.2.0]
- Dedup operation to avoid relay repeated messages to subscribers of events, caching temporarily the message_id.
[0.1.0]
- First version
2 changes: 1 addition & 1 deletion clients/client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bancolombia/chanjs-client",
"version": "0.2.1",
"version": "0.2.2",
"description": "AsycnDataflow websocket browser client. By Bancolombia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d7f8d07

Please sign in to comment.