Skip to content

Releases: d-Rickyy-b/GoGeizhalsBot

v2.2.1

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 30 Apr 00:00
5ef9704

Disable background connection to Geizhals and add info message for users contacting the bot regarding the inavailability of the service.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 13 May 14:23
78b2820

[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

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 02 Apr 02:01
07a02be

[2.1.2] - 2023-04-02

Fixed

  • Use proper count for 429 response codes in metrics

v2.1.1

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 02 Apr 01:03
606886d

[2.1.1] - 2023-04-02

Fixed

  • Only run a single background price updater

v2.1.0

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 01 Apr 20:35
680c229

[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

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 27 Aug 14:20
0894fe5

[2.0.1] - 2022-08-27

Fixed

  • Fixed a bug with Notifications not being sent

v2.0.0

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 25 Aug 21:35
c188ff3

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

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 28 Mar 00:11
34fa870

What's Changed

  • Implement prometheus support in #14

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

v1.0.0

Choose a tag to compare

@d-Rickyy-b d-Rickyy-b released this 27 Mar 02:23
7c7c21b
ci: remove unsupported architectures