Release Notes¶
2.3.1 (API 30)¶
- No API Changes
2.3.0 (API 30)¶
- Interface Change Renamed the various overwrite modes to make them clearer and safer to use.
- Added
TRANSFER_FLAG_WRITE_MTIME
transfer flag to preserve timestamp. - Added
TRANSFER_FLAG_WRITE_ONLY_NEWER
transfer flag to write only if the source file is newer. - Added
fileTimeResolutionMicroseconds
tocreateTransfer
to control the resolution of “only newer” transfers. - Added
timeoutSeconds
tocreateTransfer
which can be set to cause transfers to fail if disconnected for long enough. - Added
userData
tocreateTransfer
so that user data can be set immediately at creation time of the transfer. - Added
permanent
tocreateDestination
, when set to False allows a destination to be garbage collected once all its transfers are deleted. - Added
mtimeus` to ``lsAsync
, giving microsecond modification time resolution. - Added
modificationTime
to the result ofgetManifestFiles
.
2.2.1 (API 29)¶
- Documentation update. No API Changes
2.2.0 (API 29)¶
- Added ability to set
minCipher
on transfers. - Added
limit
parameter togetManifestFiles
.
2.1.0 (API 28)¶
- Added
setLicense
API function. - Added support for Python 3.
- Include the platform name in
getServerInfo
.
2.0.2 (API 27)¶
- No API Changes
2.0.1 (API 27)¶
- Documentation update. No API Changes
2.0.0 (API 27)¶
- Python API class
Jetstream
was renamed toJetStream
and classJetstreamClientException
was renamed toJetStreamClientException
. The old names continue to remain valid.