influxdb-client 2.0.0 → 2.1.0.pre.3380
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -3
- data/lib/influxdb2/client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 594977f22ac698a141e1123cbdb730dc87b16933f2f28d03098eec6480791ff1
|
|
4
|
+
data.tar.gz: 20ef07b3c2e19e50c8ba031d768c86747e3f3c13ca80b1bf416cdbe9e0f066d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0adda077801b92b62e22a735f4c0bcb3494716d0f0694191c4da50b51927fea24f37c3d67c57df12354b10baf652e41bca9baca1cd7c59aaafe138a5a786b51
|
|
7
|
+
data.tar.gz: 6c6c84ba4068dd6189244de3fe3921f6baa1642d75c5dadd4009e4e7cb7924e641b6ad194766d7486e375b84cccb2a780ba0fd5585c32eea6320b2c2cc3c4e2e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
## 2.1.0 [unreleased]
|
|
2
|
+
|
|
1
3
|
## 2.0.0 [2021-09-13]
|
|
2
4
|
|
|
3
5
|
### Bug Fixes
|
|
4
6
|
1. [#90](https://github.com/influxdata/influxdb-client-ruby/pull/90): Fix parse text plain 503 error response
|
|
7
|
+
1. [#89](https://github.com/influxdata/influxdb-client-ruby/pull/89): Correct redirect location
|
|
5
8
|
|
|
6
9
|
### Breaking Changes
|
|
7
10
|
Due to a security reason `Authorization` header is not forwarded when redirect leads to a different domain.
|
|
@@ -9,9 +12,6 @@ To overcome this limitation you have to set the client property `redirect_forwar
|
|
|
9
12
|
|
|
10
13
|
### Features
|
|
11
14
|
1. [#89](https://github.com/influxdata/influxdb-client-ruby/pull/89): `Authorization` header is not forwarded when redirect leads to a different domain
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
1. [#89](https://github.com/influxdata/influxdb-client-ruby/pull/89): Correct redirect location
|
|
15
15
|
|
|
16
16
|
## 1.17.0 [2021-08-20]
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: influxdb-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.1.0.pre.3380
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub Bednar
|
|
@@ -184,9 +184,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
version: 2.2.0
|
|
185
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
requirements:
|
|
187
|
-
- - "
|
|
187
|
+
- - ">"
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version:
|
|
189
|
+
version: 1.3.1
|
|
190
190
|
requirements: []
|
|
191
191
|
rubygems_version: 3.0.3.1
|
|
192
192
|
signing_key:
|