Skip to content

Commit a866908

Browse files
committed
updated readme
1 parent c989e39 commit a866908

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
77
<dependency>
88
<groupId>de.sstoehr</groupId>
99
<artifactId>har-reader</artifactId>
10-
<version>2.5.0</version>
10+
<version>3.0.0</version>
1111
</dependency>
1212
```
1313

@@ -104,6 +104,16 @@ HarReader harReader = new HarReader(new MyMapperFactory());
104104

105105
## Latest Releases
106106

107+
### 3.0.0 - 2024-12-21
108+
109+
* Minimum Java version is now 17
110+
* Make use of records
111+
* Use `ZonedDateTime` instead of `Date`
112+
* Properly annotated fields with `@Nullable` and `@NotNull`
113+
* _Please see full list of breaking changes in the changelog details_
114+
115+
[Details](https://github.com/sdstoehr/har-reader/releases/tag/har-reader-3.0.0)
116+
107117
### 2.5.0 - 2024-11-20
108118

109119
* Fixed browser field to be nullable as required according to spec. (Previous versions mistakenly returned an empty browser object instead)

0 commit comments

Comments
 (0)