Skip to content

0.16

Compare
Choose a tag to compare
@nolar nolar released this 18 Aug 22:14
3a127e5

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", but event['type']==None). The watching continues from the resource-version of the list, as it must be by design. #105