All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.4 (2023-08-25)
0.5.3 (2022-09-23)
0.5.2 (2022-09-01)
0.5.1 (2022-08-31)
0.5.0 (2021-05-01)
- deps: add rustls features for reqwest (90efc95)
- deps: update reqwest to 0.11, tokio to 1 (a4c3c95)
- use uclient for http request (b03312b)
- use uclient instead of arangors::client (823e6e1)
0.4.8 (2021-05-01)
- deps: revert reqwest to 0.10 and tokio to 0.2 (fea6a81)
0.4.7 (2021-03-28)
- client: rename copy_with_transaction to clone_with_transaction
- NgramAnalyzerProperties.preserve_riginal is renamed to preserve_original
- client: rename copy_with_transaction (2c81c78)
- Add Debug derive on same options structs (10c5265)
- collection: clone_with_transaction (79379f5)
- 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)
- Graph Options correction, Clone Implementation on public structs (#51) (a669281)
- Support for transactions, analyzers and views (#38) (1be43eb)
0.4.5 (2020-11-26)
- use Error type instead of unwrap for Doc deser (4d41a71)
0.4.4 (2020-11-15)
- use DeserializeOwned instead of Deserialize<'de> for Document. This should be alright.
- add AsRef and Deref for Document (7f19ccf)
- custom deser for Document allow header in user struct (fd2c47d)
- breaking API in surf 2.0.0-alpha5 (349cd16)
- change all info level log to debug (#34) (cff0653)
- Fix bug in fetch-all (#42) (cad3923)
- Remove unnecessary mutual borrow (#39) (148af62)
0.4.3 (2020-08-20)
- Connection: validate_server is now a static method
- rename r#type field of collection::response::Info to collection_type
- 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)
-
rename collection_type to type when deserialize (e99a8d5)
-
rename r#type to collection_type (2bbfe19)
0.4.2 (2020-07-26)
- return CollectionType instead of reference for Collection::collection_type()
- Removes the phantom lifetime field from Database and Collection.