semanticscholar-0.8.4
Enhancements
- Replaced debug parameter with Python's standard logging in DEBUG level. (d5bfa38)
- Added specific exceptions for requests responses:
InternalServerErrorException
(HTTP Status 500),GatewayTimeoutException
(HTTP Status 504), andServerErrorException
(base class for HTTP Status 5xx). (298997f)
Deprecations
- Deprecated
debug
parameter. (d5bfa38)
Full Changelog: v0.8.2...v0.8.4