Skip to content

2.38.2

Compare
Choose a tag to compare
@bhagwatvyas bhagwatvyas released this 11 May 19:17
· 379 commits to master since this release
72e38ef

Added

  • Support for creating notebook sessions with larger block volumes in the Data Science service
  • Support for database maintenance run patch modes in the Database service

Fixed

  • Fixed a bug where timeout=None was not respected when passed to clients. The older versions of the SDK still use the default connection timeout(10s) and read timeout(60s) when initialized with timeout=None

Changed

  • Improvement in the performance of Upload Manager for parallel uploads. This is achieved by overriding the default read size of Python HTTP client from 8192 bytes to 64 kb.