Skip to content

Commit c8a1f98

Browse files
RoRoJnerda-codesbene2k1jcirinosclwy
authored
feat(mnq): split mnq into three products (#4762)
* fix(mnq): start product split * fix(mnq): remove mnq * feat(nats): add doc for NATS product (#4764) * feat(nats): add doc for nats produc * fix(menu): fix * fix(nats): cleanup * Update pages/nats/how-to/monitor-nats-cockpit.mdx * Update pages/nats/how-to/monitor-nats-cockpit.mdx * Apply suggestions from code review Co-authored-by: Néda <[email protected]> * fix(nats): review comments * Apply suggestions from code review Co-authored-by: Benedikt Rollik <[email protected]> * fix(nats): correct pricing --------- Co-authored-by: Néda <[email protected]> Co-authored-by: Benedikt Rollik <[email protected]> * feat(queues): add doc for Queues product (#4801) * feat(mnq): add branch for queues * feat(queues): add queues doc * feat(queues): rebase to feature branch * Apply suggestions from code review Co-authored-by: Néda <[email protected]> * fix(queues): review comment --------- Co-authored-by: Néda <[email protected]> * feat(topics): add separate topics and events doc (#4834) * feat(topics): start resturcture * fix(topics): started concepts * feat(topics): continue to add content * feat(topics-and-events): finish adding new doc * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> * Update pages/topics-and-events/concepts.mdx * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Jessica <[email protected]> * fix(links): update links * fix(mnq): changelogs and categories * fix(mnq): continue correcting links * feat(mnq): add info about independence from sqs and sns (#4842) * fix(mnq): add explanation about independence from AWS * fix(faq): fix * fix(mnq): review from devs * fix(changelog): update new mnq changelog * fix(mnq): image corrections * fix(filters): fix * Update pages/nats/how-to/create-account.mdx Co-authored-by: Jessica <[email protected]> * Update pages/nats/how-to/create-account.mdx Co-authored-by: Jessica <[email protected]> * Update pages/topics-and-events/api-cli/connect-aws-cli.mdx --------- Co-authored-by: Néda <[email protected]> Co-authored-by: Benedikt Rollik <[email protected]> Co-authored-by: Jessica <[email protected]>
1 parent d1e4488 commit c8a1f98

File tree

151 files changed

+2507
-1360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+2507
-1360
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author:
66
url: 'https://slack.scaleway.com'
77
date: 2024-04-25
88
category: serverless
9-
product: messaging-and-queuing
9+
product: nats
1010
---
1111

1212

@@ -17,5 +17,5 @@ Scaleway Messaging and Queuing is evolving. We have increased the limitations on
1717

1818
This update empowers you to handle larger workloads and enables more robust communication.
1919

20-
For detailed information on the limitations and capabilities of our Messaging and Queuing protocols, please refer to the [Messaging and Queuing documentation](/messaging/reference-content/limitations/).
20+
For detailed information on the limitations and capabilities of our Messaging and Queuing protocols, please refer to the [documentation](https://www.scaleway.com/en/docs/organizations-and-projects/additional-content/organization-quotas/).
2121

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Resource quotas have been increased
3+
status: changed
4+
author:
5+
fullname: 'Join the #messaging-queuing channel on Slack.'
6+
url: 'https://slack.scaleway.com'
7+
date: 2024-04-25
8+
category: serverless
9+
product: queues
10+
---
11+
12+
13+
Scaleway Messaging and Queuing is evolving. We have increased the limitations on our resource quotas, meaning that each Scaleway Project can now scale up to:
14+
- 50 SQS queues
15+
- 50 SNS topics
16+
- 50 NATS streams
17+
18+
This update empowers you to handle larger workloads and enables more robust communication.
19+
20+
For detailed information on the limitations and capabilities of our Messaging and Queuing protocols, please refer to the [documentation](https://www.scaleway.com/en/docs/organizations-and-projects/additional-content/organization-quotas/).
21+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Resource quotas have been increased
3+
status: changed
4+
author:
5+
fullname: 'Join the #messaging-queuing channel on Slack.'
6+
url: 'https://slack.scaleway.com'
7+
date: 2024-04-25
8+
category: serverless
9+
product: topics-and-events
10+
---
11+
12+
13+
Scaleway Messaging and Queuing is evolving. We have increased the limitations on our resource quotas, meaning that each Scaleway Project can now scale up to:
14+
- 50 SQS queues
15+
- 50 SNS topics
16+
- 50 NATS streams
17+
18+
This update empowers you to handle larger workloads and enables more robust communication.
19+
20+
For detailed information on the limitations and capabilities of our Messaging and Queuing protocols, please refer to the [documentation](https://www.scaleway.com/en/docs/organizations-and-projects/additional-content/organization-quotas/).
21+

changelog/april2025/2025-04-01-messaging-and-queuing-added-undelivered-message-queue-f.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Undelivered message queue feature is available
33
status: added
44
date: 2025-04-01
55
category: serverless
6-
product: messaging-and-queuing
6+
product: queues
77
---
88

9-
When creating a new queue with Scaleway Queues, you can now configure a dead-letter queue to receive its on-hold or undelivered messages. Read more in the [documentation](/messaging/concepts/#dead-letter-queue)
9+
When creating a new queue with Scaleway Queues, you can now configure a dead-letter queue to receive its on-hold or undelivered messages. Read more in the [documentation](/queues/concepts/#dead-letter-queue)
1010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author:
66
url: 'https://slack.scaleway.com'
77
date: 2023-08-31
88
category: serverless
9-
product: messaging-and-queuing
9+
product: topics-and-events
1010
---
1111

1212
To pave the way for the new Messaging and Queuing API, it is no longer possible to create more than one SQS/SNS namespace per Project.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: SQS and SNS namespace creation
3+
status: deprecated
4+
author:
5+
fullname: 'Join the #messaging-queuing-beta channel on Slack.'
6+
url: 'https://slack.scaleway.com'
7+
date: 2023-08-31
8+
category: serverless
9+
product: queues
10+
---
11+
12+
To pave the way for the new Messaging and Queuing API, it is no longer possible to create more than one SQS/SNS namespace per Project.
13+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author:
66
url: 'https://slack.scaleway.com'
77
date: 2023-12-04
88
category: serverless
9-
product: messaging-and-queuing
9+
product: nats
1010
---
1111

1212
Effective December 1st 2023, the Messaging and Queuing v1alpha1 API has been deprecated and its resources and endpoints are no longer available. The v1beta1 APIs, available for Messaging and Queuing [SQS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/sqs-api/), [SNS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/sns-api/) and [NATS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/nats-api/), must now be used going forward.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: API v1alpha1 deprecated in favor of v1beta1
3+
status: deprecated
4+
author:
5+
fullname: 'Join the #messaging-queuing channel on Slack.'
6+
url: 'https://slack.scaleway.com'
7+
date: 2023-12-04
8+
category: serverless
9+
product: queues
10+
---
11+
12+
Effective December 1st 2023, the Messaging and Queuing v1alpha1 API has been deprecated and its resources and endpoints are no longer available. The v1beta1 APIs, available for Messaging and Queuing [SQS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/sqs-api/), [SNS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/sns-api/) and [NATS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/nats-api/), must now be used going forward.
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: API v1alpha1 deprecated in favor of v1beta1
3+
status: deprecated
4+
author:
5+
fullname: 'Join the #messaging-queuing channel on Slack.'
6+
url: 'https://slack.scaleway.com'
7+
date: 2023-12-04
8+
category: serverless
9+
product: topics-and-events
10+
---
11+
12+
Effective December 1st 2023, the Messaging and Queuing v1alpha1 API has been deprecated and its resources and endpoints are no longer available. The v1beta1 APIs, available for Messaging and Queuing [SQS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/sqs-api/), [SNS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/sns-api/) and [NATS](https://www.scaleway.com/en/developers/api/messaging-and-queuing/nats-api/), must now be used going forward.
13+

changelog/december2023/2023-12-19-messaging-and-queuing-added-sqs-supports-json-transport.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author:
66
url: 'https://slack.scaleway.com'
77
date: 2023-12-19
88
category: serverless
9-
product: messaging-and-queuing
9+
product: queues
1010
---
1111

1212
Messaging and Queuing SQS now includes support for JSON transport protocol 1.0, which serves as the default transport for the latest SQS SDK. Feel free to upgrade your SDK to the most recent version.

0 commit comments

Comments
 (0)