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

chore: Release 2024-08-27 #2435

Merged
merged 2 commits into from
Aug 27, 2024
Merged

chore: Release 2024-08-27 #2435

merged 2 commits into from
Aug 27, 2024

Conversation

kriskowal
Copy link
Member

ses v1.8.0 (2024-08-27)

  • New legacyRegeneratorRuntimeTaming: 'unsafe-ignore' lockdown option to tame
    old regenerator-runtime (from 0.10.5 to 0.13.7).

  • If lockdown's errorTrapping: 'report' mode is selected (possibly via the
    'platform', or 'exit' or 'abort' modes), uncaught exceptions will be
    written to standard error with the new SES_UNCAUGHT_EXCEPTION: prefix.
    This is intended to give valuable context to users of the system, especially
    when an uncaught exception is not an Error object, and therefore its origin
    may be hard to find in source code.

    This is not likely to affect most systems built with SES, as stderr is
    generally reserved for user-only messages. If your SES system sends its
    stderr to a program which parses it, you may need to adapt that program to be
    tolerant of the SES_UNCAUGHT_EXCEPTION: prefix. Even for such programs, it
    is unlikely they are that sensitive to stderr formatting.

@endo/bundle-source v3.4.0 (2024-08-27)

  • Adds support for --elide-comments (-e) that blanks out the interior of
    comments in endoScript and endoZipBase64 formats to reduce bundle size
    without compromising cursor position correspondence between source and bundle
    code.

@endo/evasive-transform v1.3.0 (2024-08-27)

  • Adds an elideComments option to replace the interior of comments with
    minimal blank space with identical cursor advancement behavior.

@kriskowal kriskowal requested a review from erights August 27, 2024 22:11
Copy link
Contributor

@erights erights left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kriskowal kriskowal merged commit 67141a1 into master Aug 27, 2024
15 checks passed
@kriskowal kriskowal deleted the release-2024-08-27-21-59-50 branch August 27, 2024 23:21
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