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

Commit f7bb503

Browse files
committed
Update changelog and bump version to 19.09.1
1 parent 94d4b75 commit f7bb503

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changes
22
=======
33

4+
19.09.1 (2019-10-15)
5+
--------------------
6+
7+
* OPTIMIZE: vfolder downloads and application proxies are faster to transfer large files due to increased
8+
network buffer sizes.
9+
10+
* FIX: The kernel/vfolder download APIs now uses the default event loop executor for file write
11+
operations which reduces latency jitters in user async applications that embeds this SDK.
12+
13+
* FIX: Remove a wrong default for the ``--list-all`` option of the ``backend.ai vfolder list`` command.
14+
15+
* DOCS: Add manuals for SSH/SFTP usage.
16+
417
19.09.0 (2019-10-07)
518
--------------------
619

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__, # noqa
77
]
88

9-
__version__ = '19.09.1.dev0'
9+
__version__ = '19.09.1'
1010

1111

1212
def get_user_agent():

0 commit comments

Comments
 (0)