Grails 3.3.3 和 3.3.4 有什么区别?

What is the difference between Grails 3.3.3 and 3.3.4?

根据 Grails project homepage 版本 3.3.4 是 Grails 的最新版本。

release notes for this release too but the refer to a GitHub milestone 个没有问题。

有人知道这个最新版本的内容吗?

唯一的变化似乎是重定向时请求参数的包含方式:

https://github.com/grails/grails-core/compare/v3.3.3...v3.3.4

从控制器操作重定向时不再包含原始参数。

奇怪的是,没有与此相关的问题!

为简单起见,根据以下 Jeff 的评论进行总结:3.3.4 中实际上没有修复任何内容。已进行更改以修复一个特定问题,但它们没有起作用,而是将作为修复包含在 3.3.5 中。