Releases: farmOS/farmOS.py
Releases · farmOS/farmOS.py
1.0.1
1.0.0
v1.0.0-beta.3
See the changelog.
v1.0.0-beta.2
See the changelog.
v1.0.0-beta.1
First beta release of v1. No changes since v1.0.0-alpha.1.
See the changelog for previous changes.
v1.0.0-alpha.2
See the changelog.
v1.0.0-alpha.1
v0.2.0
Removed
- Removed support for the Drupal Session Auth has been removed from the client.
- Removed
farm.authenticate()
method (usefarm.authorize()
instead). - Removed dependency on ConfigParser used to save default OAuth config and profiles.
- Removed support for OAuth Authorization flow. This can be completed externally of the farmOS.py library.
Added
- Add
farm.authorize()
method for consistency with OAuth and farmOS.js API. - Re-export
HTTPError
and OAuth exceptions for convenience. - Additional OAuth tests.
- Black code formatting.