Skip to content

Latest commit

 

History

History
86 lines (56 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

86 lines (56 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format of this file is based on Keep a Changelog.

Please note that while we use Semantic Versioning for the providers repository as a whole, individual crates published from this repository may skip versions to stay in lockstep with the other crates. This means that individual crates do not strictly follow SemVer although their versioning remains compatible with SemVer, i.e. they will not contain breaking changes if the major version hasn't changed.

unreleased

[1.0.0-beta.13] - 2024-03-01

  • Updated dependencies

[1.0.0-beta.12] - 2024-02-23

  • Updated dependencies

[1.0.0-beta.11] - 2024-02-09

  • Updated dependencies

[1.0.0-beta.8] - 2024-02-05

  • Updated dependencies

[1.0.0-beta.7] - 2024-01-05

  • Fix new clippy warnings to pass a stricter CI

[1.0.0-beta.6]

  • Updated dependencies

[1.0.0-beta.4]

Added

  • Added provider for Parseable.

[1.0.0-beta.3] - 2023-06-14

  • Prometheus provider: decrease step size in order to add more details to lines in graphs.

Added

  • Added provider for Parseable.
  • Added support for ArrayField schema specification. As long as T has a QuerySchema derive, you can use Vec<T> in structs that derive QuerySchema. Serialization to URL-encoded query uses the "bracket" notation. (#31)

Changed

  • The Elasticsearch and Loki providers have been upgraded to the latest provider protocol.
  • Use less confusing placeholders for the configuration schema of the Cloudwatch provider.
  • Rename Event in the providers module to ProviderEvent (#28)
  • Providers set up their own panic handlers to provide better information in case of panics (instead of letting WASM runtime default panic handling setup) (#35)

Fixed

  • Fixed required fields in schemas generated using the QuerySchema macro.
  • Fixed support for the checked_by_default and supports_suggestions annotations in the ConfigSchema and QuerySchema macros.
  • Fixed lacking create_cells() implementation for Elasticsearch and Loki providers

[1.0.0-beta.1] - 2023-02-14

Added

  • Initial release of the Fiberplane Providers and PDK.
  • Amazon Web Services (AWS) Cloudwatch provider.