Skip to content

Commit 736c00a

Browse files
committed
Backfill past R2 release notes entries
1 parent 7e7d13e commit 736c00a

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

src/content/changelogs/r2.yaml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,70 @@ productLink: "/r2/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2024-11-21"
9+
description: |-
10+
- Sippy can now be enabled on buckets in [jurisdictions](/r2/reference/data-location/#jurisdictional-restrictions) (e.g., EU, FedRAMP).
11+
- Fixed an issue with Sippy where GET/HEAD requests to objects with certain special characters would result in error responses.
812
- publish_date: "2024-11-20"
913
description: |-
1014
- Oceania (OC) is now available as an R2 region.
15+
- The default maximum number of buckets per account is now 1 million. If you need more than 1 million buckets please contact [Cloudflare Support](/support/contacting-cloudflare-support/).
16+
- Public buckets accessible via custom domain now support Smart [Tiered Cache](/r2/buckets/public-buckets/#caching).
17+
- publish_date: "2024-11-19"
18+
description: |-
19+
- R2 [`bucket lifecycle` command](/workers/wrangler/commands/#lifecycle-add) added to Wrangler. Supports listing, adding, and removing object lifecycle rules.
20+
- publish_date: "2024-11-14"
21+
description: |-
22+
- R2 [`bucket info` command](/workers/wrangler/commands/#info-2) added to Wrangler. Displays location of bucket and common metrics.
23+
- publish_date: "2024-11-08"
24+
description: |-
25+
- R2 [`bucket dev-url` command](/workers/wrangler/commands/#dev-url-enable) added to Wrangler. Supports enabling, disabling, and getting status of bucket's [r2.dev public access URL](/r2/buckets/public-buckets/#enable-managed-public-access).
26+
- publish_date: "2024-11-06"
27+
description: |-
28+
- R2 [`bucket domain` command](/workers/wrangler/commands/#domain-add) added to Wrangler. Supports listing, adding, removing, and updating [R2 bucket custom domains](/r2/buckets/public-buckets/#custom-domains).
29+
- publish_date: "2024-11-01"
30+
description: |-
31+
- Add `minTLS` to response of [list custom domains](/api/operations/r2-list-custom-domains) endpoint.
32+
- publish_date: "2024-10-28"
33+
description: |-
34+
- Add [get custom domain](/api/operations/r2-get-custom-domain-settings) endpoint.
35+
- publish_date: "2024-10-21"
36+
description: |-
37+
- Event notifications can now be configured for R2 buckets in [jurisdictions](/r2/reference/data-location/#jurisdictional-restrictions) (e.g., EU, FedRAMP).
38+
- publish_date: "2024-09-26"
39+
description: |-
40+
- [Event notifications for R2](https://blog.cloudflare.com/builder-day-2024-announcements/#event-notifications-for-r2-is-now-ga) is now Generally available. Event notifications now support higher throughput (up to 5,000 messages per second per Queue), can be configured in the dashboard and Wrangler, and support for lifecycle deletes.
41+
- publish_date: "2024-09-18"
42+
description: |-
43+
- Add the ability to set and [update minimum TLS version](/r2/buckets/public-buckets/#minimum-tls-version) for R2 bucket custom domains.
44+
- publish_date: "2024-08-26"
45+
description: |-
46+
- Added support for configuring R2 bucket custom domains via [API](/api/operations/r2-add-custom-domain).
47+
- publish_date: "2024-08-21"
48+
description: |-
49+
- [Sippy](/r2/data-migration/sippy/) is now Generally Available. Metrics for ongoing migrations can now be found in the dashboard or via the GraphQL analytics API.
50+
- publish_date: "2024-07-08"
51+
description: |-
52+
- Added migration log for [Super Slurper](/r2/data-migration/super-slurper/) to the migration summary in the dashboard.
53+
- publish_date: "2024-06-12"
54+
description: |-
55+
- [Super Slurper](/r2/data-migration/super-slurper/) now supports migrating objects up to 1TB in size.
1156
- publish_date: "2024-06-07"
1257
description: |-
1358
- Fixed an issue that prevented Sippy from copying over objects from S3 buckets with SSE set up.
1459
- publish_date: "2024-06-06"
1560
description: |-
1661
- R2 will now ignore the `x-purpose` request parameter.
62+
- publish_date: "2024-05-29"
63+
description: |-
64+
- Added support for [Infrequent Access](/r2/buckets/storage-classes/) storage class (beta).
65+
- publish_date: "2024-05-24"
66+
description: |-
67+
- Add [create temporary access tokens](/api/operations/r2-create-temp-access-credentials) endpoint.
68+
- publish_date: "2024-04-03"
69+
description: |-
70+
- [Event notifications](/r2/buckets/event-notifications/) for R2 is now available as an open beta.
71+
- Super Slurper now supports migration from [Google Cloud Storage](/r2/data-migration/super-slurper/#supported-cloud-storage-providers).
1772
- publish_date: "2024-02-20"
1873
description: |-
1974
- When an `OPTIONS` request against the public entrypoint does not include an `origin` header, an `HTTP 400` instead of an `HTTP 401` is returned.
@@ -22,6 +77,9 @@ entries:
2277
- The response shape of `GET /buckets/:bucket/sippy` has changed.
2378
- The `/buckets/:bucket/sippy/validate` endpoint is exposed over APIGW to validate Sippy's configuration.
2479
- The shape of the configuration object when modifying Sippy's configuration has changed.
80+
- publish_date: "2024-02-02"
81+
description: |-
82+
- Updated [GetBucket](/api/operations/r2-get-bucket) endpoint: Now fetches by `bucket_name` instead of `bucket_id`.
2583
- publish_date: "2024-01-30"
2684
description: |-
2785
- Fixed a bug where the API would accept empty strings in the `AllowedHeaders` property of `PutBucketCors` actions.

src/content/docs/r2/data-migration/super-slurper.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Cloudflare currently supports copying data from the following cloud object stora
5454

5555
* Amazon S3
5656
* Cloudflare R2
57-
* Google Cloud Storage (GCS) <InlineBadge preset="beta" />
57+
* Google Cloud Storage (GCS)
5858

5959
## Create credentials for storage providers
6060

0 commit comments

Comments
 (0)