Releases: farmOS/farmOS.py
Releases · farmOS/farmOS.py
1.0.1
01 Aug 18:32
Compare
Sorry, something went wrong.
No results found
1.0.0
11 Mar 01:57
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.3
26 Jul 17:11
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.2
20 Jul 23:30
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.1
19 Mar 16:06
Compare
Sorry, something went wrong.
No results found
First beta release of v1. No changes since v1.0.0-alpha.1.
See the changelog for previous changes.
v1.0.0-alpha.2
30 Jan 02:22
Compare
Sorry, something went wrong.
No results found
v1.0.0-alpha.1
21 Jan 00:01
Compare
Sorry, something went wrong.
No results found
Includes early support for farmOS 2.x servers. Requires v1.6 or greater for OAuth.
See the changelog , updated documentation, and #39 for more info.
v0.2.0
05 Aug 19:10
Compare
Sorry, something went wrong.
No results found
Removed
Removed support for the Drupal Session Auth has been removed from the client.
Removed farm.authenticate() method (use farm.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.
Fixed
Don't make requests to /farm.json and /restws/session/token #37
Write tests for OAuth Integration #33
v0.1.6
24 Apr 19:22
Compare
Sorry, something went wrong.
No results found
Adds support for authentication with farmOS via OAuth 🎉
Fix reading complex passwords from the config file #29
Updated documentation
v0.1.6b2
04 Feb 19:43
Compare
Sorry, something went wrong.
No results found
Fix spelling of default oauth_scope config key
Use mapping protocol access instead of the Legacy get/set API for ConfigParser. Fixes bug for loading tokens from config.