Skip to content

Commit

Permalink
Mark 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dagguh committed Oct 16, 2023
1 parent bbc2b4e commit c1e8d65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ Adding a requirement of a major version of a dependency is breaking a contract.
Dropping a requirement of a major version of a dependency is a new contract.

## [Unreleased]
[Unreleased]: https://github.com/atlassian/virtual-users/compare/release-3.15.3...master
[Unreleased]: https://github.com/atlassian/virtual-users/compare/release-3.16.0...master

## [3.16.0] - 2023-10-13
[3.16.0]: https://github.com/atlassian/virtual-users/compare/release-3.15.3...release-3.16.0

### Added
- Expose `VirtualUserBehavior.seed`. Aid with [JPERF-1405].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ class VirtualUserBehavior private constructor(
internal val loadProcess: Class<out LoadProcess>,
val load: VirtualUserLoad,
val maxOverhead: Duration,
/**
* @since 3.16.0
*/
val seed: Long,
internal val diagnosticsLimit: Int,
internal val browser: Class<out Browser>,
Expand Down

0 comments on commit c1e8d65

Please sign in to comment.