Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 863 Bytes

relnotes.md

File metadata and controls

16 lines (9 loc) · 863 Bytes

ver 0.9.15 - 2017-10-04

Auto-compaction for CouchDB evictor. Just call lambdaroyal.memory.eviction.couchdb/schedule-compaction with parameters _eviction-channel and context, this starts the eviction right away and recurs this everyday midnight

ver0.9.2 - 2017-04-14

Adding attribute indexes dynamically at runtime. Refer to context namespace

ver0.9 - 2017-02-10

EvictorChannel protocol changed

ATTENTION Evictor Channels are not backward compatible to ver < 0.9 The respective delete function must incooperate a additional parameter that denotes the user value of the association that was just deleted, rather than only the the collection key and the keyval key

CouchDB EvictorChannel does not stop default on failed retries anymore. Set atom lambdaroyal.memory.eviction.couchdb/stop-on-fatal to true iff you desire the old behaviour