0.16
Originally released on 2019-06-14 09:18:57+00:00 (link).
New features:
- Resource "resuming" handlers
@kopf.on.resume
for threads/tasks. #105
Internal changes:
- Tests and docs for RBAC status codes for peering. #95
- Handlers are de-duplicated if registered twice and both do match the event/cause. #105
- The initial listing of objects is done separately from watching the objects, and is fed into the reactor differently (not
event['type']=="ADDED"
, butevent['type']==None
). The watching continues from the resource-version of the list, as it must be by design. #105