Releases: husnjak/IGDB-API-JVM
Popularity Update
This release includes updates for the Popularity Primitives
https://api-docs.igdb.com/#popscore
Dependency updates and updated protbuf types
Updated protobuf
Kotlin 1.9
Java 17
Gradle 8.4
Added a fresh protobuf that includes events and collections data. Removed the protobuf generated java files from the git repo and now only generate them during compile time.
ReleaseDateStatus Update
The new protobuf template updates the ReleaseDates with the new field status
.
AgeRatingContentDescriptions Update
The new protobuf template updates the AgeRatingContentDescriptionsEnum.
The old Enum used was not correct (AgeRatingEnum)
AgeRatingContentDescriptions Update
Updated the IGDB Protocol buffer template
The new protobuf template updates the AgeRatingContentDescriptionsEnum.
The old Enum used was not correct (AgeRatingEnum)
Adding GameLocalization
Updated the IGDB Protocol buffer template
The new protobuf template adds 2 new endpoints:
Regions
GameLocalization
MavenCentral Release
Created a new MavenCentral repository for the Library!
The new way of importing the library into your project:
implementation 'io.github.husnjak:igdb-api-jvm:1.0.7'
Added support for Proxy URLs so the library can be used with a proxy server like https://api-docs.igdb.com/#proxy
Dependency Update, adding LanguageSupport
Updated dependencies and the IGDB Protocol buffer template
The new protobuf template adds 3 new endpoints:
- Languages
- LanguageSupport
- LanguageSupportTypes
Protobuf Update
Updated dependencies and the IGDB Protocol buffer template
The template adds structure for new Age Ratings:
- CERO
- USK
- GRAC
- CLASS_IND
- ACB
New External Games:
- EXTERNALGAME_AMAZON_ASIN
- EXTERNALGAME_AMAZON_LUNA
- EXTERNALGAME_AMAZON_ADG
- EXTERNALGAME_EPIC_GAME_STORE
- EXTERNALGAME_OCULUS
What's Changed
Full Changelog: 1.0.4...1.0.5
JAR update
Update JAR to include Proto library in client classpath
Clients should no longer need to download the proto library.