Skip to content

v3.8.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 13:59
· 11 commits to main since this release
49f5e37

Test Infrastructure

  • Add dotnet test to CI pipeline (Python tests excluded via trait filter)
  • Add 12 new tests: 6 unit (Torznab XML, query validation) + 6 integration (health checks, search endpoints)
  • Add ZileanWebApplicationFactory, TestDataBuilder, and Testcontainers fixture
  • Fix Testcontainers port binding (random ports instead of fixed 5432)
  • Enable branch protection on main (require CI pass before merge)

No user-facing changes. Internal test infrastructure only.