New Builder mode mainly implemented by @MicroOps-cn, huge thanks! 🎉 . See docs for details.
⚠️ Breaking change:
Fully implement /metrics
endpoint. Also /metric-payload-options
endpoint is recommended to be implemented.
TLDR for start, you can just change endpoint path from /search
to /metrics
and it should continue working.
What's Changed
- chore(deps): update dependency @grafana/eslint-config to v4 by @renovate in #312
- chore(deps): remove @typescript-eslint/eslint-plugin as direct dep by @simPod in #313
- chore(deps): update yarn to v3.2.2 by @renovate in #314
- chore(deps): update dependency @grafana/eslint-config to v5 by @renovate in #317
- chore(deps): update yarn to v3.2.3 by @renovate in #323
- chore(deps): update actions/stale action to v6 by @renovate in #328
- chore(deps): update yarn to v3.2.4 by @renovate in #329
- feat: add example server by @simPod in #330
- test: use await in tests so jest does not timeout with no reason by @simPod in #331
- chore(deps): bump loader-utils from 2.0.2 to 2.0.3 by @dependabot in #333
- chore(deps): bump terser from 5.14.1 to 5.15.1 by @dependabot in #334
- chore(deps): bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #335
- chore(deps): update yarn to v3.3.0 by @renovate in #336
- chore(deps): bump simple-git from 3.7.1 to 3.15.1 by @dependabot in #340
- New features: builder mode (like the builder mode of Prometheus). by @MicroOps-cn in #324
- chore(deps): update dependency @grafana/experimental to v1 by @renovate in #342
- chore(deps): update yarn to v3.3.1 by @renovate in #343
- chore(deps): update actions/stale action to v7 by @renovate in #344
- fix: change /options method to POST by @0xMihir in #345
- refactor: drop Format (queryType) by @simPod in #346
- ci: run eslint and prettier in CI by @simPod in #348
- refactor: drop MetricConfig.text by @simPod in #347
- refactor: improve unknown payload by @simPod in #349
- refactor: rename Beta to Experimental by @simPod in #351
- refactor: rename /options to /metric-payload-options by @simPod in #350
- refactor: reuse getMetricPayloadOptions() by @simPod in #352
- docs: drop TOC since it can be generated by @simPod in #353
- docs: use images from v0.6 in Readme by @simPod in #354
- docs: refresh setup image by @simPod in #355
- docs: use absolute paths to images by @simPod in #356
- docs: refresh builder images by @simPod in #357
- chore: add plugin-interactive-tools by @simPod in #358
- chore(deps): bump grafana eslint config to v5.1 by @simPod in #361
- docs: mention Swagger editor by @simPod in #362
- chore: raise openapi version to 3.0.3 by @simPod in #363
- ci: make renovate bump non-dev deps by @simPod in #360
- chore(deps): update dependency react-virtualized-auto-sizer to ^1.0.7 by @renovate in #364
New Contributors
- @MicroOps-cn made their first contribution in #324
- @0xMihir made their first contribution in #345
Full Changelog: v0.5.0...v0.6.0