Release Notes¶
2.5.1 (API 33)¶
- Added 
mkFileAsyncfunction. 
2.5.0 (API 32)¶
- Added wrangler permission.
 - Added 
addWranglerAsync,getWranglers, anddeleteWranglerfunctions. 
2.4.0 (API 31)¶
- Added 
createAPIToken,getAPITokens,getAPIToken, anddeleteAPITokenfunctions. - Added fine grained permissions.
 - Added 
permissionstogetServerInfoand tokens. - Added 
ownerTokenandownerTokenSessionto tokens, manifests, destinations, and transfers. - Interface Change Transfer 
tokenandtokenSessionfields were renamed toownerTokenandownerTokenSessionto be consistent with other objects. createTransfernow takes atokenparameter.
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_MTIMEtransfer flag to preserve timestamp. - Added 
TRANSFER_FLAG_WRITE_ONLY_NEWERtransfer flag to write only if the source file is newer. - Added 
fileTimeResolutionMicrosecondstocreateTransferto control the resolution of “only newer” transfers. - Added 
timeoutSecondstocreateTransferwhich can be set to cause transfers to fail if disconnected for long enough. - Added 
userDatatocreateTransferso that user data can be set immediately at creation time of the transfer. - Added 
permanenttocreateDestination, when set to False allows a destination to be garbage collected once all its transfers are deleted. - Added 
mtimeustolsAsync, giving microsecond modification time resolution. - Added 
modificationTimeto the result ofgetManifestFiles. 
2.2.1 (API 29)¶
- Documentation update. No API Changes
 
2.2.0 (API 29)¶
- Added ability to set 
minCipheron transfers. - Added 
limitparameter togetManifestFiles. 
2.1.0 (API 28)¶
- Added 
setLicenseAPI 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 
Jetstreamwas renamed toJetStreamand classJetstreamClientExceptionwas renamed toJetStreamClientException. The old names continue to remain valid.