Current Series Release Notes¶
4.6.0-46¶
New Features¶
Add ffill, bfill, full_ffill and full_bfill fill options, which back- and/or forward-fill datapoints missing in one of the series in the resulting set, see https://github.com/gnocchixyz/gnocchi/issues/1266.
The Swift storage driver can now be configured to create containers with a custom storage policy using the
swift_storage_policy
option. This allows for overriding the storage policy when using the default policy is not desirable, e.g. to limit object replication to a single region when multi-region replication is the default.