Releases: cap-js-community/websocket
Releases · cap-js-community/websocket
v1.10.1
v1.10.0
Added:
- Redis 5 support
- Redis Sentinel support
Fixed:
- Authentication is skipped for kind
mockedandbasicfor local development - Anonymous user or first user of
cds.requires.auth.users(i.e.alice) when not set - Supports relative paths for
WebSocketBaseURLfor local development
v1.9.4
v1.9.3
v1.9.2
Fixed:
- Fix side effect event name and source properties
- Prevent double websocket event emit with active adapter
- Document how to handle websocket paths in different scenarios
- Respect annotation
@Common.WebSocketChannelfor channel specification on event and service level - Document OData extension for UI5 Fiori Elements event-driven side effects
- Queue/outbox websocket services automatically when configured accordingly in
cds.requires
v1.9.1
v1.9.0
Added:
- Add Fiori side effects based on
pcpformat via annotation@websocket.pcp.sideEffector@ws.pcp.sideEffect - Websocket mixins expose events and (unbound) operations (action, function) of non-websocket services via
@websocketor@ws
Fixed:
- Allow
@ws.pathand@websocket.pathon service level - PCP message default is empty string instead of event
- Allow to overwrite
pcpevent value via@websocket.pcp.event: <string>or@ws.pcp.sideEffect: <string> - Document
cds.queuedinstead ofcds.outboxed