Skip to content

Releases: orangecoding/fredy

5.4.8

25 Mar 10:26
Compare
Choose a tag to compare
  • adding ScrapingAnt general infos to the ui
  • using residental proxies for immoscout
  • upgrading ui dependencies

5.4.7

09 Mar 13:29
Compare
Choose a tag to compare
  • dependency management
  • fixing dev mode

5.4.6

09 Mar 08:01
a6e6656
Compare
Choose a tag to compare

5.4.5

31 Jan 09:49
b6b8d68
Compare
Choose a tag to compare
  • Make requestDriver more resilient to errors
  • adding Instana monitoring for Fredy

5.4.4

26 Jan 13:43
63b2325
Compare
Choose a tag to compare
  • Add support for Immo Südwest Presse (immo.swp.de)
  • Telegram: Use job name instead of ID and link in title
  • Fix race condition if user ID is in session but not in user store
  • Allow visiting the original provider URL

5.4.3

25 Jan 09:42
c831057
Compare
Choose a tag to compare
  • re-writing readme
  • improving docker build
  • using github's actions to build docker and test automatically

5.4.2

28 Nov 20:10
Compare
Choose a tag to compare
  • Fixing prod build

5.4.1

26 Nov 20:05
Compare
Choose a tag to compare
  • Upgrading dependencies
  • Provider urls are now automagically been changed to include the correct sort order for search results
Note: It has been an point of confusion since the very beginning of Fredy, that people simply copied the url, but
did not take care of sorting the search results by date. If this is not done, Fredy will most likely not see the latest
results, thus cannot report them. This release fixes it by adding the necessary params (or replaces them).

5.3.2

12 Nov 08:16
Compare
Choose a tag to compare
  • Splitting telegram messages into chunks to avoid errors when message exceeds limit of 4096 chars

5.3.1

11 Nov 14:35
Compare
Choose a tag to compare
  • Adding a retry with exponential back-off for scraping if error occurred
  • Fixing an error which cause node to crash if axios throws an error
  • Upgrading axios dependency