Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Releases: GwentAPI/gwentapi

GwentAPI v0.6.2

Choose a tag to compare

@Tri125 Tri125 released this 09 Sep 23:25

*Systemd socket activation for zero downtime upgrade.

  • MediumSize artwork now offered.

GwentAPI v0.6.2.alpha3

Pre-release

Choose a tag to compare

@Tri125 Tri125 released this 12 Aug 02:48
Socket activation now handled automatically.

GwentAPI v0.6.2.alpha2

Pre-release

Choose a tag to compare

@Tri125 Tri125 released this 10 Aug 16:17
Hotfix service file.

GwentAPI v0.6.2.alpha1

Pre-release

Choose a tag to compare

@Tri125 Tri125 released this 10 Aug 03:22
0.6.2 Alpha 1 supporting systemd socket activation.

GwentAPI v0.6.1

Choose a tag to compare

@Tri125 Tri125 released this 14 Jul 03:15
Fix card ordering

GwentAPI v0.6.0

Choose a tag to compare

@Tri125 Tri125 released this 13 Jul 03:12
  • 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

Choose a tag to compare

@Tri125 Tri125 released this 07 Jul 18:29
* Adding card filtering by rarity endpoint: /cards/rarities/:rarityID

* Minor fix

GwentAPI v0.5.9

Choose a tag to compare

@Tri125 Tri125 released this 06 Jul 04:08
Plugging the cork on a session leak.

GwentAPI v0.5.8

Choose a tag to compare

@Tri125 Tri125 released this 02 Jul 02:23
Increasing name query param maximum limit because it's too small for …

GwentAPI v0.5.7

Choose a tag to compare

@Tri125 Tri125 released this 01 Jul 16:28
Hotfix patch

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