This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Releases: thicccat688/peerberrypy
Releases · thicccat688/peerberrypy
v1.9.0
- Set group_guarantee argument in get_loans function to default to True, ensuring all guaranteed loans are returned by default.
- Reworking session for HTTP requests to the Peerberry API (Credit to @rafalkrupinski).
v1.8.0
- Fix get_loans_page() method functools bug (Credit to @rafalkrupinski).
v1.7.0
- Change return types to include more data for specific endpoints.
- Type hint fixes and backward compatibility for Python 3.8 and earlier.
- Change numeric datatypes to use decimal.Decimal for improved accuracy and precision.
- CI/CD matrixes and testing changes.
All credit goes to @rafalkrupinski for these contributions.
v1.5.3
- Bypass CloudFlare protections for Peerberry API.
- Allow supplying access token to boot up session immediately without needing to login.
- Fixed and reworked loan and investment filters.
- More validations and more explicit function arguments.