Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make R2 Object::size return u64 #625

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

lkolbly
Copy link
Contributor

@lkolbly lkolbly commented Aug 26, 2024

This makes Object::size() return u64, in case the R2 object is larger than 2^32 bits.

Tested using an object that was smaller than 2^32 that the type conversion was successful.

@kflansburg kflansburg merged commit ba9c868 into cloudflare:main Aug 27, 2024
3 checks passed
thibmeu pushed a commit to thibmeu/workers-rs that referenced this pull request Sep 2, 2024
renovate bot added a commit to spiraldb/vortex that referenced this pull request Sep 13, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [worker](https://redirect.github.com/cloudflare/workers-rs) |
workspace.dependencies | minor | `0.3.0` -> `0.4.0` |

---

### Release Notes

<details>
<summary>cloudflare/workers-rs (worker)</summary>

###
[`v0.4.0`](https://redirect.github.com/cloudflare/workers-rs/releases/tag/v0.4.0)

[Compare
Source](https://redirect.github.com/cloudflare/workers-rs/compare/v0.3.4...v0.4.0)

#### What's Changed

- Relax type of callback arguments to `Router` methods. This uses APIT
to allow more types than a function pointer to implement handlers (i.e.
async closure) by
[@&#8203;compiler-errors](https://redirect.github.com/compiler-errors)
in
[cloudflare/workers-rs#605
- Fix typos in CORS argument names by
[@&#8203;OliverEvans96](https://redirect.github.com/OliverEvans96) in
[cloudflare/workers-rs#629
- Implement `get_all` function to return non-folding set-cookie headers
by [@&#8203;nakamura-shuta](https://redirect.github.com/nakamura-shuta)
in
[cloudflare/workers-rs#597
- Add `FormData` conversion into `JsValue` by
[@&#8203;thibmeu](https://redirect.github.com/thibmeu) in
[cloudflare/workers-rs#634

> \[!CAUTION]
> Breaking: Make R2 `Object::size` return `u64` by
[@&#8203;lkolbly](https://redirect.github.com/lkolbly) in
[cloudflare/workers-rs#625

#### New Contributors

- [@&#8203;lkolbly](https://redirect.github.com/lkolbly) made their
first contribution in
[cloudflare/workers-rs#625
- [@&#8203;compiler-errors](https://redirect.github.com/compiler-errors)
made their first contribution in
[cloudflare/workers-rs#605
- [@&#8203;OliverEvans96](https://redirect.github.com/OliverEvans96)
made their first contribution in
[cloudflare/workers-rs#629
- [@&#8203;nakamura-shuta](https://redirect.github.com/nakamura-shuta)
made their first contribution in
[cloudflare/workers-rs#597
- [@&#8203;thibmeu](https://redirect.github.com/thibmeu) made their
first contribution in
[cloudflare/workers-rs#634

**Full Changelog**:
cloudflare/workers-rs@v0.3.4...v0.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/spiraldb/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants