-
-
Notifications
You must be signed in to change notification settings - Fork 49
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(live-update): support delta updates #180
Comments
Hello, is this supported for the self-hosted or manual version? |
@luisbytes Not yet, but I can add support if you're interested. Should be a quick win. |
@robingenz This is super interesting, reviewing the source code I see that the downloadBundleOfTypeManifest method exists, it would be adding it to the downloadBundle method. To achieve this downloadBundle should accept a new artifact-type parameter that defaults to zip. |
Exactly :) |
yes please! |
@mustafa0x It's already available via the latest version. |
Thanks. How to use? I didn't see anything in the docs. |
The |
Discussed in #178
Originally posted by Eraldo May 10, 2024
Concept: https://en.wikipedia.org/wiki/Delta_update
Ratio: To increase speed and decrease traffic. 🎉
Happy to talk about different implementation strategies and use cases. 👍
The text was updated successfully, but these errors were encountered: