-
Notifications
You must be signed in to change notification settings - Fork 201
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
feat: bytes
type
#7122
feat: bytes
type
#7122
Conversation
Thanks for opening this pull request! 🎉
|
Console preview environment is available at https://wing-console-pr-7122.fly.dev 🚀 Last Updated (UTC) 2024-09-16 16:34 |
Signed-off-by: monada-bot[bot] <monabot@monada.co>
Signed-off-by: monada-bot[bot] <monabot@monada.co>
Any plans on adding streaming APIs? The current methods only load entire files... what about big files that need to be processed in steps, for example? |
I left it out of the base I think since |
Congrats! 🚀 This was released in Wing 0.85.5. |
Closes #7118
This implements the immutable variant of
bytes
. The mutable version is left for future work.Checklist
pr/e2e-full
label if this feature requires end-to-end testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.