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

Version Packages #729

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Version Packages #729

merged 1 commit into from
Feb 27, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@opennextjs/[email protected]

Minor Changes

Patch Changes

  • #750 c4b0a78eedf6d0e8011bdaade9603a64e5f29338 Thanks @sommeeeer! - add: s3 lite override for loading images in the image optimization server

    s3-lite override for image loading. Uses aws4fetch to get the objects from your s3 bucket. This will make the image optimization server work without the aws s3 sdk. This override introduces a new environment variable called BUCKET_REGION. It will fallback to AWS_REGION ?? AWS_DEFAULT_REGION if undefined. This will require no additional change in IAC for most users.

    import type { OpenNextConfig } from "@opennextjs/aws/types/open-next";
    const config = {
      default: {},
      imageOptimization: {
        loader: "s3-lite",
      },
    } satisfies OpenNextConfig;
    
    export default config;
  • #727 867defe3ceacdd1079594202eae1f82391bdcd89 Thanks @dario-piotrowicz! - add and expose new CachedFetchValue type

  • #752 e48951fcb5882b536e67581feac489cd1689ffe9 Thanks @vicb! - InternalEvent#url is now a full URL

    BREAKING CHANGE: InternalEvent#url was only composed of the path and search query before.

    Custom converters should be updated to populate the full URL instead.

  • #745 ab7466f443178f3e6e0df512fd990e526ea516e7 Thanks @sommeeeer! - fix: tagCache in initializationFunction

    Add correct typing to tagCache in initializationFunction and also adds it to the overrides in compileTagCacheProvider function.

[email protected]

Patch Changes

[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 02c3acf to 6d237a5 Compare February 16, 2025 14:42
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from e32fca3 to ddaac47 Compare February 24, 2025 17:38
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 56685a5 to 2f8cdc6 Compare February 27, 2025 16:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2f8cdc6 to 2804932 Compare February 27, 2025 17:03
@conico974 conico974 merged commit 87b59e5 into main Feb 27, 2025
@conico974 conico974 deleted the changeset-release/main branch February 27, 2025 17:27
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.

[Bug] Concurrent requests with the cloudflare wrappers
1 participant