Skip to content

Commit

Permalink
release: 22.03.14
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 30, 2022
1 parent 3c45b9e commit 58c5c0b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Changes

<!-- towncrier release notes start -->

## 22.03.14 (2022-08-30)

### Features
* Elaborate messaging of `InstanceNotAvailable` errors and log it inside the `status_data` column as the `scheduler.msg` JSON field ([#643](https://github.com/lablup/backend.ai/issues/643))
* Enable the asyncio debug mode when our debug mode is enabled (e.g., `--debug`) and replace `aiomonitor` with `aiomonitor-ng` ([#688](https://github.com/lablup/backend.ai/issues/688))

### Fixes
* Accept both string field names and `FieldSpec` instances in the Client SDK's functional API wrappers ([#613](https://github.com/lablup/backend.ai/issues/613))


## 22.03.13 (2022-08-18)
* A follow-up hotfix for [#664](https://github.com/lablup/backend.ai/issues/664)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.03.13
22.03.14
1 change: 0 additions & 1 deletion changes/613.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/643.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/688.feature.md

This file was deleted.

0 comments on commit 58c5c0b

Please sign in to comment.