Releases: sdstoehr/har-reader
Releases · sdstoehr/har-reader
v2.5.0
Important
harLog.getBrowser()
now returns null
if no browser information was set in source file.
Before an empty HarBrowser
object was returned. The spec considers the field optional.
Changes
v2.4.1
v2.4.0
🚀 Features
- Add HAR write utils @uarlouski (#175)
- Added support for all HttpMethod and HttpStatus @sdstoehr (#176)
⬆️ Dependencies
46 changes
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17.1 to 3.17.3 @dependabot (#174)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 @dependabot (#173)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 @dependabot (#172)
- Bump jackson.version from 2.18.0 to 2.18.1 @dependabot (#171)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 @dependabot (#170)
- Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 @dependabot (#169)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17 to 3.17.1 @dependabot (#167)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 @dependabot (#166)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 @dependabot (#165)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 @dependabot (#164)
- Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 @dependabot (#163)
- Bump jackson.version from 2.17.2 to 2.18.0 @dependabot (#162)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.17 @dependabot (#161)
- Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 @dependabot (#160)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 @dependabot (#159)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 @dependabot (#158)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 @dependabot (#157)
- Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 @dependabot (#155)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 @dependabot (#154)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 @dependabot (#153)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 @dependabot (#152)
- Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 @dependabot (#148)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 @dependabot (#145)
- Bump jackson.version from 2.17.0 to 2.17.2 @dependabot (#149)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 @dependabot (#150)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 @dependabot (#151)
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 @dependabot (#143)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.16.1 @dependabot (#142)
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 @dependabot (#140)
- Bump jackson.version from 2.16.1 to 2.17.0 @dependabot (#139)
- Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 @dependabot (#134)
- Bump codecov/codecov-action from 3 to 4 @dependabot (#135)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 @dependabot (#133)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5 @dependabot (#131)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 @dependabot (#132)
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 @dependabot (#130)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 @dependabot (#129)
- Bump jackson.version from 2.16.0 to 2.16.1 @dependabot (#128)
- Bump github/codeql-action from 2 to 3 @dependabot (#127)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 @dependabot (#126)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 @dependabot (#125)
- Bump actions/setup-java from 3 to 4 @dependabot (#124)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 @dependabot (#123)
- Bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.4 @dependabot (#122)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 @dependabot (#120)
- Bump actions/checkout from 3 to 4 @dependabot (#121)
2.3.0 | Dependency updates & drop of Java 7 support
What's Changed
Important
Requires Java 8 or later
- Add Javadoc for
HarResponse
class by @valfirst in #83 - Update dependencies and java target by @kingthorin in #118
New Contributors
- @kingthorin made their first contribution in #118
Full Changelog: har-reader-2.2.1...har-reader-2.3.0
2.2.1
2.2.0
2.1.10
Updated dependencies.
2.1.9
Updated dependencies.
2.1.8
Updated dependencies
2.1.7
Updated dependencies