You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## [Unreleased]
9
+
10
+
## [0.0.3] - 2019-07-14
11
+
12
+
### Added
13
+
14
+
- Possibility to run multiple queries in one. See the Integration Tests in `tests/integration_tests.rs` for examples.
15
+
- Ability to specify Timestamp for write queries
16
+
17
+
### Changed
18
+
19
+
- You now have to borrow a query when passing it to the `query` method
20
+
21
+
## [0.0.2] - 2019-07-23
22
+
23
+
### Changed
24
+
25
+
- URLEncode Query before sending it to InfluxDB, which caused some empty returns (#5)
26
+
- Improved Test Coverage: There's now even more tests verifying correctness of the crate (#5)
27
+
- It's no longer necessary to supply a wildcard generic when working with serde*integration: `client.json_query::<Weather>(query)` instead of `client.json_query::<Weather, *>(query)`
0 commit comments