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

Merged
merged 1 commit into from
May 20, 2024
Merged

Version Packages #2777

merged 1 commit into from
May 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 20, 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@3.2.0

Minor Changes

  • #2778 146cadd Thanks @tim-smart! - Add Stream.toReadableStreamEffect / .toReadableStreamRuntime

  • #2778 7135748 Thanks @tim-smart! - add Cause.prettyErrors api

    You can use this to extract Error instances from a Cause, that have clean stack traces and have had span information added to them.

  • #2778 963b4e7 Thanks @tim-smart! - add Chunk.difference & Chunk.differenceWith

  • #2778 64c9414 Thanks @tim-smart! - Improve causal rendering in vitest by rethrowing pretty errors

  • #2778 7135748 Thanks @tim-smart! - add Effect.functionWithSpan

    Allows you to define an effectful function that is wrapped with a span.

    import { Effect } from "effect";
    
    const getTodo = Effect.functionWithSpan({
      body: (id: number) => Effect.succeed(`Got todo ${id}!`),
      options: (id) => ({
        name: `getTodo-${id}`,
        attributes: { id },
      }),
    });
  • #2778 2cbb76b Thanks @tim-smart! - Add do notation for Array

  • #2778 870c5fa Thanks @tim-smart! - support $is & $match for Data.TaggedEnum with generics

  • #2778 7135748 Thanks @tim-smart! - capture stack trace for tracing spans

Patch Changes

@effect/vitest@0.5.0

Minor Changes

Patch Changes

@effect/cli@0.36.29

Patch Changes

@effect/experimental@0.16.10

Patch Changes

@effect/opentelemetry@0.34.7

Patch Changes

@effect/platform@0.53.10

Patch Changes

@effect/platform-browser@0.33.25

Patch Changes

@effect/platform-bun@0.34.16

Patch Changes

@effect/platform-node@0.49.10

Patch Changes

@effect/platform-node-shared@0.4.29

Patch Changes

@effect/printer@0.33.16

Patch Changes

@effect/printer-ansi@0.33.16

Patch Changes

@effect/rpc@0.30.29

Patch Changes

@effect/rpc-http@0.28.29

Patch Changes

@effect/schema@0.67.7

Patch Changes

@effect/sql@0.2.12

Patch Changes

@effect/sql-mssql@0.2.12

Patch Changes

@effect/sql-mysql2@0.2.12

Patch Changes

@effect/sql-pg@0.2.12

Patch Changes

@effect/sql-sqlite-bun@0.2.12

Patch Changes

@effect/sql-sqlite-node@0.2.13

Patch Changes

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

Patch Changes

@effect/sql-sqlite-wasm@0.2.12

Patch Changes

@effect/typeclass@0.24.16

Patch Changes

@tim-smart tim-smart merged commit fe2a5bc into main May 20, 2024
@tim-smart tim-smart deleted the changeset-release/main branch May 20, 2024 00:44
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