@cap-js-community/websocket
Advanced tools
Changelog
Version 1.0.1 - 2024-06-03
vcap
environment configurationChangelog
Version 1.0.0 - 2024-05-03
Changelog
Version 0.9.0 - 2024-04-02
Changelog
Version 0.8.1 - 2024-03-04
Changelog
Version 0.8.0 - 2024-02-15
user
concept to broadcast event, except to current context user via annotation @websocket.user
or @ws.user
@websocket.broadcast = 'none'
or @ws.broadcast = 'none'
Changelog
Version 0.7.0 - 2024-02-09
cds.websocket.impl
cds.websocket.adapter.impl
(kind ws
only)many
or array of
typedate
event contexts as ISO string representationobject
event contexts as JSON stringified representationChangelog
Version 0.6.1 - 2024-01-31
Changelog
Version 0.5.0 - 2024-01-29
context
concept to broadcast to a client subset via annotation @websocket.context
or @ws.context
ws
implementationcds.ws
to point to CDS websocket server (not the native implementation, use cds.wss
or cds.io
for that)Changelog
Version 0.4.0 - 2024-01-26
cds.websocket: false
cds.schema
for CDS plugincds
websocket env from cds.requires.websocket
to cds.websocket
accessible via cds.env.websocket