v0.2.1
Removed
- mention of
:repeatable_read
option for transaction isolation mode fromEdgeDB.edgedb_transaction_option/0
.
Fixed
- codec name returned by codec for
std::str
fromstd::uuid
tostr::str
. - documentation for the custom codec example, which did not have a
EdgeDB.Protocol.Codec.decode/3
implementation and used the wrong protocol.