Skip to content

Commit

Permalink
release: 22.09.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 30, 2022
1 parent 44996ce commit 2aa4ce3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ Changes

<!-- towncrier release notes start -->

## 22.09.0b5 (2022-08-30)

### Features
* Refactor `decrypt_payload()` as a middleware so that applied to `web_handler()` and `login_handler()` ([#626](https://github.com/lablup/backend.ai/issues/626))
* Preserve the given `reason` value even when a kernel is force-terminated with a fallback to `force-terminated` ([#681](https://github.com/lablup/backend.ai/issues/681))
* 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))
* Do not remove lock file when FileLock does not have lock. ([#676](https://github.com/lablup/backend.ai/issues/676))
* Make the Web-UI login work again by fixing missing decrypted payloads as JSON (a regression of #626) ([#689](https://github.com/lablup/backend.ai/issues/689))


## 22.09.0b4 (2022-08-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.09.0b4
22.09.0b5
1 change: 0 additions & 1 deletion changes/613.fix.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/676.fix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/689.fix

This file was deleted.

0 comments on commit 2aa4ce3

Please sign in to comment.