Skip to content

Hack.lu 2023

Compare
Choose a tag to compare
@Rafiot Rafiot released this 17 Oct 07:15
· 66 commits to main since this release
v1.7.0

New features

  • [PlaywrightCapture] Support for download triggered by JS from a rendered HTML page
  • [PlaywrightCapture] Download favicons
  • [LacusCore] Store capture and its children in redis hashes instead of a big key/value in redis. Avoid issue with truly big captures.

Changes

  • Many improvements in timeout handling, avoid it to bee too short on capture with many children
  • [LacusCore] Improve error messages

Bugfixes

  • Avoid deadlocks when the context waits for the page to be closed (and the page is stuck)
  • Avoid dangling temp files when downloading didn't work.