Valorant

Latest version: v1.0.4

Safety actively analyzes 625681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.0.3

**Issues Addressed:**
* `Client` missing a `get_match` (by ID) function. (reported by neilsorkin19)

**Source Changelog**: https://github.com/frissyn/valorant.py/compare/v1.0.2...v1.0.3

Changelog

+ **Added:**
+ `Client.get_match` function
+ **Changes:**
+ Minor code optimizations (thanks to kokonut27)

1.0.2

**Issues Addressed:**
+ *LeaderboardPlayerDTO.gameName is missing?* by frissyn in 32
+ *Cannot get AccountDTO via client.get_user(puuid)* by neilsorkin19 in 34
+ *Deprecate ClientCaller?* by frissyn in 35

**Source Changelog**: https://github.com/frissyn/valorant.py/compare/v1.0.1...v1.0.2

Changelog

+ **Deprecated:**
+ `caller.ClientCaller` has been dropped. (internal class, non-breaking change)
+ **Changes:**
+ Add `route` parameter to `Client.get_user` and `Client.get_user_by_name`
+ Allow `LeaderboardDTO.gameName`, `.puuid`, and `.tagLine` to be `None` (i.e `Optional`)
+ Minor code optimizations (thanks to IanMGF)

1.0.1

Fixes a critical `ModuleNotFoundError` bug as reported in 30. Sorry =P

What's Changed?

* Add subpackages to `setup.py` by frissyn in https://github.com/frissyn/valorant.py/pull/31

**Source Changelog**: https://github.com/frissyn/valorant.py/compare/v0.1.2...v1.0.1

1.0.0

* Configure ReadTheDocs by frissyn in https://github.com/frissyn/valorant.py/pull/28

**Source Changelog**: https://github.com/frissyn/valorant.py/compare/v0.5.1...v1.0.0

Changelog:
+ **Deprecated:**
+ `AsyncClient` has been dropped
+ **Changes:**
+ Renamed `Account` to `AccountDTO`
+ Renamed `Client(reload=True)` parameter to `Client(load_content=True)`
+ Renamed `Client.asset_by_id()` to `Client.asset()`
+ Changed parameters of `ContentList.get(**attributes)` to `ContentList.get(value, **attrs)`
+ Changed `ContentList.find` to be an alias of `ContentList.get`
+ Introduced type hinting and doc-strings to all public methods and classes.
+ **Additions:**
+ Expressions
- Added `Expression` class
- Added `exp()` factory method
+ Objects
- Added `ContentList.get_all()`
- Added `ContentList.find_all()` as an alias for `.get_all()`
- Added `AccountDTO.matchlist()`
+ Data Structures
- Added `DTO.dumps()`
- Added `AbilityCastsDTO` (Match)
- Added `AbilityDTO` (Match)
- Added `AccountDTO` (Account)
- Added `ActDTO` (Content)
- Added `CoachDTO` (Match)
- Added `ContentDTO` (Content)
- Added `ContentItemDTO` (Content)
- Added `ContentList` (Content)
- Added `DamageDTO` (Match)
- Added `EconomyDTO` (Match)
- Added `FinishingDamageDTO` (Match)
- Added `KillDTO` (Match)
- Added `LeaderboardPlayerDTO` (Ranked)
- Added `LocationDTO` (Match)
- Added `MatchDTO` (Match)
- Added `MatchInfoDTO` (Match)
- Added `MatchlistDTO` (Account)
- Added `MatchlistEntryDTO` (Match)
- Added `PlatformContentDTO` (Status)
- Added `PlatformDataDTO` (Status)
- Added `PlayerDTO` (Match)
- Added `PlayerLocationsDTO` (Match)
- Added `PlayerRoundStatsDTO` (Match)
- Added `PlayerStatsDTO` (Match)
- Added `RoundResultDTO` (Match)
- Added `StatusDTO` (Status)
- Added `TeamDTO` (Match)
- Added `UpdateDTO` (Status)

0.5.1

**Changes:**

+ Pushed out a hotfix for (26)
+ Other miscellaneous bug fixes (👍)

0.5.0

**Changes:**

- Internal redesign of HTTP requests
- Updates to error handling for Client and AsyncClient
- A few bug fixes (👍)
- References: 24, 20, 23

**Coming Soon:** Endpoint coverage for matches!

v.0.4.2

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.