Trustfall v0.5.0 #296
Pinned
obi1kenobi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
execute_query()
now takesArc<impl Adapter>
instead ofRc<impl Adapter>
for consistency with other APIs and easier use in web servers: UseArc
of adapter to execute queries. #286resolve_coercion_using_schema()
helper method to simplify implementing adapters'resolve_coercion()
method.TryIntoStruct
trait for ergonomic result parsing into a struct, for example:Migrating from Trustfall v0.4
Wrap your adapters in
Arc
instead ofRc
before callingexecute_query()
.All Merged PRs
TryIntoStruct
trait for ergonomic result parsing into a struct. by @obi1kenobi in AddTryIntoStruct
trait for ergonomic result parsing into a struct. #275FilterTypeError
should display the inner error's message. by @obi1kenobi inFilterTypeError
should display the inner error's message. #278trustfall_core
. by @obi1kenobi in Move test-related bin functionality out oftrustfall_core
. #284Arc
of adapter to execute queries. by @obi1kenobi in UseArc
of adapter to execute queries. #286Arc
-based query execution. by @obi1kenobi in Release v0.5.0 withArc
-based query execution. #295New Contributors
Full Changelog: trustfall-v0.4.0...trustfall-v0.5.0
This discussion was created from the release Trustfall v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions