influxdb-client 1.16.0.pre.2765 → 1.17.0.pre.3024

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 877a4c787f2606b1500f37957bdab29e4c58a9a8c810ac1d324aefb207dd476b
4
- data.tar.gz: 61920b4d1ecfd0b52b74177f723fc85aac6d06185d2ccd529179b7b9531fac47
3
+ metadata.gz: d3c00b85066bf6f6d4043e66fd9747633b2ad20e92ea5e9683e00d33ca77a035
4
+ data.tar.gz: 2d109a3a326aab34d512cc8a93565e15b35ea7958af021492afce78f63362019
5
5
  SHA512:
6
- metadata.gz: 4e19378ef8f37121af2e834142cc5877f045a09ce1ecd903dc39cd7078bc61fbc2fd3dbb9f6b59ed2fe1217eb551b2ccc1eac81c5224a9ea1678f470ec209fc9
7
- data.tar.gz: c6f38e24dae4bd27523b3727484f71973526ee7624c6b0678ccb88eb3d9a8b2a71eb34b698002359f99fe09841af883bace23c6b619cf5d88c6663e458288cf7
6
+ metadata.gz: 1a94053a10547a696297576832a79986e38804d5acd77db0a46821689f4cd10ec6da33b1ab8c7152ce560608283722af4e235cdb5a8f695ba8baeb4da49421e7
7
+ data.tar.gz: 0a303636ce48ffe795a4369c80fbf3f6c87fc7786186fc0cbdb5ec5d228a3766ee3ebf7e941e77f16445d56307765f39d9258c0643e92dcdea7249865382bb88
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
- ## 1.16.0 [unreleased]
1
+ ## 1.17.0 [unreleased]
2
+
3
+ ## 1.16.0 [2021-07-09]
4
+
5
+ ### Bug Fixes
6
+ 1. [#86](https://github.com/influxdata/influxdb-client-ruby/pull/86): Uninitialized `set` for models
2
7
 
3
8
  ## 1.15.0 [2021-06-04]
4
9
 
data/README.md CHANGED
@@ -26,6 +26,15 @@ This repository contains the reference Ruby client for the InfluxDB 2.0.
26
26
  - [Contributing](#contributing)
27
27
  - [License](#license)
28
28
 
29
+ ## Documentation
30
+
31
+ This section contains links to the client library documentation.
32
+
33
+ * [Product documentation](https://docs.influxdata.com/influxdb/v2.0/api-guide/client-libraries/), [Getting Started](#installation)
34
+ * [Examples](examples)
35
+ * [API Reference](https://influxdata.github.io/influxdb-client-ruby/InfluxDB2.html)
36
+ * [Changelog](CHANGELOG.md)
37
+
29
38
  ## Features
30
39
 
31
40
  InfluxDB 2.0 client consists of two packages
@@ -54,13 +63,13 @@ The client can be installed manually or with bundler.
54
63
  To install the client gem manually:
55
64
 
56
65
  ```
57
- gem install influxdb-client -v 1.15.0
66
+ gem install influxdb-client -v 1.16.0
58
67
  ```
59
68
 
60
69
  For management API:
61
70
 
62
71
  ```
63
- gem install influxdb-client-apis -v 1.15.0
72
+ gem install influxdb-client-apis -v 1.16.0
64
73
  ```
65
74
 
66
75
  ## Usage
@@ -10,6 +10,7 @@ Generated by: https://openapi-generator.tech
10
10
  =end
11
11
 
12
12
  require 'date'
13
+ require 'set'
13
14
  require 'time'
14
15
 
15
16
  module InfluxDB2
@@ -10,6 +10,7 @@ Generated by: https://openapi-generator.tech
10
10
  =end
11
11
 
12
12
  require 'date'
13
+ require 'set'
13
14
  require 'time'
14
15
 
15
16
  module InfluxDB2
@@ -10,6 +10,7 @@ Generated by: https://openapi-generator.tech
10
10
  =end
11
11
 
12
12
  require 'date'
13
+ require 'set'
13
14
  require 'time'
14
15
 
15
16
  module InfluxDB2
@@ -10,6 +10,7 @@ Generated by: https://openapi-generator.tech
10
10
  =end
11
11
 
12
12
  require 'date'
13
+ require 'set'
13
14
  require 'time'
14
15
 
15
16
  module InfluxDB2
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module InfluxDB2
22
- VERSION = '1.16.0'.freeze
22
+ VERSION = '1.17.0'.freeze
23
23
  end
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: 1.16.0.pre.2765
4
+ version: 1.17.0.pre.3024
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-18 00:00:00.000000000 Z
11
+ date: 2021-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler