Commit 0f5e3bc 1 parent 4983262 commit 0f5e3bc Copy full SHA for 0f5e3bc
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-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.3 .0</version>
10
+ <version>2.4 .0</version>
11
11
</dependency>
12
12
```
13
13
@@ -104,6 +104,14 @@ HarReader harReader = new HarReader(new MyMapperFactory());
104
104
105
105
## Latest Releases
106
106
107
+ ### 2.4.0 - 2024-11-13
108
+
109
+ * Updated dependencies
110
+ * Added support for unknown HTTP methods or status codes
111
+ * Added support to serialize HAR data back to JSON
112
+
113
+ [ Details] ( https://github.com/sdstoehr/har-reader/releases/tag/har-reader-2.4.0 )
114
+
107
115
### 2.3.0 - 2023-11-17
108
116
109
117
* Updated dependencies
You can’t perform that action at this time.
0 commit comments