Sha256: b3e4cc7351f300300fde558ae557f678e7f891eded38f5857fa4979ac4e60e22
Contents?: true
Size: 708 Bytes
Versions: 3
Compression:
Stored size: 708 Bytes
Contents
## 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flipper-0.6.0 | Changelog.md |
flipper-0.5.0 | Changelog.md |
flipper-0.4.0 | Changelog.md |