Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1458 from grafana/prep-v0.13.0
Browse files Browse the repository at this point in the history
prep for v0.13.0
  • Loading branch information
Dieterbe committed Sep 17, 2019
2 parents a405423 + 0da5e68 commit 4440eb1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# master
# v0.13.0: Meta tags beta, sharding by tags, new importer (bigtable!), response stats, memory-idx write queue and many fixes. Sept 17, 2019.

## breaking changes

Expand Down Expand Up @@ -26,9 +26,16 @@

* bigtable importer #1291
* Make the importer utilities rely on TSDB-GW for authentication and org-association #1335
* fix TTL bug: calculate TTL relative to now when inserting into cassandra. #1448

## other

* meta tags (beta feature):
- Implement series lookup and filtering by meta tag #1423
- Meta tag enrichment #1433
- Auto complete with meta tags #1438
- Batch update meta records #1442
Left to do: rule persistence.
* fix kafka backlog processing to not get stuck/timeout if no messages #1315, #1328, #1350, #1352, #1360
* memleak fix: Prevent blocked go routines to hang forever #1333, #1337
* update jaeger client v2.15.0 -> v2.16.0, jaeger-lib v1.2.1 -> v2.0.0 #1339
Expand All @@ -46,10 +53,7 @@
* flush aggregates more eagerly when we can #1425
* Peer query speculative fixes and improvements #1430
* support sharding by tags #1427, #1436, #1444
* meta tags:
- Implement series lookup and filtering by meta tag #1423
- Meta tag enrichment #1433
- Auto complete with meta tags #1438
* Fix uneven length panics #1452

## new query api functions

Expand Down

0 comments on commit 4440eb1

Please sign in to comment.