Release v0.8.0

This release is primarily focused around diesel_codegen, which has been
entirely rewritten to use the new Macros 1.1 framework. This means that
Diesel should continue to work on all future nightlies, and will be much
more compatible with other crates which use codegen such as serde. This
did reqiure some breaking changes to their API, but it should be a
straightforward migration. [the CHANGELOG][changelog] has migration
instructions.

The macros 1.1 rewrite took the majority of our time, so this release is
fairly light on features, but we do have a few great quality of life
additions. See [the CHANGELOG][changelog] for details.

[changelog]: https://github.com/diesel-rs/diesel/blob/v0.8.0/CHANGELOG.md

A huge thank you to all the contributors who worked on this release:

- Cengiz Can
- Christopher Brickley
- David Szotten
- Georg Semmler
- Jimmy Cuadra
- Josh Holmer
- Rasmus Kaj
- Robert Maloney
- Sebastian Blei
12 files changed
tree: 3da4a3de47baa5481ee30a441daa87390ea626ce
  1. bin/
  2. diesel/
  3. diesel_cli/
  4. diesel_codegen/
  5. diesel_codegen_shared/
  6. diesel_codegen_syntex/
  7. diesel_compile_tests/
  8. diesel_tests/
  9. examples/
  10. migrations/
  11. .example.env
  12. .gitignore
  13. .travis.yml
  14. CHANGELOG.md
  15. code_of_conduct.md
  16. LICENSE-APACHE
  17. LICENSE-MIT
  18. README.md
README.md

A safe, extensible ORM and Query Builder for Rust

Build Status Gitter

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.