influxdb-client 3.0.0.pre.7554 → 3.1.0.pre.7617
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/README.md +2 -2
- data/lib/influxdb2/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09746d170a6a3faf4a86a90216e1d00bd8a2832ab22e071983ee260d331c7c37'
|
4
|
+
data.tar.gz: fa8957f7c41265bfcbff403aa865a39b864fdd985ed5fda27d871d0f8680de47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: caad1060a9281eacf8b7d765efa8733296c18b14c9594c8416bd172492be8f671e87d9d35cc956adeb9efb16c0294f36813f6cf96400d249b9c47ac921abbfe9
|
7
|
+
data.tar.gz: 7d55ef90dae1303dc8dcba21a31bbe5212e6df7cbcc589eaa8c2618f98004d5e493a5552568adb6fa16617d6c69fbba1247fc5cf26601cde94ca6ccc63811f8b
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
## 3.
|
1
|
+
## 3.1.0 [unreleased]
|
2
|
+
|
3
|
+
## 3.0.0 [2023-12-05]
|
2
4
|
|
3
5
|
### Bug Fixes
|
4
6
|
1. [#131](https://github.com/influxdata/influxdb-client-ruby/pull/131): Convert time objects present in fields to integer. Prior to this change the timestamps were converted to strings
|
data/README.md
CHANGED
@@ -64,13 +64,13 @@ The client can be installed manually or with bundler.
|
|
64
64
|
To install the client gem manually:
|
65
65
|
|
66
66
|
```
|
67
|
-
gem install influxdb-client -v
|
67
|
+
gem install influxdb-client -v 3.0.0
|
68
68
|
```
|
69
69
|
|
70
70
|
For management API:
|
71
71
|
|
72
72
|
```
|
73
|
-
gem install influxdb-client-apis -v
|
73
|
+
gem install influxdb-client-apis -v 3.0.0
|
74
74
|
```
|
75
75
|
|
76
76
|
## Usage
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: influxdb-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.1.0.pre.7617
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Bednar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|