influxdb-client 2.3.0.pre.4483 → 2.4.0.pre.4589

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: 3fed4428a7ef460a51845200c3ed23c17b68d23541e32b3d7d0fe49c6fac666d
4
- data.tar.gz: 0ce4a24bf74db4debf5ac7d7b62948004211d2249ead031055315f7cefe819f9
3
+ metadata.gz: 16439c418c83e67bf2254cda93ac91ad2a1e9cf60277512748387357a831f856
4
+ data.tar.gz: d98331efd88c550122d8b28ead5727e29464f5ba3408374f18887f308cfa62a9
5
5
  SHA512:
6
- metadata.gz: 66382e0bbda63def938b8c48d39543db8992a4f2ac73406c32ff2edd311ac56cbee417c19575e939b276e527323b690dc46356985aca06ee42f294b23266f2d3
7
- data.tar.gz: beaea9da09768398abf038270169557cb038c177d2f78fb396790a0820da34185c7b0b7602e8be1ceac8e2020354cb3c682ee57cff6d45c6ee660402b7e1f17d
6
+ metadata.gz: 772d3f5bdd1e7e8ff4ecb5a6af5e2130988bc2aea9cfd0cf614ba7d5a03f64c0bce63ec87530aa4b3e8a58cf4c820a1c1492c18fdd9f477978a18b4d0279b8d7
7
+ data.tar.gz: c0af0ba1cadce8f0320c663d9269c491bec129aadf361154b00a849bf5525149e2c473ae7078f44bd4c6e763899c5f4e6285e58680f5bafb3f07b2e7d82f875f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
- ## 2.3.0 [unreleased]
1
+ ## 2.4.0 [unreleased]
2
+
3
+ ## 2.3.0 [2022-03-18]
4
+
5
+ ### Bug Fixes
6
+ 1. [#99](https://github.com/influxdata/influxdb-client-ruby/pull/99): Add missing `PatchBucketRequest` model
2
7
 
3
8
  ### CI
4
9
  1. [#100](https://github.com/influxdata/influxdb-client-ruby/pull/100): Use new Codecov uploader for reporting code coverage
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 2.2.0
67
+ gem install influxdb-client -v 2.3.0
68
68
  ```
69
69
 
70
70
  For management API:
71
71
 
72
72
  ```
73
- gem install influxdb-client-apis -v 2.2.0
73
+ gem install influxdb-client-apis -v 2.3.0
74
74
  ```
75
75
 
76
76
  ## Usage
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module InfluxDB2
22
- VERSION = '2.3.0'.freeze
22
+ VERSION = '2.4.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: 2.3.0.pre.4483
4
+ version: 2.4.0.pre.4589
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-22 00:00:00.000000000 Z
11
+ date: 2022-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler