Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Releases: thicccat688/peerberrypy

v1.9.0

09 Jan 13:24
Compare
Choose a tag to compare
  • 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

09 Nov 14:23
c36fa6f
Compare
Choose a tag to compare

v1.7.0

06 Oct 16:43
Compare
Choose a tag to compare
  • 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

07 Feb 10:21
Compare
Choose a tag to compare
  • 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.