This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Transport v1.3.0
Change logs
(new) Plank
- Plank is a lightweight server module available as part of Transport v1.3.0 that is written on top of Transport Go which makes writing a microservice a breeze
- Please check out README to read about Plank and to get started
STOMP server package fixes and improvements
- (new) Fabric server now emits STOMP session connect/disconnect events to an internal Bus channel so services could make actions based on those events
- (change) internal struct
connEvent
is made public to support the STOMP session event propagation - (fix) Subscribing to internal bus channels via WebSocket is now prohibited to protect internal communication from being exposed to clients
- (fix) Sending payloads to topic or queue channels from clients over WebSocket is now prohibited. Messages from the client should always be sent to /pub or /pub/queue channels.