Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdstoehr committed Dec 21, 2024
1 parent c989e39 commit a866908
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
<dependency>
<groupId>de.sstoehr</groupId>
<artifactId>har-reader</artifactId>
<version>2.5.0</version>
<version>3.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -104,6 +104,16 @@ HarReader harReader = new HarReader(new MyMapperFactory());

## Latest Releases

### 3.0.0 - 2024-12-21

* Minimum Java version is now 17
* Make use of records
* Use `ZonedDateTime` instead of `Date`
* Properly annotated fields with `@Nullable` and `@NotNull`
* _Please see full list of breaking changes in the changelog details_

[Details](https://github.com/sdstoehr/har-reader/releases/tag/har-reader-3.0.0)

### 2.5.0 - 2024-11-20

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

0 comments on commit a866908

Please sign in to comment.