Skip to content

Commit

Permalink
docs: Add v1.12 release notes (#3845)
Browse files Browse the repository at this point in the history
* docs: Add v1.12 release notes

* Also add documentation in changelog
  • Loading branch information
simonswine authored Jan 15, 2025
1 parent 5db6de1 commit 2d19e31
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/sources/release-notes/v1-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Version 1.12 release notes
menuTitle: V1.12
description: Release notes for Grafana Pyroscope 1.12
weight: 300
---

# Version 1.12 release notes

The Pyroscope team is excited to present Grafana Pyroscope 1.12.

This release contains enhancements, improves stability & performance.

Notable changes are listed below. For more details, check out the [1.12.0 changelog](https://github.com/grafana/pyroscope/compare/v1.11.0...v1.12.0).

## Enhancements

* Added metadata label query capability in v2 ([#3749](https://github.com/grafana/pyroscope/pull/3749))
* Implemented configurable symbols partitioning ([#3820](https://github.com/grafana/pyroscope/pull/3820))
* S3 storage can now configure the bucket-lookup-type ([#3788](https://github.com/grafana/pyroscope/pull/3788))

## Fixes
* String table access validation in distributor ([#3818](https://github.com/grafana/pyroscope/pull/3818))
* Several OpenTelemetry (OTel) related fixes: ([#3795](https://github.com/grafana/pyroscope/pull/3795), [#3793](https://github.com/grafana/pyroscope/pull/3793), [#3794](https://github.com/grafana/pyroscope/pull/3794))
* Config struct validation implementation ([#3837](https://github.com/grafana/pyroscope/pull/3837))
* Expanded error logging to include 400 errors ([#3832](https://github.com/grafana/pyroscope/pull/3832))

## Documentation
* Restructure Pyroscope documentation and share content ([#3798](https://github.com/grafana/pyroscope/pull/3798))
* Documentation fixes and example updates ([#3812](https://github.com/grafana/pyroscope/pull/3812), [#3806](https://github.com/grafana/pyroscope/pull/3806), [#3828](https://github.com/grafana/pyroscope/pull/3828), [#3809](https://github.com/grafana/pyroscope/pull/3809), [#3823](https://github.com/grafana/pyroscope/pull/3823))

0 comments on commit 2d19e31

Please sign in to comment.