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

feat(live-update): support delta updates #180

Closed
robingenz opened this issue May 10, 2024 Discussed in #178 · 8 comments · Fixed by #305
Closed

feat(live-update): support delta updates #180

robingenz opened this issue May 10, 2024 Discussed in #178 · 8 comments · Fixed by #305
Labels

Comments

@robingenz
Copy link
Member

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. 👍

@luisbytes
Copy link

Hello, is this supported for the self-hosted or manual version?

@robingenz
Copy link
Member Author

@luisbytes Not yet, but I can add support if you're interested. Should be a quick win.

@luisbytes
Copy link

@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.

@robingenz
Copy link
Member Author

Exactly :)

@mustafa0x
Copy link

@luisbytes Not yet, but I can add support if you're interested. Should be a quick win.

yes please!

@robingenz
Copy link
Member Author

@mustafa0x It's already available via the latest version.

@mustafa0x
Copy link

Thanks. How to use? I didn't see anything in the docs.

@robingenz
Copy link
Member Author

The downloadBundle() method now accepts a artifactType property, see DownloadBundleOptions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants