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 #869

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Version Packages #869

merged 1 commit into from
Apr 16, 2024

Conversation

threepointone
Copy link
Contributor

@threepointone threepointone commented Apr 10, 2024

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

partykit@0.0.104

Patch Changes

  • #868 b337e86 Thanks @threepointone! - feat: custom bindings for cloud-prem (part 1)

    Instead of having to provision resources directly from the config, we'd like to bind to existing resources in users' CF accounts. For example, you have an R2 bucket that you'd like to access from your partykit project. Now, you can add this to your partykit.json:

    {
      //...
      "bindings": {
        "r2": {
          "myBucket": "my-bucket-name",
        },
      },
    }

    Inside your project, you can now access the r2 bucket with room.context.bindings.r2.myBucket (or lobby.bindings.r2.myBucket).

    We'll add more types of bindings in the near future.

  • #871 8f5800c Thanks @buildbreaker! - Update fetch error logging from console.error to console.warn

Copy link

vercel bot commented Apr 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
partykit-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 9:09pm
partykit-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 9:09pm
partykit-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 9:09pm

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

None yet

2 participants