You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
rendering hints for query errors from EdgeDB.
support for EdgeDB binary protocol 2.0.
new EdgeDB.MultiRange type to represent multiranges from EdgeDB 4.0.
EdgeDB.Object.id/1 to fetch ID from an EdgeDB.Object if it was returned from the query.
EdgeDB.ConfigMemory.new/1 to create a new instance of t:EdgeDB.ConfigMemory.t/0.
support for Elixir v1.16.
support for branches.
support for server name (SNI) passing to TLS connection.
Changed
t:EdgeDB.Object.t/0 to be opaque.
the behavior of injecting an implicit :id field into objects so that this no longer happens.
Fixed
client state handling in EdgeDB.with_config/2/EdgeDB.without_config/2, EdgeDB.with_globals/2/EdgeDB.without_globals/2 and EdgeDB.with_module_aliases/2/EdgeDB.without_module_aliases/2.