Skip to content

Releases: husnjak/IGDB-API-JVM

Popularity Update

17 Jul 07:53
4e996c4
Compare
Choose a tag to compare

This release includes updates for the Popularity Primitives
https://api-docs.igdb.com/#popscore

Dependency updates and updated protbuf types

09 Nov 14:41
48832c8
Compare
Choose a tag to compare

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

22 May 13:08
c8ee0d1
Compare
Choose a tag to compare

The new protobuf template updates the ReleaseDates with the new field status.

AgeRatingContentDescriptions Update

12 Jan 14:44
de9f2ae
Compare
Choose a tag to compare

The new protobuf template updates the AgeRatingContentDescriptionsEnum.
The old Enum used was not correct (AgeRatingEnum)

AgeRatingContentDescriptions Update

12 Jan 14:30
5ebc23e
Compare
Choose a tag to compare

Updated the IGDB Protocol buffer template

The new protobuf template updates the AgeRatingContentDescriptionsEnum.
The old Enum used was not correct (AgeRatingEnum)

Adding GameLocalization

28 Nov 08:39
aa3029e
Compare
Choose a tag to compare

Updated the IGDB Protocol buffer template

The new protobuf template adds 2 new endpoints:

Regions
GameLocalization

MavenCentral Release

19 Oct 14:51
0446f88
Compare
Choose a tag to compare

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

17 Oct 12:13
de853a4
Compare
Choose a tag to compare

Updated dependencies and the IGDB Protocol buffer template

The new protobuf template adds 3 new endpoints:

  • Languages
  • LanguageSupport
  • LanguageSupportTypes

Protobuf Update

07 Dec 14:58
b3e906a
Compare
Choose a tag to compare

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

12 Jul 10:45
Compare
Choose a tag to compare

Update JAR to include Proto library in client classpath
Clients should no longer need to download the proto library.