Skip to content

Releases: partykit/partykit

partykit-ai@0.0.17

19 Apr 13:14
16ec02f
Compare
Choose a tag to compare

Patch Changes

partykit@0.0.104

16 Apr 23:03
83fec4f
Compare
Choose a tag to compare

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

partykit@0.0.103

05 Apr 10:25
aef1adf
Compare
Choose a tag to compare

Patch Changes

y-partykit@0.0.28

03 Apr 13:37
ac4fdec
Compare
Choose a tag to compare

Patch Changes

partykit@0.0.102

03 Apr 13:37
ac4fdec
Compare
Choose a tag to compare

Patch Changes

partykit-ai@0.0.16

03 Apr 13:37
ac4fdec
Compare
Choose a tag to compare

Patch Changes

party.io@0.0.14

03 Apr 13:37
ac4fdec
Compare
Choose a tag to compare

Patch Changes

create-partykit@0.0.40

03 Apr 13:37
ac4fdec
Compare
Choose a tag to compare

Patch Changes

partykit@0.0.101

21 Mar 14:56
479e6b5
Compare
Choose a tag to compare

Patch Changes

y-partykit@0.0.27

16 Mar 23:06
77a7e73
Compare
Choose a tag to compare

Patch Changes