Releases: GwentAPI/gwentapi
Releases · GwentAPI/gwentapi
GwentAPI v0.6.2
GwentAPI v0.6.2.alpha3
Socket activation now handled automatically.
GwentAPI v0.6.2.alpha2
Hotfix service file.
GwentAPI v0.6.2.alpha1
0.6.2 Alpha 1 supporting systemd socket activation.
GwentAPI v0.6.1
Fix card ordering
GwentAPI v0.6.0
-
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
* Adding card filtering by rarity endpoint: /cards/rarities/:rarityID * Minor fix
GwentAPI v0.5.9
Plugging the cork on a session leak.
GwentAPI v0.5.8
Increasing name query param maximum limit because it's too small for …
GwentAPI v0.5.7
Hotfix patch * Correctly response with NotFound instead of InternalServerError if a resource UUID isn't found in the database.