Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit d47d262

Browse files
committed
release: 20.09.0a2
1 parent 6aeecf7 commit d47d262

File tree

9 files changed

+18
-8
lines changed

9 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ Changes
1616

1717
.. towncrier release notes start
1818

19+
20.09.0a2 (2020-10-30)
20+
----------------------
21+
22+
### Features
23+
* Add `backend.ai ssh` and `backend.ai scp` command which provides transparent wrappers of `ssh` and `scp` against the given compute session ([#138](https://github.com/lablup/backend.ai-client-py/issues/138))
24+
25+
### Fixes
26+
* Improve error message output when the server responds with invalid API parameter errors, when it only sends generic text-only error messages. ([#136](https://github.com/lablup/backend.ai-client-py/issues/136))
27+
* Fix naming and defaults of new vfolder creation parameters `cloneable` and `quota` (added in APIv6) for both the functional SDK and the CLI arguments ([#137](https://github.com/lablup/backend.ai-client-py/issues/137))
28+
* Fix a wrong argument name in `vfolder update-options` cli command ([#139](https://github.com/lablup/backend.ai-client-py/issues/139))
29+
* Fix regression of the `admin vfolders` command since introduction of paginated GraphQL queries ([#140](https://github.com/lablup/backend.ai-client-py/issues/140))
30+
* Update aiohttp to 3.7.2 to fix [an upstream issue](https://github.com/aio-libs/aiohttp/issues/5149) related to fallback of `sendfile()` with uvloop ([#143](https://github.com/lablup/backend.ai-client-py/issues/143))
31+
32+
### Miscellaneous
33+
* Update dependencies (including aiohttp 3.7.1) and CI workflows to use `towncrier.check` instead of the psf-chronogrphaer app ([#142](https://github.com/lablup/backend.ai-client-py/issues/142))
34+
35+
1936
20.09.0a1 (2020-10-06)
2037
----------------------
2138

changes/136.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/137.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/138.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/139.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/140.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/142.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/143.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/ai/backend/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*session.__all__,
77
)
88

9-
__version__ = '20.09.0a1'
9+
__version__ = '20.09.0a2'
1010

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)