You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
## Next Release
2
2
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.
0 commit comments