What's new in 3.9
Gatling 3.9 release notes.
For more detailed release notes, including patch releases, please check the milestones on GitHub.
Beware that Gatling 3.9 introduces a few breaking changes. Make sure to check the Upgrade guide
Contributors
A huge thank you to the heroes who helped with this release:
Core
- #4315, #4356, #4316 and #4320: Introduce new Gatling EL random generator functions:
randomUUID()
randomSecureUuid()
randomAlphanumeric()
randomInt()
randomLong()
randomDouble()
See doc for more details.
- #4340: With
recordsCount
, it’s now possible to get the number of records in a file based feeder without copying all the records in memory, see doc. - #4319: Java Session methods returning nullable types are now annotated
@Nullable
for better Kotlin compatibility.
HTTP
- #4306: Improved WebSocket debug logging with inbound frames
HTML Reports
Gradle Plugin
- #4337: The Gatling Gradle plugin is now compatible with the Kotlin Gradle DSL.