We're taking another look at improving our compiler errors. Have you gotten a poor error message while using Diesel? Please leave a comment on github.com/diesel-rs/diesel/… so we can look into improving it this year
Note: If the error comes from one of our derives, please make sure you're using a nightly compiler with the `unstable` feature enabled, as we've put a lot of work into making those better (using nightly only features)
We've made some changes to how we handle SSL to support our new @discourse forum, and as a result our documentation cannot currently be accessed over HTTPS. We're working on a solution, but do not know how long it will take to be resolved. Sorry for the inconvenience.
Diesel 1.3.0 has been released, bringing new a new configuration file for Diesel CLI, a redesigned `sql_function!` and more! github.com/diesel-rs/diesel/…
Diesel 1.2.0 has been released, adding insert from select, a ton of other features, and the blockchain. Full release announcement at github.com/diesel-rs/diesel/…
We'd also like to welcome Georg Semmler (weiznich on GitHub) to the core team!
Diesel 1.0.1 has been released, fixing some internal dependency version constraints that caused 1.0.0 to break when 1.1.0 was released. github.com/diesel-rs/diesel/…
A lot of folks have been asking for support for insert from select recently (`INSERT INTO table (...) SELECT ...`). The feature has been implemented, and you can try it out now! github.com/diesel-rs/diesel/…