Changes
- Removed support for Python 3.8 (#105)
Added
- Added
projects.list_projects()
method to list projects accessible to the current user (#97)
Fixed
- Fixed retry behavior on encountering a
NeptuneRetryableError
(#99) - Fixed batching of metrics when logged with steps out of order (#91)
Chores
- Not invoking
on_error_callback
on encountering 408 and 429 HTTP statuses (#110)
Full Changelog: 0.8.0...0.9.0-beta.0