Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2022-09-25

Added

0.2.0 - 2022-08-10

Added

0.1.0 - 2022-07-10

Added

First version of the library. In which we are adding:

  • Register message handlers.
  • Middleware support.
  • Broadcast messages.
  • Send synchronous messages.
  • Support for concurrency at a message handler level.
  • Support for configurable hooks.
  • Ping/pong messages out of the box in clients and server. Keep alive connections.
  • Customizable TLS configuration.
  • Observability tools.