Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
1.7.0rc1
Features
- Added support for
airflow
integration (#1466)
Changes
- Add handling of project limits (#1456)
- Language and style improvements (#1465)
Fixes
- Fix exception handling in
ApiMethodWrapper.handle_neptune_http_errors
(#1469)
- Fix race condition between close and flush in disk queue (#1470)
1.7.0rc0
Features
- Added support for
airflow
integration (#1466)
Changes
- Add handling of project limits #1456
Fixes
- Fix exception handling in
ApiMethodWrapper.handle_neptune_http_errors
(#1469)
1.6.3
Fix token expired exception arguments error #1464
expose _state attribute with a getter method #1463
Bump actions/checkout from 3 to 4 #1455
1.6.2
Changes
- Identify client's artifact supported version by adding
X-Neptune-Artifact-Api-Version
header to get artifact attribute request (#1436)
- Import
JSONDecodeError
from simplejson
instead of requests
#1451
Fixes
- Cast integers outside 32 bits to float in
stringify_unsupported()
(#1443)
1.6.2rc1
Changes
- Import
JSONDecodeError
from simplejson
instead of requests
#1451
1.6.2rc0
Changes
- Identify client's artifact supported version by adding
X-Neptune-Artifact-Api-Version
header to get artifact attribute request (#1436)
- Enhance the logic for importing exceptions from
request
#1434
Fixes
- Cast integers outside of 32 bits to float in
stringify_unsupported()
(#1443)
1.6.1
Fixes
- Fixed conda package due to improper non-required backoff requirement (#1435)
1.6.0
neptune 1.6.0
Features
- Added
list_fileset_files()
method to list files and directories contained in FileSet
field (#1412)
Fixes
- Fixed
stringify_unsupported
not catching a broader MutableMapping
class (#1427)
- Cast keys in the resulting dictionary to string in
stringify_unsupported
(#1427)
- Fixed an issue where data was sometimes not uploaded in case the initial request to the Neptune servers failed (#1429)
1.5.0
Features
- Users can pass neptune data directory path by env variable (#1409)
- Filter S3 empty files and exclude metadata from computing of file's hash for new version of artifacts (#1421)
Fixes
- Load CLI plug-ins in try..except block to avoid a failure in loading a plug-in to crash entire CLI (#1392)
- Fixed cleaning operation storage when using
sync
mode and forking (#1413)
- Fix FileDependenciesStrategy when the dependency file is in a folder (#1411)
- Fixed cleaning operation storage when using
async
mode and forking (#1418)
Changes
- Allow disabling Git tracking by passing
git_ref=False
(#1423)
1.5.0rc1
Features
- Users can pass neptune data directory path by env variable (#1409)
Fixes
- Load CLI plug-ins in try..except block to avoid a failure in loading a plug-in to crash entire CLI (#1392)
- Fixed cleaning operation storage when using
sync
mode and forking (#1413)
- Fix FileDependenciesStrategy when the dependency file is in a folder (#1411)
- Fixed cleaning operation storage when using
async
mode and forking (#1418)