|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 2.0.0 (14-10-2018) |
| 3 | +## 4.0.0 (15-06-2020) |
4 | 4 |
|
5 | | -* Deprecate 1.0 WowApi |
6 | | -* Implement client credentials flow for OAuth authentication |
7 | | -* Add dronefile for testing against multiple python versions |
8 | | -* Add coverage to pytest |
9 | | -* Add logging |
| 5 | +* Deprecate Community API |
| 6 | +* Update Data & Profile API and missing endpoints |
10 | 7 |
|
11 | | -## 2.0.1 (Unreleased) |
12 | | - |
13 | | -* Add drone cloud support for CI |
14 | | -* Bump requests library to 2.20.1 |
15 | | -* Change packaging with setup.py |
16 | | - |
17 | | -## 2.1.0 (13-12-2018) |
18 | | - |
19 | | -* Add Game Data API methods |
20 | | -* Token handling per region |
21 | | - |
22 | | -## 2.2.0 (25-12-2018) |
23 | | - |
24 | | -* Add new Game Data API's |
25 | | - |
26 | | -## 2.2.1 (16-02-2019) |
27 | | - |
28 | | -* Add functionality to retry failed connections |
29 | | - |
30 | | -## 2.3.0 (06-05-2019) |
31 | | - |
32 | | -* Add profile api |
33 | | - |
34 | | -## 2.3.1 (20-05-2019) |
35 | | - |
36 | | -* Added some leeway protection against expired tokens |
37 | 8 |
|
38 | 9 | ## 3.0.0 |
39 | 10 |
|
|
78 | 49 | * new character titles endpoint |
79 | 50 | * Changes in community endpoints: |
80 | 51 | * new `get_oauth_profile` endpoint |
| 52 | + |
| 53 | + |
| 54 | +## 2.3.1 (20-05-2019) |
| 55 | + |
| 56 | +* Added some leeway protection against expired tokens |
| 57 | + |
| 58 | + |
| 59 | +## 2.3.0 (06-05-2019) |
| 60 | + |
| 61 | +* Add profile api |
| 62 | + |
| 63 | + |
| 64 | +## 2.2.1 (16-02-2019) |
| 65 | + |
| 66 | +* Add functionality to retry failed connections |
| 67 | + |
| 68 | + |
| 69 | +## 2.2.0 (25-12-2018) |
| 70 | + |
| 71 | +* Add new Game Data API's |
| 72 | + |
| 73 | + |
| 74 | +## 2.1.0 (13-12-2018) |
| 75 | + |
| 76 | +* Add Game Data API methods |
| 77 | +* Token handling per region |
| 78 | + |
| 79 | + |
| 80 | +## 2.0.1 (Unreleased) |
| 81 | + |
| 82 | +* Add drone cloud support for CI |
| 83 | +* Bump requests library to 2.20.1 |
| 84 | +* Change packaging with setup.py |
| 85 | + |
| 86 | + |
| 87 | +## 2.0.0 (14-10-2018) |
| 88 | + |
| 89 | +* Deprecate 1.0 WowApi |
| 90 | +* Implement client credentials flow for OAuth authentication |
| 91 | +* Add dronefile for testing against multiple python versions |
| 92 | +* Add coverage to pytest |
| 93 | +* Add logging |
0 commit comments