Skip to content

v0.5.6

Latest

Choose a tag to compare

@mauprogramador mauprogramador released this 18 Sep 00:44

πŸ”– Release v0.5.6 (2025-09-17)

See the ⟲ changelog to see all the commits.

See the β‡… comparison history with the previous tag.


πŸ”₯ Main Changes

  • Update Python3 version to Python3.12
  • Exchange Selenium and WebDriver for Playwright
  • Update Dockerfile and Makefile
  • Add Verification GitHub Workflow
  • Run with uvloop
  • Cache and use the same playwright.Page
  • Run HTTP file server process to load static pages for Playwright

πŸ”¨ Builds

  • Add playwright asyncio pytest plugin and set loop to session. #b402bfc
  • Exchange selenium and webdriver for playwright. #9b73dd1

✨ Features

  • Exchange selenium and webdriver for playwright. #d3e9107
  • Serve images and web dirs static files. #ed869a6
  • Run with uvloop. #0eb82b3
  • Add exception logs on handler. #063a9dd

πŸ”§ Fixes

  • Pre create required static dirs. #5f87de6
  • Check for error key in error context. #9192e00

♻️ Refactors

πŸ§ͺ Tests

  • Run file server process to load pages for playwright. #f717590
  • Update tests. #5e0f752
  • Load css style on playwright. #da8a224
  • Use async client and add uvloop and session fixtures. #97eb437

πŸ“ Chores

πŸ“Œ Others