CHANGELOG

This project follows Semantic Versioning.

v0-3-1-2022-06-27

v0.3.1 - 2022-06-27

fixed

Fixed

  • Handling bucket creation response's schema type field

v0-3-0-2022-06-13

v0.3.0 - 2022-06-13

breaking-functional-change

Breaking functional change

When calling InfluxEx.Buckets.create/3 we would default shard group duration values. In this release that no longer happens and you will to explicitly set those values.

InfluxEx.Buckets.create(client, "my-bucket", group_shard: true)

changes

Changes

  • Now required to enabled group shards when creating buckets

added

Added

  • Added :group_shard option to InfluxEx.Buckets.create_bucket_opt()

fixed-1

Fixed

v0-2-1-2022-05-27

v0.2.1 - 2022-05-27

added-1

Added

  • Support for integer, boolean, and string field types (@djcarpe)
  • Support unix timestamp ranges in Flux query

misc

Misc

  • Documentation fixes (@djcarpe)

v0-2-0-2022-05-23

v0.2.0 - 2022-05-23

Breaking change: Mojito library was deprecated, so we removed first class support for it. This will effect your dependencies.

We have decided to use the Req as it is built on top of Finch and allows us to keep the default API simple.

To upgrade you will need to remove :mojito from you dependencies are replace it with {:req, "~> 0.2.2}, if you are using the default HTTP client that InfluxEx uses. If you're using a custom HTT client you can ignore this and safely update.

changed

Changed

  • Removed support for Mojito HTTP library
  • The InfluxEx.HTTP.Req client is the default client used by InfluxEx

added-2

Added

removed

Removed

  • InfluxEx.HTTP.Mojito

v0-1-1-2022-05-19

v0.1.1 - 2022-05-19

fixed-2

Fixed

v0-1-0-2022-05-12

v0.1.0 - 2022-05-12

Initial release!