Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Releases: lablup/backend.ai-common

21.09.2

29 Dec 05:32
21.09.2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 21.09.1...21.09.2

21.03.3

04 Jul 00:54
21.03.3
Compare
Choose a tag to compare
Release v21.03.3

21.03.2

31 May 01:39
21.03.2
Compare
Choose a tag to compare

21.03.2 (2021-05-14)

Features

  • Implement coalescing of event handler invocation when there are bursts of the same events within a short period of time.
    Also improve stability of event dispatchers by inserting explicit context switches between different events.
    (#77)

Fixes

  • Refine the stability update by recategorizing KernelCancelledEvent as a creation event instead of a termination event (#70)