influxdb-client 2.3.0.pre.4483 → 2.3.0.pre.4516

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: 21187fd4a1e2c8e75f235e08556fc8c0c3d215504c316c94e3c9fb1d1e3ad4b8
4
+ data.tar.gz: 4135c36a3fb98f76075104aa424b06236857818a211990a63f8426ed4d77b93b
5
5
  SHA512:
6
- metadata.gz: 66382e0bbda63def938b8c48d39543db8992a4f2ac73406c32ff2edd311ac56cbee417c19575e939b276e527323b690dc46356985aca06ee42f294b23266f2d3
7
- data.tar.gz: beaea9da09768398abf038270169557cb038c177d2f78fb396790a0820da34185c7b0b7602e8be1ceac8e2020354cb3c682ee57cff6d45c6ee660402b7e1f17d
6
+ metadata.gz: 5b35f7b549bafae6c6a1a786923a6ba86f3cc5ba081b823846ad82651fb75938db8816e5484f311546b18b8a0aa61a63768ebd7703e99e712cb907f31a2582c6
7
+ data.tar.gz: 758c8c07c7a0ed7abc9d966d4e3799a8741fd332fa2e962a0d84df0f2609216a6c86a921557b427ef862f0a2936b4564cd515cb544294c60062871bcf6bae44a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## 2.3.0 [unreleased]
2
2
 
3
+ ### Bug Fixes
4
+ 1. [#99](https://github.com/influxdata/influxdb-client-ruby/pull/99): Add missing `PatchBucketRequest` model
5
+
3
6
  ### CI
4
7
  1. [#100](https://github.com/influxdata/influxdb-client-ruby/pull/100): Use new Codecov uploader for reporting code coverage
5
8
 
@@ -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
 
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.3.0.pre.4516
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-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler