Skip to content

Releases: planningcenter/pco_api_ruby

Release 2.1.2

11 Jul 14:23
5cb7506
Compare
Choose a tag to compare

What's Changed

  • Fix: Don't url-encode parameters to /oauth endpoints

Included PRs

  • Don't url-encode params to oauth endpoints by @seven1m in #31

Full Changelog: v2.1.1...v2.1.2

Release 2.1.1

24 Apr 21:49
b050eea
Compare
Choose a tag to compare

What's Changed

  • Fix: Tell Faraday to use JSON for the request

Included PRs

  • Fix Circle config to use Ruby 3.1 by @seven1m in #28
  • fix(Request): Faraday request not sending JSON properly by @seven1m in #29
  • Bump version to 2.1.1 by @seven1m in #30

Full Changelog: v2.1.0...v2.1.1

Release 2.1.0

24 Apr 21:38
478a2ca
Compare
Choose a tag to compare

What's Changed

  • Chore: Use 2.x version of Faraday

Included PRs

Full Changelog: v2.0.2...v2.1.0

Release 2.0.2

10 Jan 17:19
963a645
Compare
Choose a tag to compare
  • Fix: fix bug handling 204 No Content responses

Release 2.0.1

08 Aug 17:50
Compare
Choose a tag to compare
  • Chore: Update Faraday dependency and update Faraday auth setup

Release 2.0.0

01 Mar 17:53
Compare
Choose a tag to compare
  • Feature: automatically retry when rate limited

Release 1.3.1

01 Mar 16:52
Compare
Choose a tag to compare
  • Fix: argument passing for keyword args in Ruby 3

Release 1.3.0

21 Sep 19:13
Compare
Choose a tag to compare
  • Feature: add TooManyRequests (429) error class
  • Feature: expose headers as attr on response and on error class
  • Chore: bump version of Excon

Release 1.2.2

21 Sep 19:13
Compare
Choose a tag to compare
  • Chore: fix Faraday middleware warning

Release 1.2.1

18 Nov 21:52
Compare
Choose a tag to compare
  • Chore: bump Faraday dependency versions and loosen specificity