Skip to content

Latest commit

 

History

History
140 lines (78 loc) · 5.36 KB

CHANGELOG.md

File metadata and controls

140 lines (78 loc) · 5.36 KB

Changelog

All notable changes to this project will be documented in this file.

[1.2.0] - 2024-01-08

Features

Bug fixes

  • We don't have any env for tracing (fdd3540)

[1.1.0] - 2023-09-27

Features

  • Show config in meta query (b5529d9)
  • Inform user about writing GraphQL schema to a file (5743068)

[1.0.1] - 2023-07-27

Bug fixes

  • Match module name with upstream (314b5e7)

[1.0.0] - 2023-07-20

Features

  • Add driver example (e76f8c0)
  • Move user error to user module (b8e8fab)

[0.5.1] - 2023-07-19

Features

  • Point git hash to commit url (bcc291a)

[0.5.0] - 2023-07-19

Features

[0.4.0] - 2023-07-19

Features

Bug fixes

  • Git-hooks should run only in CI (d990616)

    It slows down the development.

[0.3.2] - 2023-01-04

Bug fixes

  • Migrate to tokio runtime (6a83302)

[0.3.1] - 2022-12-24

Bug fixes

[0.3.0] - 2022-11-08

Features

  • Use local timestamp in tracing (2ecaaaf)

Bug fixes

  • Migrate to tracing (8d9710d)

    • local timestamp support
      • log function name support

[0.2.1] - 2022-10-16

Bug fixes

  • Cargo.lock version is outdated (913596c)

[0.2.0] - 2022-10-16

Features

  • Make writing schema optional (f81aebb)

[0.1.2] - 2022-08-30

Features

  • Store GraphQL schema to file automatically (1a9b985)

Bug fixes

  • Validate GrahpQL schema location (d7bdc52)

[0.1.1] - 2022-07-22

Features

  • Async pagination (e1ca0fd)

  • Total count in pagination (f0d8374)

  • Base64 cursor (5eb1d93)

  • In-house relay like pagination (fc2d743)

  • Basic pagination for users (c109bc9)

  • OpenAPI documentation (e8ecff1)

  • Stand-alone health REST endpoint (3988721)

  • Disable GraphQL playground in production (b8b43ec)

    For performance reason.

Bug fixes

  • ServerParseError in GraphQL playground (9b80607)

  • Migrate to axum (3ab3468)

  • Remove unique hash field (ed4acd1)

    Demonstrate the strength of kerkour architecture later using a real model.

  • Refine struct visibility (f57ee25)

  • Check existing username before update (7d970d7)