Releases: snapp-incubator/qsse
Releases Β· snapp-incubator/qsse
v1.2.0
V1.1.7
Updates
- Improve Error Handling
- Added Metrics
- event_publish_total
- event_distribute_total
- subscriber_count by topic
- event_count by topic
V1.1.5
Updates
- Fix removing subscriber from event source when the client is lost.
- Only publish event to topic if there's at least one subscriber
V1.1.3
Updates
- Allow empty reconnect policy
- Fix calling onMessage for topics without handler
- Fix minor issues
V1.1.1
New changes and functionalities:
- Topic Patterns
.
for creating sub-topic*
for wildcard sub-topic- example:
people.iran.*.firstname
- Reconnect Policy for Client
- Configurable parameters like Retry Times and Retry Interval.
- Added Workers for event distribution to clients.
- Authentication and Authorization interface
- Fix bugs
V1.0.1
minor change / fix bugs
V1.0.0
The initial version of QSSE. It includes the following features:
Server
- SSE pattern
- Authenticate clients
- function to send events to different event sources
Client
- Different Handlers for each topic
- OnError handler for processing errors