Skip to content

Diesel 2.0.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@weiznich weiznich released this 22 Jul 08:04
· 176 commits to 2.0.x since this release
v2.0.0-rc1
10c369e

We are happy to announce the release of Diesel 2.0.0 RC1

This release contains a number of fixes and improvements compared to the previous 2.0.0 RC0 release.

Notably the following fixes and improvements are included:

  • A fix for an issue preventing connection reuse with the built-in r2d2 integration
  • Support for types from the ipnet crate
  • Support for loading values via libpq's row by row mode
  • Improvements to error messages generated by #[derive(Insertable)] for the case of type mismatches

This release hopefully marks the last prerelease before a stable 2.0.0 release.
We plan to release the final 2.0.0 soon after this, as long no other blocking issues are found.

Thank you to everyone who helped make this release happen through bug reports, and discussion on Gitter. While we don't have a way to collect stats on that form of contribution, it's greatly appreciated.

In addition to the Diesel core team, 8 people contributed code to this release. A huge thank you to:

  • Chris Eckhardt
  • Emile Fugulin
  • Iban Eguia Moraza
  • Jean SIMARD
  • Martin Nordholts
  • Otto Castle
  • Sean Klein
  • Steven Chu