We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c79a commit 7b03673Copy full SHA for 7b03673
CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
### Changed
14
- Amend retry to avoid sleep after last retry before raising exception (#790 thx @krzysbaranski)
15
- Remove msgpack pinning for requirements (#818 thx @prometheanfire)
16
+- Update support for HTTP headers in the InfluxDBClient (#851 thx @bednar)
17
18
### Removed
19
influxdb/__init__.py
@@ -18,4 +18,4 @@
]
20
21
-__version__ = '5.3.0'
+__version__ = '5.3.1'
0 commit comments