WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v2.1.0

Choose a tag to compare

@liamgold liamgold released this 15 Oct 22:56
· 111 commits to main since this release
6a70dce

What's New in 2.1.0

New Features

  • Added configurable TimeoutMilliseconds option for Playwright page loading

Bug Fixes

  • Fixed memory leak with proper Playwright disposal patterns
  • Fixed error handling to show error banner in UI instead of "no data" message
  • Fixed security vulnerability (on-headers CVE-2025-7339)

Improvements

  • Changed service lifetime from Singleton to Scoped to prevent concurrency issues
  • Standardized JSON serialization to System.Text.Json
  • Improved error handling and logging

Infrastructure

  • Added GitHub Actions CI/CD workflows
  • Added NuGet Trusted Publishing support
  • Updated documentation (CLAUDE.md, README.md, RELEASE.md)

Full Changelog: v2.0.0...v2.1.0