Skip to content

Releases: farmOS/farmOS.py

1.0.1

01 Aug 18:32
Compare
Choose a tag to compare

1.0.0

11 Mar 01:57
Compare
Choose a tag to compare

See the changelog.

v1.0.0-beta.3

26 Jul 17:11
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

See the changelog.

v1.0.0-beta.2

20 Jul 23:30
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

See the changelog.

v1.0.0-beta.1

19 Mar 16:06
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

See the changelog.

v1.0.0-alpha.1

21 Jan 00:01
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

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
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
v0.1.6b2 Pre-release
Pre-release
  • 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.