Skip to content

Releases: d-Rickyy-b/GoGeizhalsBot

v2.2.0

13 May 14:23
78b2820
Compare
Choose a tag to compare

[2.2.0] - 2023-05-13

Added

  • Implement maxpriceagents config
  • Implement httpmaxtries config
  • Take user to price agents when too many already exist
  • Implement http client timeout of 10 seconds

Changed

  • ci: update changelog reminder to more active action
  • Update dependencies

v2.1.2

02 Apr 02:01
07a02be
Compare
Choose a tag to compare

[2.1.2] - 2023-04-02

Fixed

  • Use proper count for 429 response codes in metrics

v2.1.1

02 Apr 01:03
606886d
Compare
Choose a tag to compare

[2.1.1] - 2023-04-02

Fixed

  • Only run a single background price updater

v2.1.0

01 Apr 20:35
680c229
Compare
Choose a tag to compare

[2.1.0] - 2023-04-01

Added

  • Add prometheus metrics for HTTP 429 status codes
  • Make update interval for price agents configurable

Changed

  • Refactored price history code

Fixed

  • wishlistURLPattern did not match certain urls
  • implement current api of gotgbot v2.0.0-rc.15

v2.0.1

27 Aug 14:20
0894fe5
Compare
Choose a tag to compare

[2.0.1] - 2022-08-27

Fixed

  • Fixed a bug with Notifications not being sent

v2.0.0

25 Aug 21:35
c188ff3
Compare
Choose a tag to compare

Previously, each entity could only have a single price. This is not what we intended. Depending on the country, each entity could have one specific value. This was tackled within this release. Since it required some major database changes, this update introduces breaking changes. It's required to update the database values for it to properly work. I might add some sql script to update the data.

[2.0.0] - 2022-08-25

Added

  • Store prices per location per entity
  • Allow skinflint.co.uk links
  • Ability to disable price agents (no UI yet)

Changed

  • Display price agent name (& link) in price history graph caption
  • Display currency in price history graph
  • Send new message with price agent details when clicking on the button for the price notification message
  • Ability to switch graph theme (dark/light)

Fixed

  • Improve graph visibility

v1.1.0

28 Mar 00:11
34fa870
Compare
Choose a tag to compare

What's Changed

  • Implement prometheus support in #14

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Mar 02:23
7c7c21b
Compare
Choose a tag to compare
ci: remove unsupported architectures