Releases: tibiadata/tibiadata-api-go
Releases · tibiadata/tibiadata-api-go
v4.6.0
Changed
- chore: rewrite for pure utf-8 content handling (#511 by @tobiasehlert)
- chore: refactor TibiaKillstatistics for better maintainability (#513 by @tobiasehlert)
- chore: use switches instead and silent TibiaDataStringToInteger error (#514 by @tobiasehlert)
- chore: use splitseq instead of split (#515 by @tobiasehlert)
- deps(ci): bump actions/download-artifact from 5.0.0 to 6.0.0 (#536 by @dependabot)
- deps(ci): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#535 by @dependabot)
- deps(ci): bump docker/login-action from 3.5.0 to 3.6.0 (#520 by @dependabot)
- deps(ci): bump github/codeql-action from 3.30.3 to 4.31.0 (#516, #518, #524, #529, #533, #540 by @dependabot)
- deps(ci): bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 (#522 by @dependabot)
- deps(ci): bump peter-evans/repository-dispatch from 3.0.0 to 4.0.0 (#521 by @dependabot)
- deps(ci): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 (#534 by @dependabot)
- deps(ci): bump tailscale/github-action from 3.2.3 to 4.0.3 (#517, #532, #537 by @dependabot)
- deps(docker): bump alpine from 3.22.1 to 3.22.2 (#527 by @dependabot)
- deps(docker): bump golang from 1.25.1 to 1.25.3 (#528, #539 by @dependabot)
- deps(go): bump github.com/gin-contrib/gzip from 1.2.3 to 1.2.5 (#530, #538 by @dependabot)
- deps(go): bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1 (#526 by @dependabot)
- deps(go): bump golang.org/x/text from 0.29.0 to 0.30.0 (#525 by @dependabot)
Fixed
- fix(ci): specify slug for codecov (#519 by @tobiasehlert)
Full Changelog: v4.5.0...v4.6.0
v4.5.0
Changed
- ci: use multiple runners for build (#508 by @tobiasehlert)
- ci: use sha instead of tag on steps (#487 by @tobiasehlert)
- lowercase GitHub organisation name (#507 by @tobiasehlert)
- bump actions/setup-go from 5.5.0 to 6.0.0 (#495 by @dependabot)
- bump codecov/codecov-action from 5.4.3 to 5.5.1 (#488, #496 by @dependabot)
- bump github/codeql-action from 3.29.10 to 3.30.3 (#489, #494, #497, #500, #501 by @dependabot)
- bump sigstore/cosign-installer from 3.9.2 to 3.10.0 (#503 by @dependabot)
- bump alpine from 3.21.3 to 3.22.1 (#475, #482 by @dependabot)
- bump golang from 1.24.2 to 1.25.1 (#477, #481, #484, #486, #502 by @dependabot)
- bump github.com/gin-gonic/gin from 1.10.0 to 1.11.0 (#474, #510 by @dependabot)
- bump github.com/PuerkitoBio/goquery from 1.10.2 to 1.10.3 (#468 by @dependabot)
- bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#492, #493 by @dependabot)
- bump golang.org/x/net from 0.36.0 to 0.38.0 (#469 by @dependabot)
- bump golang.org/x/text from 0.24.0 to 0.29.0 (#472, #476, #480, #483, #498 by @dependabot)
Fixed
- ci: use dockerhub variable instead (#509 by @tobiasehlert)
- character death entry with lowercased of-creature (#505 by @tobiasehlert)
- remove iso-encoding for umlaut issue (#506 by @tobiasehlert)
- use 555 for binary (#499 by @tobiasehlert)
Full Changelog: v4.4.0...v4.5.0
v4.4.0
Added
- support new vocation monk (#451 by @tobiasehlert)
Changed
- bump github.com/gin-contrib/gzip from 1.2.2 to 1.2.3 (#466 by @dependabot)
- bump golang from 1.24.1 to 1.24.2 (#465 by @dependabot)
- bump golang.org/x/text from 0.23.0 to 0.24.0 (#467 by @dependabot)
Fixed
- omit character deaths_truncated if false (#464 by @tobiasehlert)
Full Changelog: v4.3.6...v4.4.0
v4.3.6
Changed
- bump golang from 1.24.0 to 1.24.1 (#459 by @dependabot)
- bump golang.org/x/net from 0.35.0 to 0.36.0 (#460, #461 by @dependabot)
Fixed
- character death html header change (#463 by @tobiasehlert)
Full Changelog: v4.3.5...v4.3.6
v4.3.5
Changed
- bump golang.org/x/text from 0.22.0 to 0.23.0 (#457 by @dependabot)
Fixed
- character-death parsing when only being assisted (#454 by @tobiasehlert)
- improve character death parsing and removing creature prefix (#456 by @tobiasehlert)
Full Changelog: v4.3.4...v4.3.5
v4.3.4
Changed
- Bump golang.org/x/text from 0.21.0 to 0.22.0 (#441 by @dependabot)
- Bump github.com/PuerkitoBio/goquery from 1.10.1 to 1.10.2 (#443 by @dependabot)
- Bump golang from 1.23.5 to 1.24.0 (#444 by @dependabot)
- Bump alpine from 3.21.2 to 3.21.3 (#445 by @dependabot)
Fixed
- Character name can contain comma (#447 by @tobiasehlert)
- url_api field format on news endpoints (#452 by @tobiasehlert)
Full Changelog: v4.3.3...v4.3.4
v4.3.3
Changed
- Improving validation-tests (#434 by @tobiasehlert)
- Bump alpine from 3.21.0 to 3.21.2 (#429 by @dependabot)
- Bump github.com/gin-contrib/gzip from 1.1.0 to 1.2.2 (#430, #437 by @dependabot)
- Bump github.com/go-resty/resty/v2 from 2.16.2 to 2.16.5 (#427, #428, #432, #433, #435, #436 by @dependabot)
- Bump golang from 1.23.4 to 1.23.5 (#431 by @dependabot)
Fixed
- Parsing of boosted creature that is fictitious (#440 by @tobiasehlert)
v4.3.2
Changed
- Bump tailscale/github-action from 2 to 3 (#422 by @dependabot)
- Bump github.com/gin-contrib/gzip from 1.0.1 to 1.1.0 (#423 by @dependabot)
- Bump github.com/PuerkitoBio/goquery from 1.10.0 to 1.10.1 (#425 by @dependabot)
Fixed
- Change guild rank length check (#426 by @tobiasehlert)
Full Changelog: v4.3.1...v4.3.2
v4.3.1
Added
- Add root-endpoint to container (#420 by @tobiasehlert)
Changed
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#415, #416 by @dependabot)
- Bump github.com/go-resty/resty/v2 from 2.16.1 to 2.16.2 (#413, #414 by @dependabot)
- Bump golang.org/x/text from 0.20.0 to 0.21.0 (#417 by @dependabot)
- Bump alpine from 3.20.3 to 3.21.0 (#419 by @dependabot)
- Bump golang from 1.23.3 to 1.23.4 (#418 by @dependabot)
- Bump golang.org/x/crypto from 0.27.0 to 0.31.0 (#421 by @dependabot)
Full Changelog: v4.3.0...v4.3.1
v4.3.0
Added
- Add tibia_urls field into information-section (#398 by @Kai-Animator)
Changed
- Bump codecov/codecov-action from 4 to 5 (#406 by @dependabot)
- Bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.1 (#404, #405, #407, #408 by @dependabot)
- Bump golang from 1.23.2 to 1.23.3 (#403 by @dependabot)
- Bump golang.org/x/text from 0.19.0 to 0.20.0 (#401 by @dependabot)
- Update dependabot configuration (#399 by @tobiasehlert)
Fixed
- Empty boostablebosses list (#411 by @tobiasehlert)
- Failing creature endpoints (#412 by @tobiasehlert)
Full Changelog: v4.2.3...v4.3.0