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

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Version Packages #2671

merged 1 commit into from
Apr 30, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 30, 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

@effect/platform@0.52.0

Minor Changes

  • #2669 9deab0a Thanks @tim-smart! - move http search params apis to ServerRequest module

    If you want to access the search params for a request, you can now use the Http.request.ParsedSearchParams tag.

    import * as Http from "@effect/platform/HttpServer";
    import { Effect } from "effect";
    
    Effect.gen(function* () {
      const searchParams = yield* Http.request.ParsedSearchParams;
      console.log(searchParams);
    });

    The schema method has also been moved to the ServerRequest module. It is now available as Http.request.schemaSearchParams.

Patch Changes

  • #2672 7719b8a Thanks @tim-smart! - allow http client trace propagation to be controlled

    To disable trace propagation:

    import { HttpClient as Http } from "@effect/platform";
    
    Http.request
      .get("https://example.com")
      .pipe(Http.client.fetchOk, Http.client.withTracerPropagation(false));

@effect/cli@0.36.15

Patch Changes

@effect/experimental@0.15.15

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/platform-node@0.48.1

@effect/platform-browser@0.33.10

Patch Changes

@effect/platform-bun@0.34.1

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/platform-node-shared@0.4.15

@effect/platform-node@0.48.1

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/platform-node-shared@0.4.15

@effect/platform-node-shared@0.4.15

Patch Changes

@effect/rpc@0.30.15

Patch Changes

@effect/rpc-http@0.28.15

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/rpc@0.30.15

@effect/sql@0.1.15

Patch Changes

@effect/sql-mssql@0.1.15

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/sql@0.1.15

@effect/sql-mysql2@0.1.15

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/sql@0.1.15

@effect/sql-pg@0.1.15

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/sql@0.1.15

@effect/sql-sqlite-bun@0.1.15

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/sql@0.1.15

@effect/sql-sqlite-node@0.1.15

Patch Changes

  • Updated dependencies [9deab0a, 7719b8a]:
    • @effect/platform@0.52.0
    • @effect/sql@0.1.15

@effect/sql-sqlite-react-native@0.2.10

Patch Changes

  • Updated dependencies []:
    • @effect/sql@0.1.15

@effect/sql-sqlite-wasm@0.1.15

Patch Changes

  • Updated dependencies []:
    • @effect/sql@0.1.15

@tim-smart tim-smart merged commit 81c8bff into main Apr 30, 2024
@tim-smart tim-smart deleted the changeset-release/main branch April 30, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant