Skip to content

Releases: closeio/closeio-api

v2.1

25 Jul 17:50
48d1503
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.1

v2.0

06 Apr 20:22
8dd7fa3
Compare
Choose a tag to compare

Changes in this release:

  • update 429 handling to use response headers rather than the json body
  • (Breaking Change) Drop python 2 support
  • Other minor or project-internal changes (update pytest, test on more recent python 3 versions, etc)

v1.4

30 Dec 14:34
b5c7dca
Compare
Choose a tag to compare

This release fixes how the client handles 204 API responses (#108).

v1.3

10 Jun 20:55
e24601c
Compare
Choose a tag to compare

This PR adds retries functionality for 502, 503, and 504 status codes

v1.1

22 Feb 22:01
Compare
Choose a tag to compare

This release changes the base URL for the Close API from https://app.close.io/api/v1/ to https://api.close.com/api/v1/

v1.0

08 May 19:49
Compare
Choose a tag to compare

We're happy to publish a stable v1.0 of our Close.io API wrapper! The main highlights of this release are:

  • Significantly improved code quality, clarity, and documentation.
  • Automatic retrying of rate-limited requests.
  • Breaking change: Removal of the asynchronous code. If you relied on our async=True flag in the past, you'll have to refactor your application. You can choose to run multiple concurrent api.get/post/put/delete requests via threading, multiprocessing, concurrent.futures, gevent, etc., depending on your specific use case and environment.

v0.5

24 Jan 20:40
Compare
Choose a tag to compare
  • Fixed adding a trailing slash for GET requests.
  • Several fixes to the lead merge script.
  • Dropped flawed Python v3.x support.
  • Added script deleting tasks for inactive users.

v0.4

24 Jan 20:35
Compare
Choose a tag to compare
remove six from setup, bump version