Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Nov 19:19
· 2 commits to develop since this release
029b384

2.0.0 (2025-11-23)

Code Refactoring

  • consolidate and validate test files (#29) (029b384)

BREAKING CHANGES

  • Test file paths have moved. Update any external
    references to use new paths: tests/e2e/, tests/unit/, tests/examples/

  • fix: correct .http format in assertions.http

  • Changed first line from '### Simple Assert Test' to '###'
  • The .http format requires ### separator alone on a line
  • Issue was introduced during test consolidation
  • Verified: assertions now execute correctly and test client.assert() functionality
  • docs: add test validation and execution reports
  • Add comprehensive validation report (static analysis)
  • Add execution test report with results
  • Document all APIs used and validated
  • Note fixed issue in assertions.http
  • docs: add comprehensive test validation summary

  • ci: add integration tests using consolidated test files

  • Add integration-test job that runs E2E tests
  • Tests comprehensive-test.http and toxiproxy-demo.http
  • Uses Docker Compose to start testapi and toxiproxy services
  • Validates new test file structure works in CI
  • semantic_release now depends on integration tests passing