Skip to content

Releases: edg-l/paypal-rs

v0.2.3

11 Nov 09:34
v0.2.3
02bc81a
Compare
Choose a tag to compare

v0.2.2

21 Sep 18:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Sep 09:53
Compare
Choose a tag to compare

What's Changed

Maintenance update

  • Update serde_with requirement from 1.14.0 to 2.0.0 by @dependabot in #9
  • Update serde_qs requirement from 0.9.2 to 0.10.1 by @dependabot in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Jul 06:21
c1434ad
Compare
Choose a tag to compare

What's Changed

  • Reworked the whole API design to use the Endpoint trait which allows for external developers to create not yet implemented paypal endpoints.
  • Update models to correspond to the actual PayPal responses by @twistedfall in #2
  • Allow switching to rustls TLS implementation by @twistedfall in #3
  • Improve usability of predefined Money constructors by @twistedfall in #4
  • Fix Order parsing error by @LEXUGE in #5
  • country_code is missing for my request in the sandbox environment by @twistedfall in #6
  • Add more fields to the refund object by @twistedfall in #7

New Contributors

Full Changelog: 0.1.0...v0.2.0

v0.2.0-alpha.7

27 Apr 07:27
c31ad73
Compare
Choose a tag to compare
v0.2.0-alpha.7 Pre-release
Pre-release

What's Changed

  • Update models to correspond to the actual PayPal responses by @twistedfall in #2
  • Changed the whole design around api requests.

New Contributors

Full Changelog: 0.2.0-alpha.3...v0.2.0-alpha.7

0.2.0-alpha.3

08 Jan 15:07
cce72ed
Compare
Choose a tag to compare
0.2.0-alpha.3 Pre-release
Pre-release

Removed boxed errors.