Skip to content

Commit a2c571a

Browse files
Merge pull request #166 from agorapulse/upgrade/com.agorapulse/gru
2 parents e344220 + e4be9be commit a2c571a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## Next Release
22

3+
### Groovy REST Unit Test Framework 2.0.0
4+
5+
6+
## Breaking Changes
7+
8+
* The minimal Java version has been set to Java 11
9+
* The Micronaut module has been upgraded to Micronaut 4.x, Groovy 4.x and Java 17
10+
* The HTTP module has been removed as the `Http` client is now part of the core `gru` package
11+
* The original HTTP module has been renamed to `gru-okhttp` and the client accordingly to `OkHttp`
12+
* The libraries required to evaluate HTML responses has been moved to compile only dependencies
13+
* Micronaut module now uses `micronaut-http-client` instead of the default HTTP one
14+
15+
16+
## New Features
17+
18+
* Small improvements in the Kotlin DSL
19+
* No need to specify the reference class when calling `Gru.create()` or `Http.create()`. The class is automatically detected using the stack walker API.
20+
321
### Micronaut Newrelic Library 1.2.3-micronaut-1.0
422

523
## What's Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spockVersion=1.3-groovy-2.5
3030
dru.version = 0.8.1
3131
grails.aws.sdk.version = 2.4.16
3232
grails.facebook.sdk.version = 4.1.2
33-
gru.version = 1.4.0
33+
gru.version = 2.0.0
3434
micronaut.facebook.sdk.version = 0.6.0-micronaut-1.0
3535
micronaut.libraries.version = 1.2.6.1
3636
agorapulse.checks.version = 0.9.1

0 commit comments

Comments
 (0)