Skip to content

Commit

Permalink
Prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed May 30, 2023
1 parent 7eb82da commit 4a09dee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 3.3.0 (2023-05-30)
--------------------------
Embedded and in-memory lookups should be common across http modules (#244)
Take superseding schema into account during validation (#231)
Apps should explicitly import java.net.http.HttpClient instances of RegistryLookup (#241)
Resolver caches suffers from races and http server overload during the cold start (#227)
Ignore `$ref` keyword referencing HTTP resources (#238)

Version 2.2.1 (2023-01-24)
--------------------------
Update links in Readme (#205)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Iglu Scala Client is used extensively in **[Snowplow][snowplow-repo]** to valida

## Installation

The latest version of Iglu Scala Client is 2.2.1, which works with Scala 2.12, 2.13, and 3.
The latest version of Iglu Scala Client is 3.0.0, which works with Scala 2.12, 2.13, and 3.

If you're using SBT, add the following lines to your build file:

```scala
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "2.2.1"
val igluClient = "com.snowplowanalytics" %% "iglu-scala-client" % "3.0.0"
```

## API
Expand Down

0 comments on commit 4a09dee

Please sign in to comment.