github-actions
released this
21 Dec 16:08
·
5 commits
to main
since this release
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 outdatedDate
class - The enums
HttpStatus
andHttpMethod
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
- Bump codecov/codecov-action from 4 to 5 @dependabot (#186)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17.3 to 3.17.4 @dependabot (#185)
- Bump jackson.version from 2.18.1 to 2.18.2 @dependabot (#184)