File rubygem-influxdb.changes of Package rubygem-influxdb
-------------------------------------------------------------------
Thu Jun 24 17:31:28 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 0.8.1
see installed CHANGELOG.md
## v0.8.1, release 2021-02-17
- Ensure workers can send data popped off the queue at shutdown (#239,
@onlynone)
- Add support for special characters in password when using url keyword (#242,
@swistak35)
- Add Ruby 3.0 support (#249, @dentarg, @paul and @track8)
- Support characters that need quoting for usernames and database names (#248, @estheruary)
-------------------------------------------------------------------
Mon Feb 10 14:54:28 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.8.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Jan 14 13:44:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.7.0
see installed CHANGELOG.md
## v0.7.0, released 2018-01-11
- Drop support for Ruby 2.2, since Bundler dropped it and we want to use
Bundler in the development cycle as well.
- Fix issue with tag values ending in a backslash.
-------------------------------------------------------------------
Sat Dec 8 16:23:43 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 0.6.4
see installed CHANGELOG.md
## v0.6.4, releases 2018-12-02
- Fix newly introduced `InfluxDB.now(precision)` for precisions larger
than "s".
## v0.6.3, released 2018-11-30
- Added `InfluxDB.now(precision)` and `InfluxDB::Client#now` as companions
to `InfluxDB.convert_timestamp`.
## v0.6.2, released 2018-11-30
- Added `InfluxDB.convert_timestamp` utility to convert a `Time` to a
timestamp with (taken from PR influxdb-rails#53 by @ChrisBr).
-------------------------------------------------------------------
Wed Sep 5 10:23:29 UTC 2018 - coolo@suse.com
- updated to version 0.6.1
see installed CHANGELOG.md
## v0.6.1, released 2018-08-23
- Fix `InfluxDB::Client#delete_retention_policy`: the database name
argument is now quoted (#221, #222 @AishwaryaRK).
- Add `InfluxDB::Client#list_measurements` and `#delete_measuerment`
(#220)
-------------------------------------------------------------------
Tue Jul 10 19:08:12 UTC 2018 - factory-auto@kulow.org
- updated to version 0.6.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Feb 8 06:08:41 UTC 2018 - coolo@suse.com
- updated to version 0.5.3
see installed CHANGELOG.md
## v0.5.3, released 2018-01-19
- Fix `NoMethodError` in `InfluxDB::Client#list_retention_policies` when
the database has no RPs defined (#213, @djoos)
-------------------------------------------------------------------
Sun Dec 3 19:21:46 UTC 2017 - coolo@suse.com
- updated to version 0.5.2
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Oct 26 10:04:07 UTC 2017 - coolo@suse.com
- updated to version 0.5.0
see installed CHANGELOG.md
## v0.5.0, released 2017-10-21
- Add support for precision, retention policy and database parameters
to async writer (#140, #202 @rockclimber73)
**Attention** You may need to validate that your calls to the write
API (`InfluxDB::Client#write`, `#write_point`, `#write_points`) don't
accidentally included a precision, RP, and/or database argument. These
arguments were ignored until now. This is likely if you have changed
your client instance configuration in the past, when you added a
`async: true`. **Updating might cause data inconsistencies!**
-------------------------------------------------------------------
Wed Oct 11 06:07:05 UTC 2017 - coolo@suse.com
- updated to version 0.4.2
see installed CHANGELOG.md
## v0.4.2, released 2017-09-26
- Bugfix in `InfluxDB::PointValue`: Properly encode backslashes (#200)
-------------------------------------------------------------------
Mon Sep 11 12:41:05 UTC 2017 - coolo@suse.com
- updated to version 0.4.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Aug 28 05:23:50 UTC 2017 - coolo@suse.com
- updated to version 0.4.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Aug 3 19:23:18 UTC 2017 - coolo@suse.com
- updated to version 0.3.15
see installed CHANGELOG.md
-------------------------------------------------------------------
Wed Feb 8 05:43:44 UTC 2017 - coolo@suse.com
- updated to version 0.3.14
see installed CHANGELOG.md
## v0.3.14, released 2017-02-06
- Added option `discard_write_errors` to silently ignore errors when writing
to the server (#182, @mickey).
- Added `#list_series` and `#delete_series` to `InfluxDB::Client` (#183-186,
@wrcola).
-------------------------------------------------------------------
Fri Dec 9 05:34:43 UTC 2016 - coolo@suse.com
- updated to version 0.3.13
see installed CHANGELOG.md
## v0.3.13, released 2016-11-23
- You can now `InfluxDB::Client#query`, `#write_points`, `#write_point` and
`#write` now accept an additional parameter to override the database on
invokation time (#173, #176, @jfragoulis).
-------------------------------------------------------------------
Wed Nov 16 05:35:17 UTC 2016 - coolo@suse.com
- updated to version 0.3.12
see installed CHANGELOG.md
## v0.3.12, released 2016-11-15
- Bugfix for broken Unicode support (regression introduced in #169).
Please note, this is only properly tested on Ruby 2.1+ (#171).
-------------------------------------------------------------------
Sat Oct 29 04:38:58 UTC 2016 - coolo@suse.com
- updated to version 0.3.11
no changelog found
-------------------------------------------------------------------
Tue Dec 29 13:47:30 UTC 2015 - mrueckert@suse.de
- initial package