Changelog for
influxdb-devel-1.3.4-3.1.x86_64.rpm :
* Mon Nov 23 2020 johannes.grasslerAATTsuse.com- Add CVE-2019-20933.patch (bsc#1178988, CVE-2019-20933) to fix authentication bypass- Declare license files correctly
* Mon Feb 12 2018 matwey.kornilovAATTgmail.com- Pass version to linker (fix boo#1079997)
* Sat Aug 26 2017 matwey.kornilovAATTgmail.com- Version 1.3.4:
* Fixed time boundaries for continuous queries with time zones.
* Fix time zone shifts when the shift happens on a time zone boundary.
* Parse time literals using the time zone in the select statement.
* Fix drop measurement not dropping all data
* Fix backups when snapshot is empty.
* Cursor leak, resulting in an accumulation of .tsm.tmp files after compactions.
* Deadlock when dropping measurement and writing
* Ensure inputs are closed on error. Add runtime GC finalizer as additional guard to close iterators
* Fix leaking tmp file when large compaction aborted
* Batch up writes for monitor service- Version 1.3.3:
* Resolves a memory leak when NewReaderIterator creates a nilFloatIterator, the reader is not closed- Version 1.3.2:
* Interrupt in progress TSM compactions
* Prevent excessive memory usage when dropping series
* Significantly improve performance of SHOW TAG VALUES.- Version 1.3.1:
* Ensure temporary TSM files get cleaned up when compaction aborted.
* InfluxDB goes unresponsive
* Duplicate points generated via INSERT after DELETE
* Fix the cq start and end times to use unix timestamps.- Version 1.3.0:
* The admin UI is removed and unusable in this release. The [admin] configuration section will be ignored.
* The top-level config bind-address now defaults to localhost:8088. The previous default was just :8088, causing the backup and restore port to be bound on all available interfaces (i.e. including interfaces on the public internet).
* Sun Jun 18 2017 matwey.kornilovAATTgmail.com- Version 1.2.4:
* The stress tool influx_stress will be removed in a subsequent release.
* Remove the override of GOMAXPROCS.
* Uncomment section headers from the default configuration file.
* Improve write performance significantly.
* Prune data in meta store for deleted shards.
* Update latest dependencies with Godeps.
* Introduce syntax for marking a partial response with chunking.
* Use X-Forwarded-For IP address in HTTP logger if present.
* Add support for secure transmission via collectd.
* Switch logging to use structured logging everywhere.
* [CLI feature request] USE retention policy for queries.
* Add clear command to cli.
* Adding ability to use parameters in queries in the v2 client using the Parameters map in the Query struct.
* Allow add items to array config via ENV
* Support subquery execution in the query language.
* Verbose output for SSL connection errors.
* Cache snapshotting performance improvements
* Wed May 03 2017 matwey.kornilovAATTgmail.com- Partially revert previous change to fix build for Leap
* Thu Mar 23 2017 johannes.grasslerAATTsuse.com- Added version linker flag to make binaries aware of which influxdb version they are.- Disabled phone home to usage.influxdata.com
* Fri Mar 03 2017 johannes.grasslerAATTsuse.com- Removed nonsensical EnvironmentFile+= line from service file
* Tue Feb 28 2017 johannes.grasslerAATTsuse.com- Added -devel subpackage.
* Fri Dec 16 2016 matwey.kornilovAATTgmail.com- Version 1.1.1:
* Fix incorrect tag value in error message.
* Quote the empty string as an ident.
* Fix string fields w/ trailing slashes
* Sun Nov 13 2016 matwey.kornilovAATTgmail.com- Initial version