Changelog
1.4.0 / 2020-07-31
Faye::Client
:tls
option to the Ruby client with sub-field :verify_peer
for
configuring TLS verificationtls
option in the Node.js client, whose contents are
forward to the https
and tls
modules as appropriateChangelog
1.3.0 / 2020-06-08
user:pass@
authorization in URIs and send Authorization
headers
from the Node HTTP transportAuthorization
headers) in cross-origin
requests, by:
Access-Control-Allow-Origin
to the value of the Origin
header
(not *
)Access-Control-Allow-Credentials
autodisconnect
is turned offid
field;
now we only treat messages as server responses if they contain successful: true
[]
from the WebSocket client as a
keep-alive mechanism since CometD does not accept this messagenew Buffer()
constructorChangelog
1.2.5 / 2020-04-28
/meta/*
channel recognition bug in the server that enables
authentication bypass
Changelog
1.1.3 / 2020-04-28
/meta/*
channel recognition bug in the server that enables
authentication bypass
Changelog
1.0.4 / 2020-04-28
/meta/*
channel recognition bug in the server that enables
authentication bypass
Changelog
1.2.4 / 2017-01-28
RackAdapter#get_client
that was failing due to a URI errorPromise#catch
in a safe way for old browsersChangelog
1.2.3 / 2016-10-11
data
field is missing on published messageswebsocket
util when the browser does not
support WebSocketChangelog
1.2.0 / 2016-06-26
client.subscribe().withChannel()
to yield the message channel for
wildcard subscriptionscatch()
and
all()
Connection: Close
from HTTP responses to allow use of keep-aliveXMLHttpRequest
in preference to the ActiveX API in IE10