Skip to content

v0.5.0-rc.2

Choose a tag to compare

@github-actions github-actions released this 24 Oct 18:37
· 95 commits to main since this release
042ae80

v0.5.0-rc.2 - 2024-10-24

Bug Fixes

Fix `.apply` serialization error with optional structs (#886)
  • Fix the error on .apply when the apply tree goes beyond an optional
    struct, mostly changing the implementation of resolve_optional method.
  • Improve the errors when we encounter an exception raise by
    Result::Err from typegraph_core.

Migration notes

...

  • The change comes with new or modified tests
  • Hard-to-understand functions have explanatory comments
  • End-user documentation is updated to reflect the change

Features

Add GraphQL alias support for prisma runtime (#887)
  • Add GraphQL alias support for prisma runtime

Migration notes

...

  • The change comes with new or modified tests
  • Hard-to-understand functions have explanatory comments
  • End-user documentation is updated to reflect the change