-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
603365c
commit 86e14ac
Showing
2 changed files
with
43 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,133 +1,137 @@ | ||
## 0.12.5 / 2022-10-13 | ||
|
||
- Compatible import - @Tilo-K | ||
|
||
## 0.12.4 / 2020-02-07 | ||
|
||
* Add character and item relations to LogHeal - @jgrinaveckis | ||
- Add character and item relations to LogHeal - @jgrinaveckis | ||
|
||
## 0.12.3 / 2020-01-09 | ||
|
||
* Fix PingQuality capitalization - @Koyah | ||
- Fix PingQuality capitalization - @Koyah | ||
|
||
## 0.12.2 / 2019-10-23 | ||
|
||
* Sync with V15.2.0 - @glmn | ||
- Sync with V15.2.0 - @glmn | ||
|
||
## 0.12.1 / 2019-10-04 | ||
|
||
* Sync with V15.0.0 - @glmn | ||
* Add weapon mastery endpoint - @glmn | ||
- Sync with V15.0.0 - @glmn | ||
- Add weapon mastery endpoint - @glmn | ||
|
||
## 0.12.0 / 2019-09-25 | ||
|
||
* Sync with V14.2.0 - @glmn | ||
- Sync with V14.2.0 - @glmn | ||
|
||
## 0.11.5 / 2019-09-16 | ||
|
||
* Sync with API known issues - @glmn | ||
- Sync with API known issues - @glmn | ||
|
||
## 0.11.4 / 2019-09-16 | ||
|
||
* Add unit tests - @glmn | ||
- Add unit tests - @glmn | ||
|
||
## 0.11.3 / 2019-09-10 | ||
|
||
* Fix release workflow - @glmn | ||
- Fix release workflow - @glmn | ||
|
||
## 0.11.2 / 2019-09-10 | ||
|
||
* User proper BASE_URL - @glmn | ||
- User proper BASE_URL - @glmn | ||
|
||
## 0.11.1 / 2019-09-07 | ||
|
||
* Fix exception kwargs - @glmn | ||
- Fix exception kwargs - @glmn | ||
|
||
## 0.11.0 / 2019-09-02 | ||
|
||
* Add ratelimit context to RateLimitError instance (rl_limit, rl_reset) | ||
- Add ratelimit context to RateLimitError instance (rl_limit, rl_reset) | ||
|
||
## 0.10.1 / 2019-09-02 | ||
|
||
* Fix deserialization for nested items | ||
- Fix deserialization for nested items | ||
|
||
## 0.10.0 / 2019-09-02 | ||
|
||
* Sync domain classes/telemetry data with latest API changes (synced with V14.1.0) | ||
- Sync domain classes/telemetry data with latest API changes (synced with V14.1.0) | ||
|
||
## 0.9.0 / 2019-09-01 | ||
|
||
* Add leaderboards support | ||
- Add leaderboards support | ||
|
||
## 0.8.2 / 2019-09-01 | ||
|
||
* Fix attributes for season stats (solo, solo_fpp, duo, duo_fpp, squad, squad_fpp) | ||
- Fix attributes for season stats (solo, solo_fpp, duo, duo_fpp, squad, squad_fpp) | ||
|
||
## 0.8.1 / 2019-09-01 | ||
|
||
* Fix dict/list relationship lookup | ||
- Fix dict/list relationship lookup | ||
|
||
## 0.8.0 / 2019-09-01 | ||
|
||
* Add seasons support - @ramonsaraiva / @edvoinea | ||
- Add seasons support - @ramonsaraiva / @edvoinea | ||
|
||
## 0.7.0 / 2019-08-29 | ||
|
||
* Beta version and classifiers update | ||
- Beta version and classifiers update | ||
|
||
## 0.6.3 / 2019-08-28 | ||
|
||
* Update/add telemetry events - @zmagajna | ||
- Update/add telemetry events - @zmagajna | ||
|
||
## 0.6.2 / 2019-08-13 | ||
|
||
* Add damage_causer_name in LogPlayerKill event - @junhan-z | ||
- Add damage_causer_name in LogPlayerKill event - @junhan-z | ||
|
||
## 0.6.1 / 2019-07-10 | ||
|
||
* Add LogItemPickupFromCarepackage - @jandaluz1 | ||
- Add LogItemPickupFromCarepackage - @jandaluz1 | ||
|
||
## 0.6.0 / 2019-05-06 | ||
|
||
* Update parachute landing telemetry event - @jandaluz1 | ||
* Add region independent shards - @divomen | ||
- Update parachute landing telemetry event - @jandaluz1 | ||
- Add region independent shards - @divomen | ||
|
||
## 0.5.0 / 2019-01-02 | ||
|
||
* Add new telemetry events - @dzen | ||
- Add new telemetry events - @dzen | ||
|
||
## 0.4.1 / 2018-09-18 | ||
|
||
* Add `long_description` to `setup.py` so PyPI is aware of it | ||
- Add `long_description` to `setup.py` so PyPI is aware of it | ||
|
||
## 0.4.0 / 2018-07-15 | ||
|
||
* Add tournaments endpoint | ||
- Add tournaments endpoint | ||
|
||
## 0.3.4 / 2018-07-14 | ||
|
||
* Add blue zone custom options telemetry object | ||
- Add blue zone custom options telemetry object | ||
|
||
* Add missing attributes from V1.2.0, V1.3.0, V1.4.0 | ||
- Add missing attributes from V1.2.0, V1.3.0, V1.4.0 | ||
|
||
* Remove deprecated data from V2.0.0 | ||
- Remove deprecated data from V2.0.0 | ||
|
||
## 0.3.3 / 2018-07-11 | ||
|
||
* Remove _V key from V2.0.0 - @wookienz | ||
- Remove \_V key from V2.0.0 - @wookienz | ||
|
||
* Add implementation of new telemetry events - @Tetraquark | ||
- Add implementation of new telemetry events - @Tetraquark | ||
|
||
## 0.3.1 / 2018-06-09 | ||
|
||
* Add timeout to requests - @vgustov | ||
- Add timeout to requests - @vgustov | ||
|
||
## 0.3.0 / 2018-06-07 | ||
|
||
* Add is_custom to Match - @vgustov | ||
- Add is_custom to Match - @vgustov | ||
|
||
* Add latest telemetry events - @fatihsucu | ||
- Add latest telemetry events - @fatihsucu | ||
|
||
## 0.2.12 / 2018-05-07 | ||
|
||
* Fix typo in LogPlayerAttack - @adamgeraldy | ||
- Fix typo in LogPlayerAttack - @adamgeraldy | ||
|
||
* Add Russia region - @vgustov | ||
- Add Russia region - @vgustov | ||
|
||
* Add helper method to load local telemetry files | ||
- Add helper method to load local telemetry files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters