Commit 27440b5 1 parent 73111b2 commit 27440b5 Copy full SHA for 27440b5
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-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.4.1 </version>
10
+ <version>2.5.0 </version>
11
11
</dependency>
12
12
```
13
13
@@ -104,6 +104,12 @@ HarReader harReader = new HarReader(new MyMapperFactory());
104
104
105
105
## Latest Releases
106
106
107
+ ### 2.5.0 - 2024-11-20
108
+
109
+ * Fixed browser field to be nullable as required according to spec. (Previous versions mistakenly returned an empty browser object instead)
110
+
111
+ [ Details] ( https://github.com/sdstoehr/har-reader/releases/tag/har-reader-2.5.0 )
112
+
107
113
### 2.4.1 - 2024-11-15
108
114
109
115
* _ Changes see 2.4.0_
You can’t perform that action at this time.
0 commit comments