Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 4.92 KB

CHANGELOG.md

File metadata and controls

71 lines (51 loc) · 4.92 KB

Changelog

[2.1.0]

  • Bump async-graphql to v5.
    • 9551574 Create update-async-graphql.md on 2023-01-10

[2.0.1]

  • Drop tauri >1.0.0
    • 1d5a578 Create adjust-dependency-version.md on 2022-09-22

[2.0.0]

  • Added optional support for the GraphiQL IDE, to explore the Schema during Development. This is gated behind the graphiql feature flag.
    • 209e0b4 update changesets on 2022-09-21
  • Re-export async_graphql from crate.
    • 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.
    • 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

[1.0.0]

  • Mark as stable
    • d6ba689 Create mark-as-stable.md on 2022-06-16
  • 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.4]

  • Update Tauri to v1.0.0-rc.12
    • 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.3]

  • Update dependencies.
    • f15f662 Create chore-update-deps.md on 2022-05-18
    • 4f73836 Update chore-update-deps.md on 2022-05-19

[0.2.2]

  • Update dependencies
    • 7c8a65d Create update-deps.md on 2022-05-11
  • Update documentation
    • de4c1fa Create update-docs.md on 2022-05-03

[0.2.1]

  • Update dependency tauri to 1.0.0-rc.8
    • 42d98bb add tauri changefile on 2022-04-27

[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
  • Replace panicking behavior with proper error handling.
    • d73c988 add changefiles on 2022-04-01

[0.1.0]

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