Skip to content

Releases: frissyn/valorant.py

1.0.4

20 Jul 16:27
c79581a
Compare
Choose a tag to compare

What's Changed

Developement:

Issues Addressed:

  • Added missing Ascendant ranks to the Lexicon.
  • Re-arranged outdated order of competitiveTier mappings.

Source Changelog: v1.0.3...v1.0.4

1.0.3

05 Apr 17:14
Compare
Choose a tag to compare

What's Changed

Developement:

Issues Addressed:

  • Client missing a get_match (by ID) function. (reported by @neilsorkin19)

Source Changelog: v1.0.2...v1.0.3

Changelog

  • Added:
    • Client.get_match function
  • Changes:

1.0.2

14 Mar 16:45
Compare
Choose a tag to compare

What's Changed

Developement:

Issues Addressed:

Source Changelog: 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 - Critical Bug Fix

09 Mar 03:22
Compare
Choose a tag to compare

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

What's Changed?

Source Changelog: v0.1.2...v1.0.1

1.0 Release!!

08 Mar 13:30
Compare
Choose a tag to compare

valorant.py 1.0.0

A large amount of (breaking) changes, refactoring and new features introduced into the library.

Moving forward from 1.0 and onwards, valorant.py will be released under Semantic versioning tags, with version number being MAJOR.MINOR.MICRO.

Micro: Bug fixes, minor changes, refactoring, spelling errors, etc. (Non-Breaking)
Minor: Substantial changes or updates, refactoring, bug fixes, etc. (May be breaking)
Major: Sweeping changes or updates, etc. (Breaking)

What's Changed?

Source Changelog: 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)

Hotfix Update

02 Oct 00:26
Compare
Choose a tag to compare

Changes:

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

Internal Structure Rework

21 Sep 21:26
Compare
Choose a tag to compare

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!

Bug Hotfixes

05 Jul 18:35
Compare
Choose a tag to compare
v.0.4.2

⚡: update and format bin scripts

v0.4.1

13 May 00:30
b342408
Compare
Choose a tag to compare
📝: update documentation section

Add AsyncClient

20 Mar 13:55
2395407
Compare
Choose a tag to compare
Merge pull request #17 from frissyn/async

v0.4.0