Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
None
role for 10.2. #76343, @eleijonmarcksort
query param for teams search endpoint. #75622, @gamabsort
query param for user and org user, search endpoints. #75229, @gamabWithContextualAttributes
to pass log params based on the given context. #74428, @svennergruseForm
to children. #73831, @javiruiz01keep
anddrop
operations. #73636, @ivanahuckovaid
field to Elastic responses to allow permalinking. #73382, @svennergr$__auto
range variable for metric queries. #72690, @ivanahuckovaunstable
package tografana-ui
. #72660, @eledobleefeBug fixes
Breaking changes
The deprecated
/playlists/{uid}/dashboards
API endpoint has been removed. Dashboard information can be retrieved from the/dashboard/...
APIs. Issue #75503The
PUT /api/folders/:uid
endpoint no more supports modifying the folder'sUID
. Issue #74684This is a breaking change as we're removing support for
Removed all components for the old panel header design. Issue [#74196](https://github.com/grafana/grafana/issues/74196)Intersection
(although it is replaced with an option that is nearly the same). Issue #74675Deprecations
Correlations created before 10.1.0 do not have an organization id assigned and are treated as global. In some rare cases, it may lead to confusing behavior described in #72259. Organization id is now added when a correlation is created. Any existing correlations without organization id will be kept intact and work as before for backward compatibility during the deprecation period that is set to 6 months after handling organization id is released. After that time, correlations without org_id (or org_id = 0 in the database) will stop showing up in Grafana.
To migrate existing correlations to handle organization id correctly:
Starting with 10.2,
parentRowIndex
is deprecated. It will be removed in a future release. From 10.2, sub-tables are supported by addingFieldType.nestedFrames
to the field that contains the nested data in your dataframe. Issue #71953Plugin development fixes & changes