Released 2021-01-11
Ability to subscribe prefixed channel (#15)
Co-authored-by: Camille <cmeulien@heliostech.fr>
Add the support of OpenDAX HMAC authentication method
Add License file
Add docs about API_CORS_ORIGINS
Bump version
Enhancement: Add Kaigara installation to the Dockerfile (#27)
Co-authored-by: Oleksandr Khlopiachyi <akhlopiachyi@heliostech.fr> Co-authored-by: Danylo Patsora <dpatsora@heliostech.fr>
Enhancement: Update SDK version (#21)
Expose email, referral_id from the JWT
Fix handling non-incremental messages
Fix: Prevent publishing messages twice
Fix: Update Kaigara installation in Dockerfile (#28)
Update README.md
Released 2020-12-22
Update SDK-citools version for Drone CI (#22)
Released 2020-12-02
Bump master to 2.6
Document environment variables and metrics
Expose email, referral_id from the JWT
Rename upstream package to amqp
Update README.md
Released 2020-06-10
Ability to configure cors origins
Add Promtheus metrics
CI build stable versions
Creates AMQP exchange on start if it doesn't exist Makes the AMQP rango queue instance exclusive Delete explicitly the queue on exit
Disconnect slow connections to avoid memory leak and dead lock Enable auto messages ack on amqp
Fix: handle AMQP reconnection
Fix a race condition
Handle ping
Shutdown on AMQP disconnect
Merge pull request #6 from openware/fix/create-ex-on-start
Merge pull request #2 from openware/feature/metrics
Released 2020-06-09
Creates AMQP exchange on start if it doesn't exist Makes the AMQP rango queue instance exclusive Delete explicitly the queue on exit
Disconnect slow connections to avoid memory leak and dead lock Enable auto messages ack on amqp
Fix a race condition
Released 2020-06-03
Shutdown on AMQP disconnect
Released 2020-05-06
Add Promtheus metrics
Handle ping
Released 2020-04-30
Ability to configure using ranger env variables
Add Dockerfile and CI basic pipeline
Add support of public incremental objects Ability to subscribe to streams from connection URI Discard empty messages from websocket client
Add hub tests
Add a README
Add amqp listener update request parser
bump version to 2.4
CI build stable versions
Fix URI parser
Fix JSON parsing for klines
Handle public and private subscriptions and messages routing
Init commit
Introduce routing package Pass UID from JWT to client on authenticated connection
Protect client to write message once closed
Remove buffer on websocket writes
Rework AMQP upstream