Releases: wilhelmagren/gromp
v1.1.0
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:
v1.0.0
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
Minor release v0.6.0
v0.5.0
🚀 🚀 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
👍 ?