Skip to content

Releases: cloudflare/dog

v1.1.2

25 Mar 16:31
Compare
Choose a tag to compare

Patches


Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 Mar 03:41
Compare
Choose a tag to compare

Patches

  • Remove internal relative URLs (#14, #15): 022358c
    This change removes the need for the durable_object_fetch_allows_relative_url compatibility flag.
    Thank you @nikolalsvk~!

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Jan 22:12
Compare
Choose a tag to compare

Features

  • Add HTTP-accessible emit, broadcast, and whisper methods (#7, #13): 5aa8bbc
    These are the HTTP-friendly versions of the Socket 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 a Group received any non-internal URL, a 404 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