Releases: palkan/influxer
Releases · palkan/influxer
Rails 7 and Ruby 3 support.
- Update gem
influxdb
- Fixes rails 7 deprecation
- Ruby3 supporting. (Fixes keyword arguments)
v1.3.0
Fixed client configuration using anyway_config v2. Increasing the version of anyway_config.
v 1.2.2
Fixed bugs
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
Added method .timezone(val)
for supporting time zone clause.
SomeMetrics.soffset(10).timezone("Europe/Berlin")