Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump de.sstoehr:har-reader from 2.5.0 to 3.0.1 #454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps de.sstoehr:har-reader from 2.5.0 to 3.0.1.

Release notes

Sourced from de.sstoehr:har-reader's releases.

v3.0.1

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

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

Commits
  • 5fe1098 [maven-release-plugin] prepare release har-reader-3.0.1
  • 27b9903 Merge pull request #189 from sdstoehr/harwriter-builder
  • d061c4e Added builders to model objects
  • a866908 updated readme
  • c989e39 [maven-release-plugin] prepare for next development iteration
  • 430640b [maven-release-plugin] prepare release har-reader-3.0.0
  • 70a38b1 Merge pull request #188 from sdstoehr/java17
  • cd39e90 Check that Nullable / NonNull annotations are correct, when a fresh object is...
  • 40caea5 Upgrade codebase to Java 17+
  • fcdb942 Make HarReader and HarWriter symmetric
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [de.sstoehr:har-reader](https://github.com/sdstoehr/har-reader) from 2.5.0 to 3.0.1.
- [Release notes](https://github.com/sdstoehr/har-reader/releases)
- [Commits](sdstoehr/har-reader@har-reader-2.5.0...har-reader-3.0.1)

---
updated-dependencies:
- dependency-name: de.sstoehr:har-reader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 23, 2024
@dependabot dependabot bot requested a review from valfirst December 23, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants