Skip to content

Releases: NoamNol/py-strapi

v4.5.0

10 Jul 12:24
Compare
Choose a tag to compare

4.5.0 (2022-07-10)

Features

  • export errors and helpers (fef1c69)

v4.4.0

05 Jul 15:45
Compare
Choose a tag to compare

4.4.0 (2022-07-05)

Features

  • don't parse response json if status code is ok (cb38078)

v4.3.0

04 Jul 13:18
Compare
Choose a tag to compare

4.3.0 (2022-07-04)

Features

  • add custom Strapi errors (f9c748c)
  • add InternalServerError exception (1f35dac)
  • change Connector interface to only include request() (21c6c34)
  • don't export helpers from init (a9e8c9d)
  • raise custom RatelimitError (4a4f82f)
  • use raise_for_response in the default connectors (e4cda98)

Bug Fixes

  • add data, error and message to StrapiAuthResponse (0863153)
  • pagination methods can not be mixed (1bb3173)

v4.2.0

27 Jun 23:40
Compare
Choose a tag to compare

4.2.0 (2022-06-27)

Features

  • export connectors and enums (321bbcc)

Bug Fixes

  • fix session in connectors (62f342b)

v4.1.0

26 Jun 12:44
Compare
Choose a tag to compare

4.1.0 (2022-06-26)

Features

  • rename StrapiConnector to Connector (01037de)

v4.0.0

25 Jun 22:08
Compare
Choose a tag to compare

4.0.0 (2022-06-25)

⚠ BREAKING CHANGES

  • rename baseurl to api_url
  • remove token parameter from authorize()
  • implement StrapiClientSync with requests lib and enable custom Connector

Features

  • add Filter enum ("$eq", "$lt"...) (7b5eada)
  • add optional token parameter to Strapi clients (3e2e797)
  • add Strapi type hints (11236da)
  • enable custom Connector in StrapiClient (e533f1f)
  • handle bad response in upsert_entry() (57c1ad8)
  • handle missing "jwt" in response (2bcc1d4)
  • implement StrapiClientSync with requests lib and enable custom Connector (81b6b00)
  • improve DefaultStrapiConnector error message (dadadb6)
  • remove token parameter from authorize() (795fb8b)
  • rename baseurl to api_url (a1df5a1)

Bug Fixes

  • fix unsupported urllib3 in python 3.10 (0dd0af5)

v3.1.1

20 Jun 10:10
Compare
Choose a tag to compare

3.1.1 (2022-06-20)

Bug Fixes

  • fix return type to support python 3.8 (18a3a44)

v3.1.0

20 Jun 08:53
Compare
Choose a tag to compare

3.1.0 (2022-06-20)

Features

  • add baseurl property to StrapiClientSync (b36071a)

v3.0.0

19 Jun 10:18
Compare
Choose a tag to compare

3.0.0 (2022-06-19)

⚠ BREAKING CHANGES

  • init pystrapi fork (#1)

Features