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

refactor: Switch default archive format to endoZipBase64 #3273

Merged
merged 10 commits into from
Sep 23, 2021
Merged

Commits on Sep 23, 2021

  1. chore: Sync endo version

    kriskowal committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7e7ef43 View commit details
    Browse the repository at this point in the history
  2. chore: Update yarn.lock

    kriskowal committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fb199c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3efb36e View commit details
    Browse the repository at this point in the history
  4. refactor!: Switch default bundle type to endoZipBase64

    *BREAKING CHANGE*: This change switches the default bundle format from
    `nestedEvaluate` to `endoZipBase64`.
    The new bundle format has a fundamentally different shape and content,
    so any existing code that depends on being able to inspect the `source`
    string of the bundle will break.
    This functionality will be replaced with a new feature for
    consistent-hash integrity checking. #3859
    kriskowal committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    53cc1e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f7d456 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    758957c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b52269d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01c833e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d9df0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b6f823b View commit details
    Browse the repository at this point in the history