Skip to content

Releases: cloudflare/workers-sdk

@cloudflare/[email protected]

04 Jun 16:33
6a4f20d
Compare
Choose a tag to compare

@cloudflare/[email protected]

04 Jun 16:33
6a4f20d
Compare
Choose a tag to compare

Patch Changes

[email protected]

31 May 15:50
c853278
Compare
Choose a tag to compare

Minor Changes

  • #5933 93b98cb Thanks @WalshyDev! - feature: allow for writing authentication details per API environment. This allows someone targetting staging to have their staging auth details saved separately from production, this saves them logging in and out when switching environments.

Patch Changes

  • #5938 9e4d8bc Thanks @threepointone! - fix: let "assets" in wrangler.toml be a string

    The experimental "assets" field can be either a string or an object. However the type definition marks it only as an object. This is a problem because we use this to generate the json schema, which gets picked up by vscode's even better toml extension, and shows it to be an error when used with a string (even though it works fine). The fix is to simply change the type definition to add a string variant.

  • #5758 8e5e589 Thanks @Jackenmen! - fix: use correct type for AI binding instead of unknown

  • Updated dependencies [e0e7725]:

[email protected]

31 May 15:50
c853278
Compare
Choose a tag to compare

Patch Changes

[email protected]

31 May 15:50
c853278
Compare
Choose a tag to compare

Patch Changes

  • #5925 e51a43c Thanks @dario-piotrowicz! - fix: commit changes when framework cli initialized the git repository

    Currently if a framework CLI initializes the git repository then
    C3 fails to commit its changes, fix such erroneous behavior

  • #5892 9a804b9 Thanks @megaconfidence! - fix: Updates DO Template Entry point

@cloudflare/[email protected]

31 May 15:50
c853278
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@cloudflare/[email protected]

31 May 15:50
c853278
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 May 16:39
1f3acc6
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 May 16:39
1f3acc6
Compare
Choose a tag to compare

Minor Changes

  • #5917 64ccdd6 Thanks @kossnocorp! - fix: D1's JOIN behaviour when selecting columns with the same name.

    Properly handle the resultsFormat query that workerd sends. This partially fixes the JOIN bug and makes the behaviour of raw consistent with the workerd behaviour.

Patch Changes

  • #5931 4458a9e Thanks @CarmenPopoviciu! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240512.0 1.20240524.0
    @cloudflare/workers-types ^4.20240512.0 ^4.20240524.0

[email protected]

28 May 16:39
1f3acc6
Compare
Choose a tag to compare

Major Changes