Release v0.10.0 (The one where we work on stable)

![It's happening](http://i.imgur.com/7drHiqr.gif)

v0.10.0 drops support for Rust 1.14 and earlier, and adds support for
Rust 1.15 (ON STABLE). `diesel_codegen_syntex` has been removed, and is
no longer supported.

Additionally, this release adds initial support for the JSON data type
in PostgreSQL. There is also a new `print-schema` subcommand in Diesel
CLI which will show you the code generated by `infer_schema!()`. As
always, you can find a full list of what has changed in [the
changelog][changelog].

In addition to the Diesel core team, 7 contributors worked on this
release. A huge thank you to

- Adrian Perez de Castro
- Eric Kidd
- Georg Semmler
- Jake Goulding
- Sergio Benitez
- Severen Redwood
- Stu Black

I'd also like to thank everybody who helped this release by opening
issues, finding bugs, and asking/answering questions in our gitter room.

There were several big features that I had hoped to get done in time for
this release, but my daughter inherited my troll gene and decided to
come early. If you were hoping for MySQL support, blame Ruby. In the
mean time, here is a picture of Ruby.

![baby ruby](https://lh3.googleusercontent.com/7vUZONdvrati-NQXriSqzKQ0CHNz6KRulOSos9kJjzMNV-JI2UT6d4Kxex9fZGO-0GTlLrKHKRwiPaf2v6hCJlCU0IgK5kWd_JWz9nG61FrZfgVARZEqXOmjoXPb5CYrbTg7XlG2VEYlcm6_Lk9oviVPh7mx3gaXgVG6g-OJRHqY_gipU-Y2REPFDoJyPWZ9QoifZH1WDGSPdyYUQ1KWeTfFkxk1Z3VP1bKAyRhsDmnXvSLaWkBQ6r5CpRS2pfVMC0lPVAfPGmrjwmNw7JmFNfscQM5IY0FOqbbwJhPJvLtNb-jOgOQhz07S8HA9BBI_cWzzXXMxbGXzaPpKBYSrioMja3MkXcb1PGB8cG7ERtG_CWwpGriRlFbrj2B0OygkAu4Q6pRiQe6BojpHYp03uyRsmsVxTbQjlH3axed6tNV_IDYSd2vz15gB7yFKUF_Je3spUUdexLmybdPDR29DfD-hBBJfezy0gdzrf7dJMMXWgQ7CW6jH18uydl-iiK3_8Ha8FUuvrjcA-Dvv0nQEXqajcb_NFCpobr92fNQvDCg6UNj3o7E7bv55Oj6sOk7N7xARchy-MmAV8Tzzc1Sx-4GKHhikH5WGMb5AzYSnoNcvWr7mD4vqAF1Wn_60Huz1KCNC5m2aBbPz9G6hBcM3pMe8J5pIM4epvKFvKUKtK98=w792-h1056-no)

[changelog]: https://github.com/diesel-rs/diesel/blob/v0.10.0/CHANGELOG.md
13 files changed
tree: 4c57b296430a3ba55a8aeca9456656b40ee917a8
  1. bin/
  2. diesel/
  3. diesel_cli/
  4. diesel_codegen/
  5. diesel_codegen_shared/
  6. diesel_compile_tests/
  7. diesel_infer_schema/
  8. diesel_tests/
  9. examples/
  10. migrations/
  11. .example.env
  12. .gitignore
  13. .travis.yml
  14. Cargo.toml
  15. CHANGELOG.md
  16. code_of_conduct.md
  17. LICENSE-APACHE
  18. LICENSE-MIT
  19. README.md
README.md

A safe, extensible ORM and Query Builder for Rust

Build Status Gitter Crates.io

Documentation

Homepage

Diesel gets rid of the boilerplate for database interaction and eliminates runtime errors, without sacrificing performance. It takes full advantage of Rust's type system to create a low overhead query builder that “feels like Rust”.

Getting Started

You can find an extensive Getting Started tutorial at http://diesel.rs/guides/getting-started. Guides on more specific features will be coming soon.

Code of conduct

Anyone who interacts with Diesel in any space including but not limited to this GitHub repository is expected to follow our code of conduct

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.