Sha256: ec1702f2b85867299dff781a5c90acb23f6f4b07421c650f7308167de05610a8

Contents?: true

Size: 763 Bytes

Versions: 6

Compression:

Stored size: 763 Bytes

Contents

## 0.6.1

* Added statsd support for instrumentation.

## 0.4.0

* No longer use #id for detecting actors. You must now define #flipper_id on
  anything that you would like to behave as an actor.
* Strings are now used instead of Integers for Actor identifiers. More flexible
  and the only reason I used Integers was to do modulo for percentage of actors.
  Since percentage of actors now uses hashing, integer is no longer needed.
* Easy integration of instrumentation with AS::Notifications or anything similar.
* A bunch of stuff around inspecting and getting names/descriptions out of
  things to more easily figure out what is going on.
* Percentage of actors hash is now also seeded with feature name so the same
  actors don't get all features instantly.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flipper-0.7.0.beta3 Changelog.md
flipper-0.7.0.beta2 Changelog.md
flipper-0.7.0.beta1 Changelog.md
flipper-0.6.3 Changelog.md
flipper-0.6.2 Changelog.md
flipper-0.6.1 Changelog.md