Skip to content

Commit

Permalink
Merge pull request #166 from agorapulse/upgrade/com.agorapulse/gru
Browse files Browse the repository at this point in the history
  • Loading branch information
agorapulse-bot authored Dec 4, 2023
2 parents e344220 + e4be9be commit a2c571a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## Next Release

### Groovy REST Unit Test Framework 2.0.0


## Breaking Changes

* The minimal Java version has been set to Java 11
* The Micronaut module has been upgraded to Micronaut 4.x, Groovy 4.x and Java 17
* The HTTP module has been removed as the `Http` client is now part of the core `gru` package
* The original HTTP module has been renamed to `gru-okhttp` and the client accordingly to `OkHttp`
* The libraries required to evaluate HTML responses has been moved to compile only dependencies
* Micronaut module now uses `micronaut-http-client` instead of the default HTTP one


## New Features

* Small improvements in the Kotlin DSL
* No need to specify the reference class when calling `Gru.create()` or `Http.create()`. The class is automatically detected using the stack walker API.

### Micronaut Newrelic Library 1.2.3-micronaut-1.0

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spockVersion=1.3-groovy-2.5
dru.version = 0.8.1
grails.aws.sdk.version = 2.4.16
grails.facebook.sdk.version = 4.1.2
gru.version = 1.4.0
gru.version = 2.0.0
micronaut.facebook.sdk.version = 0.6.0-micronaut-1.0
micronaut.libraries.version = 1.2.6.1
agorapulse.checks.version = 0.9.1
Expand Down

0 comments on commit a2c571a

Please sign in to comment.