Skip to content

Releases: wilhelmagren/gromp

v1.1.0

10 Nov 18:14
930a752
Compare
Choose a tag to compare

gromp 1.1.0 Release Notes

This is the first minor release of the API wrapper. Needed update due to API and endpoint changes from Riot Games developer team, see the following issue for details #47.

NOTE BREAKING CHANGES: The League of Legends Tournamentv4 and TournamentStubv4 APIs and endpoints have been removed, and superseded by their respectives updates to *v5.

For a full list of new features coming with this release, see the API and endpoint changes in the above linked issue.

📋 Changelog:

  • build(gromp): bump minor release version 1.0.0 → 1.1.0 (#51)
  • feat(league): update changes to APIs and endpoints (#50)

v1.0.0

05 Nov 15:32
2c269b6
Compare
Choose a tag to compare

gromp 1.0.0 Release Notes

This is the first major release, built using poetry build system. Some slight changes have been introduced to the functionality, mainly related to direct submodule imports. These can be breaking changes only for developers using the API vicariously.

NOTE THAT RIOT HAS UPDATED SOME LEAGUE ENDPOINTS. THESE CHANGES ARE NOT YET IMPLEMENTED, BUT WILL BE AVAILABLE SOON IN A FUTURE RELEASE. See this issue for exact route changes.

📋 Changelog:

  • build(gromp): release prep v1.0.0 (#46)
  • fix(gromp): fixed missing imports, updated incorrect example usage (#45)
  • docs(ci/cd): add status badges to readme (#44)
  • feat(gromp): format, lint, and update for v1.0.0 release (#43)
  • build(ci/cd): bump actions/checkout from 3 to 4 (#42)
  • Bump requests from 2.28.2 to 2.31.0 (#41)

v0.8.0

27 Feb 21:32
Compare
Choose a tag to compare

🚀 Major release

All public API methods are now with v0.8.0 implemented! 🌟 🔥

Since last release:

  • Legends of Runeterra implementation (#38)
  • Teamfight Teactics implementation (#36)
  • Accounts RSO implementation (#35)

Minor bugfixes following the Valorant implementations (#34)

Enjoy!

Minor release v0.6.0

16 Feb 12:21
864f2ec
Compare
Choose a tag to compare

🤖 Mocked testing of all APIs, and bugfixes.

Some of the changes:

  • Bugfix in Clashv1 API resolved (#30)
  • Fixed relative import to version in init (#31)
  • Bumped all setuptools to v0.6.0
  • Mocked unittests for all requests.session.get() REST calls (#30)
  • AssertFailure unittests for Hook constructor (#32)

v0.5.0

13 Feb 23:54
Compare
Choose a tag to compare

🚀 🚀 MAJOR bugfixes, minor release...

gromp can now successfully be installed through PyPI! Woooo! 🔥

Changes:

  • Move api package to root of module
  • Change all relative imports to absolute
  • Update pyproject.toml packages conf
  • Modify __init__.py of root module to follow changes

Why don't you try it out, let me know how the api feels like.

pip install gromp==0.5.0

👍 ?