Skip to content

Releases: GwentAPI/gwentapi

GwentAPI v0.6.2

09 Sep 23:25
Compare
Choose a tag to compare

*Systemd socket activation for zero downtime upgrade.

  • MediumSize artwork now offered.

GwentAPI v0.6.2.alpha3

12 Aug 02:48
Compare
Choose a tag to compare
Pre-release
Socket activation now handled automatically.

GwentAPI v0.6.2.alpha2

10 Aug 16:17
Compare
Choose a tag to compare
Pre-release
Hotfix service file.

GwentAPI v0.6.2.alpha1

10 Aug 03:22
Compare
Choose a tag to compare
Pre-release
0.6.2 Alpha 1 supporting systemd socket activation.

GwentAPI v0.6.1

14 Jul 03:15
Compare
Choose a tag to compare
Fix card ordering

GwentAPI v0.6.0

13 Jul 03:12
Compare
Choose a tag to compare
  • The /cards endpoints support 9 different languages, all of the officially supported locale of Gwent are present. Use the lang query to specify the locale that you want to use.

    • English (default) en-US
    • German de-DE
    • Spanish es-ES
    • Latin American Spanish es-MX
    • French fr-FR
    • Italian it-IT
    • Japanese ja-JP
    • Polish pl-PL
    • Brazilian Portuguese pt-BR
    • Russian ru-RU
  • Art now contain the name of the artist responsible for the card artworks.

  • Fixed an issue preventing the correct usage of the local artwork fileserver.

  • UUID are stabilizing. They won't be wiped between data updates.

  • We say goodbye to Arachas, GwentAPI favorite web crawler. A brand new Go program handles the process of updating the database.

GwentAPI v0.5.10

07 Jul 18:29
Compare
Choose a tag to compare
* Adding card filtering by rarity endpoint: /cards/rarities/:rarityID

* Minor fix

GwentAPI v0.5.9

06 Jul 04:08
Compare
Choose a tag to compare
Plugging the cork on a session leak.

GwentAPI v0.5.8

02 Jul 02:23
Compare
Choose a tag to compare
Increasing name query param maximum limit because it's too small for …

GwentAPI v0.5.7

01 Jul 16:28
Compare
Choose a tag to compare
Hotfix patch

* Correctly response with NotFound instead of InternalServerError if a resource UUID isn't found in the database.