Skip to content

Latest commit

 

History

History
175 lines (90 loc) · 8.83 KB

CHANGELOG.md

File metadata and controls

175 lines (90 loc) · 8.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2024-06-06)

0.5.5 (2024-06-06)

Features

Bug Fixes

0.5.4 (2023-08-25)

Features

0.5.3 (2022-09-23)

Features

0.5.2 (2022-09-01)

Features

0.5.1 (2022-08-31)

Features

Bug Fixes

  • fix issue with typed builder on phantom data (#80) (2c31587)

0.5.0 (2021-05-01)

Features

  • deps: add rustls features for reqwest (90efc95)
  • deps: update reqwest to 0.11, tokio to 1 (a4c3c95)
  • use uclient for http request (b03312b)

Bug Fixes

  • use uclient instead of arangors::client (823e6e1)

0.4.8 (2021-05-01)

Bug Fixes

  • deps: revert reqwest to 0.10 and tokio to 0.2 (fea6a81)

0.4.7 (2021-03-28)

⚠ BREAKING CHANGES

  • client: rename copy_with_transaction to clone_with_transaction
  • NgramAnalyzerProperties.preserve_riginal is renamed to preserve_original

Features

  • client: rename copy_with_transaction (2c81c78)
  • Add Debug derive on same options structs (10c5265)
  • collection: clone_with_transaction (79379f5)

Bug Fixes

  • catch error for wrong credentials for connection(#69) (f8c3303)
  • disable openssl in example reqwest_rustls (375ecf4)
  • enable multi-thread feature on tokio (56e17d5)
  • fix typo in 'NgramAnalyzerProperties' (#61) (361f31b)
  • rename copy_with_transaction to clone_with_transaction (bda9457)

0.4.6 (2021-01-27)

Features

  • Graph Options correction, Clone Implementation on public structs (#51) (a669281)
  • Support for transactions, analyzers and views (#38) (1be43eb)

0.4.5 (2020-11-26)

Features

Bug Fixes

  • use Error type instead of unwrap for Doc deser (4d41a71)

0.4.4 (2020-11-15)

⚠ BREAKING CHANGES

  • use DeserializeOwned instead of Deserialize<'de> for Document. This should be alright.

Features

  • add AsRef and Deref for Document (7f19ccf)
  • custom deser for Document allow header in user struct (fd2c47d)

Bug Fixes

0.4.3 (2020-08-20)

⚠ BREAKING CHANGES

  • Connection: validate_server is now a static method
  • rename r#type field of collection::response::Info to collection_type

Features

  • index management (#33) (b2c4234)
  • Connection: validate_server is now static method (e908d47)
  • database: add method to get database name (fa7a409)
  • get db struct from a collection (20d2505)

Bug Fixes

  • rename collection_type to type when deserialize (e99a8d5)

  • rename r#type to collection_type (2bbfe19)

0.4.2 (2020-07-26)

⚠ BREAKING CHANGES

  • return CollectionType instead of reference for Collection::collection_type()
  • Removes the phantom lifetime field from Database and Collection.

Features

  • Add QueryBuilder::try_bind (#25) (bbe2941)
  • Remove lifetimes from Database and Collection (#23) (222445e)
  • return CollectionType instead of a reference (b46c832)