Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 16:08
· 5 commits to main since this release
5fe1098

Changes from v3.0.0

Important

This version includes several breaking changes, please test your code base thoroughly.

  • Getters are now named .property() rather than .getProperty()
  • We are now using ZonedDateTime (which supports higher precision) rather than outdated Date class
  • The enums HttpStatus and HttpMethod are now only used optionally. int status() is now returning the status code as it was in the har file (previously it returned 0 for unknown status codes). String method() is now also returning the http method as it was in the har file. The enums are now available as .httpStatus() and .httpMethod()
  • Upgrade codebase to Java 17+: Switch to records, use ZonedDateTime, Nullable annotations @sdstoehr (#188)
  • chores: Move set operation out of getter @uarlouski (#183)

⬆️ Dependencies