Skip to content

Releases: palkan/influxer

Rails 7 and Ruby 3 support.

24 Jan 18:18
Compare
Choose a tag to compare
  • Update gem influxdb
  • Fixes rails 7 deprecation
  • Ruby3 supporting. (Fixes keyword arguments)

v1.3.0

14 Jan 16:25
Compare
Choose a tag to compare

Fixed client configuration using anyway_config v2. Increasing the version of anyway_config.

v 1.2.2

27 Oct 17:22
Compare
Choose a tag to compare

Fixed bugs

  • #49 Cache configure
  • #47 Delete data when retention policy is set for a metric

Added a new configuration key "cache_enabled"

!WARNING!

Configuration key - cache with value true

cache: true

Throws an exception when trying to write data to the cache.
You can configure the cache using parameters (key - value), for example

cache:
  expires_in: 600

or use new key cache_enabled

cache_enabled: true

This was changed in #50

I also found that the value true stopped working with version anyway_config >= 2 in previous versions.

v 1.2.1

09 Jul 19:16
Compare
Choose a tag to compare

Added method .timezone(val) for supporting time zone clause.

SomeMetrics.soffset(10).timezone("Europe/Berlin")