File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.0] -- 2020-08-05
10
+ ### Removed
11
+ - Removed support for the Drupal Session Auth has been removed from the client.
12
+ - Removed ` farm.authenticate() ` method (use ` farm.authorize() ` instead).
13
+ - Removed dependency on ConfigParser used to save default OAuth config and profiles.
14
+ - Removed support for OAuth Authorization flow. This can be completed externally of the farmOS.py library.
15
+
16
+ ### Added
17
+ - Add ` farm.authorize() ` method for consistency with OAuth and farmOS.js API.
18
+ - Re-export ` HTTPError ` and OAuth exceptions for convenience.
19
+ - Additional OAuth tests.
20
+ - [ Black] ( https://black.readthedocs.io/en/stable/ ) code formatting.
21
+
22
+ ### Fixed
23
+ - Don't make requests to ` /farm.json ` and ` /restws/session/token ` [ #37 ] ( https://github.com/farmOS/farmOS.py/issues/37 )
24
+ - Write tests for OAuth Integration [ #33 ] ( https://github.com/farmOS/farmOS.py/issues/33 )
25
+
9
26
## [ 0.1.6] -- 2020-04-24
10
27
11
28
### Added
Original file line number Diff line number Diff line change 15
15
16
16
setuptools .setup (
17
17
name = "farmOS" ,
18
- version = "0.1.6 " ,
18
+ version = "0.2.0 " ,
19
19
author = "farmOS team" ,
20
20
21
21
description = "A Python library for interacting with farmOS over API. " ,
You can’t perform that action at this time.
0 commit comments