Sha256: f50f287f81eeab539244d1be18f880d34372b5b996f81eafcb0b5f57ab056510

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

# v0.11.0 (2017-10-13)

Bug fix:
- Ensure constraints and properties are string-keyed so that they match regardless of which are used (#33)
- Be more permissive with the situations where `Rspec::Determinator` can be used (#34)
- Swallow not found errors from routemaster so determinator isn't too shouty, allow them to be tracked. (#35)

# v0.10.0 (2017-09-15)

Feature:
- Determinator can now be configured to log errors with any external service (#32)

# v0.9.1 (2017-09-14)

Bug fix:
- Fixes an issue where PR #27 missed one instance of syntactic sugar where `constraints` needed to be switched to `properties`. (#30)

# v0.9.0 (2017-09-14)

This version of Determiantor introduces some breaking changes as we move to getting the Florence ecosystem more ready for a wider audience. A 1.0.0 release will follow shortly with few additional features, but with significantly more documentation.

Breaking changes:
- When asking for a determination, you must specify the `properties` of the given actor, not the `constraints` (as `constraints` makes less sense) (#27)
- Remove siphon drain step, determinator now requires just a drain that expires caches. Also Removes the caching step for ID lookup (#24)

Features:
- Added Determinator RSpec helper (#26)
- Allows Determinator to accept both legacy and new style contraint and override specifications, for upcoming Florence API migration (#25)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
determinator-0.11.0 CHANGELOG.md