Skip to content

Releases: partykit/partykit

[email protected]

17 May 21:35
0c67489
Compare
Choose a tag to compare

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes