Skip to content
This repository was 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

Choose a tag to compare

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

  • @rexes-ND made their first contribution in #100

Full Changelog: 21.09.1...21.09.2

21.03.3

04 Jul 00:54
21.03.3

Choose a tag to compare

Release v21.03.3

21.03.2

31 May 01:39
21.03.2

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)