Skip to content

Commit e460905

Browse files
committed
Release v0.2.0
1 parent adb6f0d commit e460905

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
926
## [0.1.6] -- 2020-04-24
1027

1128
### Added

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="farmOS",
18-
version="0.1.6",
18+
version="0.2.0",
1919
author="farmOS team",
2020
author_email="[email protected]",
2121
description="A Python library for interacting with farmOS over API. ",

0 commit comments

Comments
 (0)