Skip to content

v0.14.0

Compare
Choose a tag to compare
@bkonkle bkonkle released this 08 Nov 23:43
· 41 commits to main since this release
03f09b8

0.14.0

Changed

  • nakago: Renamed nakago::error to nakago::errors
  • nakago-axum: Moved away from a custom Axum State, using a hardcoded State that simply contains an Inject container instead.
  • nakago-axum: Major routing improvements, with drastic simplification from the previous version.
  • nakago-async-graphql: Reworked things around the new State approach for Axum.
  • Updated examples.

Added

  • nakago-axum: Added nakago-axum::State and nakago-axum::Inject for smoother interop with Axum handlers.
  • nakago-async-graphql: Added nakago-async-graphql::errors::to_graphql_response to convert nakago::Error into a GraphQL response.