Skip to content

Releases: neptune-ai/neptune-client

1.8.3rc3

19 Oct 21:53
79f6ef7
Compare
Choose a tag to compare
1.8.3rc3 Pre-release
Pre-release

Fixes

  • Added more safe checking to last ack (#1510)
  • Retry request in case of bravado RecursiveCallException (#1521)
  • Fix bug in git tracking when repo was clean (#1517)
  • Run async callback in new daemon thread (#1521)
  • Better handle bool values of git_ref param in init_run (#1525)
  • Updated management docstrings (#1500)
  • Sample logging for series errors (#1539)

Changes

  • Safety (errors suppressing) execution mode (#1503)
  • Allow to disable handling of remote signals (#1508)
  • Allow to disable deletion of local parent folder (#1511)
  • Made the disk checking more reliable for env specific errors (#1519)
  • Update Neptune object docstrings (#1516)
  • Added metadata file that stores information about internal directory structure and platform (#1526)
  • Minor tweaks to neptune.cli and cleaning leftovers after async Experiments (#1529)
  • Pin simplejson required version to below 3.19 (#1535)

1.8.3rc2

12 Oct 15:57
8e74da9
Compare
Choose a tag to compare
1.8.3rc2 Pre-release
Pre-release

neptune 1.8.3rc2

Changes

  • Made the disk checking more reliable for env specific errors (#1519)

Fixes

  • Retry request in case of bravado RecursiveCallException (#1521)
  • Fix bug in git tracking when repo was clean (#1517)

1.8.3rc1

11 Oct 16:22
e51b3f4
Compare
Choose a tag to compare
1.8.3rc1 Pre-release
Pre-release

Changes

  • Safety (errors suppressing) execution mode (#1503)
  • Allow to disable handling of remote signals (#1508)
  • Allow to disable deletion of local parent folder (#1511)

Fixes

  • Added more safe checking to last ack (#1510)
  • Retry request in case of bravado RecursiveCallException (#1521)

1.8.3rc0

10 Oct 16:13
fe60077
Compare
Choose a tag to compare
1.8.3rc0 Pre-release
Pre-release

What's Changed

Full Changelog: 1.8.2...1.8.3rc0

1.8.2

10 Oct 09:15
e88c3e5
Compare
Choose a tag to compare

Changes

  • Support for disabling operation saving based on disk utilization (#1496)

1.8.1

09 Oct 12:04
04bd984
Compare
Choose a tag to compare

Fixes

  • Fixed SSL-related error handling (#1490)

1.8.0

05 Oct 13:13
3f3c0fd
Compare
Choose a tag to compare

Features

  • Programmatically delete trashed neptune objects (#1475)
  • Added support for callbacks that stop the synchronization if the lag or lack of progress exceeds a certain threshold (#1478)

Changes

  • Add support for retry-after header in HTTPTooManyRequests (#1477)
  • Bump boto3 required version to speed up installation via poetry (#1481)

Fixes

  • Add newline at the end of generated .patch while tracking uncommitted changes (#1473)
  • Clarify NeptuneLimitExceedException error message (#1480)

1.8.0rc1

04 Oct 13:28
17ce5e9
Compare
Choose a tag to compare
1.8.0rc1 Pre-release
Pre-release

Features

  • Added support for callbacks that stop the synchronization if the lag or lack of progress exceeds a certain threshold (#1478)

Fixes

  • Add newline at the end of generated .patch while tracking uncommitted changes (#1473)
  • Clarify NeptuneLimitExceedException error message (#1480)

Changes

  • Bump boto3 required version to speed up installation via poetry (#1481)

1.8.0rc0

03 Oct 08:37
463ce96
Compare
Choose a tag to compare
1.8.0rc0 Pre-release
Pre-release

Features

  • Added support for callbacks that stop the synchronization if the lag or lack of progress exceeds a certain threshold (#1478)

Fixes

  • Add newline at the end of generated .patch while tracking uncommitted changes (#1473)
  • Clarify NeptuneLimitExceedException error message (#1480)

1.7.0

26 Sep 12:05
7404e86
Compare
Choose a tag to compare

neptune 1.7.0

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)