Skip to content

10.0.0

Latest
Compare
Choose a tag to compare
@orangecoding orangecoding released this 05 Sep 11:42
  • Upgrading dependencies
  • Fixing Immowelt Scraper

[BREAKING CHANGE]
A listing may be edited, resulting in a price change. Previously, Fredy only stored the listing ID, so even if the price changed, Fredy wouldn’t alert on that listing again because it had already been sent. To address this issue, I modified the ID to be a hash of the ID and price. This way, if the price changes, the ID also changes, ensuring that the listing is sent again.