Version 0.5.1.2
One more bugfix release in the 0.5.x branch:
- (#316) Expired tokens no more bring
IncorrectRequestError
instead ofContentAccessError
; consequently,Connection::logout()
ignoresContentAccessError
s so expired tokens don't leave the library in a "can't go-in, can't go out" state. - Jobs abandoned due to
Connection
being deleted no more cause crashes.