Skip to content

Commit 6b9d7dd

Browse files
committed
[Queues] Add a changelog entry for HTTP Push
1 parent 82200b0 commit 6b9d7dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/release-notes/queues.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ productLink: "/queues/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-05-09"
9+
title: HTTP Push for Queues
10+
description: |-
11+
You can now write messages to your Queues from any client that can speak HTTP, without having to use a Worker. This means all your Go, Rust, Python or Bash applications can now benefit from a globally distributed queueing system and no egress charges.
12+
13+
Reading from a Queue via an HTTP client is also possible. Refer to the [documentation on pull consumers](/queues/configuration/pull-consumers/) to learn how to setup a pull consumer, acknowledge / retry messages, and setup multiple consumers.
814
- publish_date: "2025-04-17"
915
title: Improved limits for pull consumers
1016
description: |-

0 commit comments

Comments
 (0)