- Fix missing date object/header when making websocket requests.
- run command: Show the name and URL of files generated by the kernel.
- Upgrade aiohttp to v3.1 series, which introduces bugfixes and improvements in websocket handling.
1.3.0
Not secure
------------------
- Add support for BACKEND_VFOLDER_MOUNTS environment variable. (21) This allows use of auto-mounted vfolders when using 3rd-party integrations such as Jupyter notebook. The format is a list of comma-separated strings for the vfolder names.
- Individual API Function objects such as Kernel can now have individual APIConfig objects via optional "config" parameters to static/class methods and the per-instance config attribute. (20)
- Improve vfolder CLI command outputs.
- Improve scripting support: all CLI commands that fail now return exit code 1 explicitly.
1.2.1
Not secure
------------------
- BackendError is now normal Exception, not BaseException. This was a mistake in the early stage of development.
1.2.0
Not secure
------------------
- Fixed vfolder upload API to work with aiohttp v3.
- "vfolder upload" command can now upload multiple files.
1.1.11
Not secure
-------------------
- Change StreamPty methods to become coroutines to match with aiohttp v3 API changes.
1.1.10
Not secure
-------------------
- Fix file upload handling in the asyncio version.
- Stringifying exception classes now use the output of "repr()".