Skip to content

fiat 0.45.0

Compare
Choose a tag to compare
@ajordens ajordens released this 18 Jun 18:02
· 778 commits to master since this release
6635f01
fix(core): Remove the circular dependency on `clouddriver` (#234)

This PR makes use of the locking support in `kork` and removes a
dependency on `clouddriver:cats-redis`.

Redis usage has migrated to the `RedisClientDelegate` which in theory
opens us up to using dynomite at Netflix.

BREAKING CHANGE

Introduces a new config fiat.writeMode.syncFailureDelayMs as a means
of controlling the lock delay on failure vs success of a sync. This was
previously managed by redis.poll.errorIntervalSeconds.