* IMPROVE: vfolders now have their creators information and relevant GQL queries include them. * FIX/IMPROE: Improve scaling-group related queries. * FIX: An error when returning resource presets after creation * FIX: Ensure "USER root" for auto-generated imported image since some images (e.g., NGC Matlab) use custom user IDs. * MAINTENANCE: Update dependencies and pin trafaret to v1.2.x since its new v2.0 release breaks the backward compatibility.
19.09.4
--------------------
* OPTIMIZE: Large file transfers are 20% to 3x faster via vfolder download API and SFTP by increasing the network buffer sizes. * FIX: Wrong content-encoding header in the vfolder download API
19.09.3
--------------------
* FIX: ManagerStatus check error during startup when clean installed. * FIX: Usage API reports wrong data due to internal reuse of list objects which should have been copied. * FIX: Passing stringified bool values to boolean API parameters (e.g., "yes", "1", "no", "0", etc.)
19.09.2
--------------------
* FIX: Use the canonical, normalized version number for the backend.ai-common setup dependency to silence pip warnings during installation.
19.09.1
--------------------
* FIX: Regression of code execution API due to internal manager-to-agent RPC argument ordering. You MUST update the agent to 19.09.1 as well!
19.09.0
--------------------
* FIX: Reconnection and cancellation of manager status watchers. Now the manager survives etcd restarts. * FIX: Deprecate `ManagerStatus.PREPARING` and `ManagerStatus.TERMINATED` with relevant updates for HA setup * FIX: Wrap more Redis operations in GQL resolvers with retries