Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Releases: celaus/rust-cratedb

rust-cratedb for Rust 1.15 stable

14 Feb 12:38
3fe125a
Compare
Choose a tag to compare
  • Updated dependencies to serde 0.9
  • Minor change to the interface to account for the missing erased_serde crate
  • Added license headers to the source files
  • Minor fixes and improvements to the overall structure

Initial Release: Patch 1

08 Jan 23:01
e935e1b
Compare
Choose a tag to compare
  • Code quality improvements
  • Switched from round robin to random node selection

v0.1.0

14 Dec 13:33
76cf46a
Compare
Choose a tag to compare

Initial release:

  • Queries
  • Bulk queries
  • Array support
  • Some tests