Releases: NoamNol/py-strapi
Releases · NoamNol/py-strapi
v4.5.0
v4.4.0
v4.3.0
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
v4.2.0
v4.1.0
v4.0.0
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)