Commit a866908 1 parent c989e39 commit a866908 Copy full SHA for a866908
File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
7
7
<dependency>
8
8
<groupId>de.sstoehr</groupId>
9
9
<artifactId>har-reader</artifactId>
10
- <version>2.5 .0</version>
10
+ <version>3.0 .0</version>
11
11
</dependency>
12
12
```
13
13
@@ -104,6 +104,16 @@ HarReader harReader = new HarReader(new MyMapperFactory());
104
104
105
105
## Latest Releases
106
106
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
+
107
117
### 2.5.0 - 2024-11-20
108
118
109
119
* Fixed browser field to be nullable as required according to spec. (Previous versions mistakenly returned an empty browser object instead)
You can’t perform that action at this time.
0 commit comments