Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

86 lines (62 loc) · 5.58 KB

Changelog

[2.0.3]

  • Bump async-graphql to v5.
    • Bumped due to a bump in tauri-plugin-graphql.
    • 9551574 Create update-async-graphql.md on 2023-01-10

[2.0.2]

  • Drop tauri >1.0.0
    • Bumped due to a bump in tauri-plugin-graphql.
    • 1d5a578 Create adjust-dependency-version.md on 2022-09-22

[2.0.1]

  • Added optional support for the GraphiQL IDE, to explore the Schema during Development. This is gated behind the graphiql feature flag.
    • Bumped due to a bump in tauri-plugin-graphql.
    • 209e0b4 update changesets on 2022-09-21
  • Re-export async_graphql from crate.
    • Bumped due to a bump in tauri-plugin-graphql.
    • d587a33 feat: re-export async_graphql on 2022-09-22
  • Switch from juniper to async-graphql. This adds integration with more crates, including the log, tracing and opentelemetry ecosystems. It also improves performance and simplifies the implementation.
    • Bumped due to a bump in tauri-plugin-graphql.
    • f7ec823 add changeset on 2022-09-20
    • 78649ef Update switch-to-async-graphql.md on 2022-09-20
    • 209e0b4 update changesets on 2022-09-21

[0.2.6]

  • Update Tauri to v1.0.0
    • 42d98bb add tauri changefile on 2022-04-27
    • 5f9cbdf [create-pull-request] automated change on 2022-04-27
    • 01838a3 Create update-tauri.md on 2022-05-25
    • fa12cf5 [create-pull-request] automated change on 2022-05-25
    • 9a9bde4 add changefile on 2022-06-16

[0.2.5]

  • Update Tauri to v1.0.0-rc.12
    • Bumped due to a bump in tauri-plugin-graphql.
    • 42d98bb add tauri changefile on 2022-04-27
    • 5f9cbdf [create-pull-request] automated change on 2022-04-27
    • 01838a3 Create update-tauri.md on 2022-05-25

[0.2.4]

  • Update dependencies.
    • Bumped due to a bump in tauri-plugin-graphql.
    • f15f662 Create chore-update-deps.md on 2022-05-18
    • 4f73836 Update chore-update-deps.md on 2022-05-19

[0.2.3]

  • Update dependencies
    • 7c8a65d Create update-deps.md on 2022-05-11

[0.2.2]

  • Update dependency @tauri-apps/api to 1.0.0-rc.4
    • 5e68e7b Create update-tauri-api.md on 2022-04-27

[0.2.1]

  • Fix readme copy&paste issue
    • a9a3fed fix readme copy paste issue on 2022-04-02
  • Update README.md
    • 0ebf8c6 Create fix-update-readme.md on 2022-04-02

[0.2.0]

  • Add support for GraphQL subscriptions. Subscriptions provide a type-safe way to model real-time state changes. This feature is currently gated by the subscriptions flag but will be enabled by default in a future release.
    • d73c988 add changefiles on 2022-04-01
  • Breaking Change: The tauriExchange has been renamed and deprecated and will be removed in a future release. Please use invokeExchange instead.
    • d73c988 add changefiles on 2022-04-01

[0.1.1]

  • Npm publish hotfix
    • 5ccffc3 npm publish hotfix on 2022-03-30

[0.1.0]

  • Initial release.
    • 691ebc1 initial commit on 2022-03-30
    • 85e7726 update changefile on 2022-03-30