summaryrefslogtreecommitdiff
path: root/databases/influxdb
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-11-02Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-2/+2
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-07-13Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-06-02Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-05-11Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-04-13Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-03-07Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-02-13Revump all Go packages after go117 updatebsiegert1-2/+2
2022-01-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-12-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-11-05Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-504/+504
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-08Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-07databases: Remove SHA1 distfile hashesnia1-504/+1
2021-09-17Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-08-11Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-07-13Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-06-06Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-05-12influxdb: Update to v1.8.4.jperkin9-478/+2679
v1.8.4 [2021-01-27] ------------------- ### Bugfixes - [#19696](https://github.com/influxdata/influxdb/pull/19697): fix(flux): add durations to Flux logging v1.8.3 [2020-09-30] ------------------- ### Features - [#19187](https://github.com/influxdata/influxdb/pull/19187): feat: Collect values written stats. - [#19611](https://github.com/influxdata/influxdb/pull/19611): feat: Add -lponly flag to export sub-command. ### Bugfixes - [#19409](https://github.com/influxdata/influxdb/pull/19409): chore: update uuid library from satori to gofrs. - [#19439](https://github.com/influxdata/influxdb/pull/19439): fix(storage): ArrayFilterCursor truncation for multi-block data. - [#19460](https://github.com/influxdata/influxdb/pull/19460): chore: Use latest version of influxql package. - [#19512](https://github.com/influxdata/influxdb/pull/19512): chore: Quiet static analysis tools. - [#19592](https://github.com/influxdata/influxdb/pull/19592): fix(services/storage): multi measurement queries return all applicable series. - [#19612](https://github.com/influxdata/influxdb/pull/19612): fix: lock map before writes. v1.8.2 [2020-08-13] ------------------- ### Bugfixes - [#19253](https://github.com/influxdata/influxdb/pull/19253): fix(tsdb): Revert disable series id set cache size by default. v1.8.1 [2020-07-08] ------------------- ### Features - [#18457](https://github.com/influxdata/influxdb/pull/18457): feat(query): Parallelize field iterator planning. - [#18886](https://github.com/influxdata/influxdb/pull/18886): feat(http): Allow user supplied HTTP headers. ### Bugfixes - [#17319](https://github.com/influxdata/influxdb/pull/17319): fix(flux): buckets call no longer panics. - [#18212](https://github.com/influxdata/influxdb/pull/18212): fix(tsdb): Defer closing of underlying SeriesIDSetIterators. - [#18286](https://github.com/influxdata/influxdb/pull/18286): fix(tsdb): Disable series id set cache size by default. - [#18299](https://github.com/influxdata/influxdb/pull/18299): refactor(http): Simplify Authorizer. - [#18694](https://github.com/influxdata/influxdb/pull/18694): fix(tsi1): wait deleting epoch before dropping shard. - [#18687](https://github.com/influxdata/influxdb/pull/18687): perf(tsi1): batch write tombstone entries when dropping/deleting. - [#18826](https://github.com/influxdata/influxdb/pull/18826): fix: gracefully handle errors when creating snapshots. - [#18849](https://github.com/influxdata/influxdb/pull/18849): chore(build): remove all of the go1.12 references from build. v1.8.0 [2020-04-11] ------------------- ### Features - [#15952](https://github.com/influxdata/influxdb/pull/15952): Add influx_inspect verify-tombstone tool. - [#16542](https://github.com/influxdata/influxdb/pull/16542): Add offline series compaction to influx_inspect buildtsi. - [#16599](https://github.com/influxdata/influxdb/pull/16599): Make influx CLI support custom HTTP endpoint. - [#16908](https://github.com/influxdata/influxdb/pull/16908): Add support for InfluxDB 2.0 write API. - [#17621](https://github.com/influxdata/influxdb/pull/17621): Update Flux to v0.65.0. - [#17188](https://github.com/influxdata/influxdb/pull/17188): Enhance support for bound parameters. ### Bugfixes - [#10503](https://github.com/influxdata/influxdb/pull/10503): Delete rebuilds series index when series to be deleted are only found in cache. - [#10504](https://github.com/influxdata/influxdb/issue/10504): Delete rebuilds series index when series to be deleted are outside timerange. - [#14485](https://github.com/influxdata/influxdb/pull/14485): Parse Accept header correctly. - [#16524](https://github.com/influxdata/influxdb/pull/16524): Upgrade compaction error log from `Info` to `Warn`. - [#16525](https://github.com/influxdata/influxdb/pull/16525): Remove double increment of meta index. - [#16595](https://github.com/influxdata/influxdb/pull/16595): Improve series cardinality limit for inmem index. - [#16606](https://github.com/influxdata/influxdb/pull/16606): Ensure all block data returned. - [#16627](https://github.com/influxdata/influxdb/pull/16627): Skip WriteSnapshot during backup if snapshotter is busy. - [#16709](https://github.com/influxdata/influxdb/pull/16709): Reduce influxd and influx startup time if Flux isn't used. - [#16762](https://github.com/influxdata/influxdb/pull/16762): Fix bugs in -compact-series-file. - [#16944](https://github.com/influxdata/influxdb/pull/16944): Update to Go 1.13.8 and Go modules. - [#17032](https://github.com/influxdata/influxdb/pull/17032): Fix a SIGSEGV when accessing tsi active log. - [#17656](https://github.com/influxdata/influxdb/pull/17656): Verify precision in write requests. - [#17698](https://github.com/influxdata/influxdb/pull/17698): Enable configuration of TLS 1.3.
2021-05-08Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-03-19Revbump all Go packages after go115 updatebsiegert1-2/+2
2021-01-23Revbump all Go packages after go115 updatebsiegert1-2/+2
2020-11-13Revbump all Go packages after go115 updatebsiegert1-2/+2
2020-11-08Revbump all Go packages after Go 1.15 update.bsiegert1-2/+2
2020-10-15Revbump all Go packages after go115 update.bsiegert1-2/+2
2020-09-03Revbump all Go packages after default Go version was changed to 1.15.1bsiegert1-2/+2
2020-08-14Revbump all Go packages after go114 updatebsiegert1-2/+2
2020-07-17Revbump all Go packages after go114 update.bsiegert1-2/+2
2020-06-17Revbump Go packages after Go 1.14.4 update.bsiegert1-2/+2
2020-04-12Revbump all Go packages after default version switch to 1.14.bsiegert1-2/+2
2020-03-21Revbump all Go packages after go113 update.bsiegert1-2/+2
2020-02-02Revbump all Go packages after go113 update.bsiegert1-2/+2
2020-01-10Revbump Go packages after Go default version bump.bsiegert1-2/+2
2019-12-13Revbump all Go packages after Go 1.12.14 update.bsiegert1-2/+2
2019-10-18Revbump all Go packages after lang/go112 updatebsiegert1-2/+2
2019-09-26Revbump all Go packages after 1.12.10 update.bsiegert1-2/+2
ok wiz@ for PMC
2019-08-14Recursive bump of all packages using Go after Go 1.12.8 update.bsiegert1-2/+2
2019-08-08influxdb: remove patches that were removed from distinfo (v1.2)wiz2-90/+0
2019-07-30influxdb: fix PR pkg/54305triaxx3-16/+14
pkgsrc changes: --------------- * Update Go dependencies * Bump revision
2019-05-27Revbump all Go packages after go112 update.bsiegert1-1/+2
2019-05-15influxdb: Import version 1.7.6.jperkin9-0/+732
InfluxDB is an open source time series database with no external dependencies. It is useful for recording metrics, events, and performing analytics. Patches and testing provided by Bill Welliver in joyent/pkgsrc#194