This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Releases: lablup/backend.ai-common
Releases · lablup/backend.ai-common
21.09.2
What's Changed
- Migrate file-based lock code from storage-proxy package by @kyujin-cho in #98
- Removed unreachable statement by @rexes-ND in #100
New Contributors
Full Changelog: 21.09.1...21.09.2
21.03.3
21.03.2
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)