Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.14.0 #362

Merged
merged 1 commit into from
Sep 15, 2021
Merged

release 0.14.0 #362

merged 1 commit into from
Sep 15, 2021

Conversation

jeremyandrews
Copy link
Member

@jeremyandrews jeremyandrews commented Sep 15, 2021

0.14.0 September 15, 2021

  • #361 convert README.md (and enhance) into The Goose Book
  • #356 API change: make GooseAttack.execute async, main() function signature changed to:
    #[tokio::main]
    fn main() -> Result<(), GooseError> {
  • #355 API change: add the possibility to attach custom session data GooseUserData to each GooseUser
  • #355 API change: change GooseTask signature to take a mutable reference of GooseUser:
    async fn example_task_function(user: &mut GooseUser) -> GooseTaskResult {
  • #358 API change: update GooseTaskSet::set_wait_time() to accept std::time::Duration instead of usize allowing more granularity
    • #355 remove Clone trait from GooseUser and GooseAttack
  • #359 use request name when displaying errors to avoid having a large volume of distinct error for the same endpoint when using path parameters
  • #360 updated tungstenite dependency to 0.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant