Releases: cloudflare/dog
Releases · cloudflare/dog
v1.1.2
v1.1.1
Patches
- Remove internal relative URLs (#14, #15): 022358c
This change removes the need for thedurable_object_fetch_allows_relative_url
compatibility flag.
Thank you @nikolalsvk~!
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Features
-
Add HTTP-accessible
emit
,broadcast
, andwhisper
methods (#7, #13): 5aa8bbc
These are the HTTP-friendly versions of theSocket
methods. This allows you to transmit messages to existing WebSocket connections without requiring you (the message sender) to be a WebSocket, too. -
Add
Group.receive
method (#12): 37a375f
Allows you to define custom routing logic. Previously, when aGroup
received any non-internal URL, a404
response code was returned by default without the ability to change it.
Chores
- Update
package.json
module description: 35299b2
Full Changelog: v1.0.0...v1.1.0