github diesel-rs/diesel v0.12.0

latest releases: v2.1.6, v2.1.5, v2.1.4...
7 years ago

The main feature of this release is support for PG's ON CONFLICT DO UPDATE, which brings our support for upsert on PG to nearly the entire range of possible syntax. Additionally, this release contains support for some new data types and operators, and several bug fixes.

Finally, the way that we handle joins has been going through a huge overhaul internally. For the most part this doesn't affect public API yet, but you may notice an increase in compile times, and more things "just working" the way you'd expect when working with joins. This work will hopefully lead to 3+ table joins in the next release.

As always, you can find the full release notes in the CHANGELOG

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

  • Taryn Hill
  • Eijebong
  • Martijn de Haan
  • Mrmaxmeier
  • Daniel Durante
  • Patrick Fernie
  • Erich Cordoba
  • Sid Ngeth
  • pfernie
  • John Gallagher
  • theduke

Don't miss a new diesel release

NewReleases is sending notifications on new releases.