diesel v1.4.6 Release Notes
Release Date: 2021-03-05 // about 1 year ago-
๐ Fixed
- ๐ Fixed a use-after-free issue in the
QueryableByName
implementation of ourSqlite
backend - โก๏ธ Updated several dependencies
- ๐ Fixed a use-after-free issue in the
Previous changes from v1.4.5
-
๐ Fixed
- โก๏ธ Update several dependencies
- ๐ Fixed an issue where transactions that would fail to commit would leave the connection in a broken non-committed non-rolled-back state.
- ๐ Fix a bug that result in leaking sockets/file descriptors on failed connection attempts for postgresql
- ๐ Fix an incompatibility with newer
libmysqlclient
versions - โ Remove some potential harmful usages of
mem::uninitialized