Skip to content

Releases: lumoslabs/pester

1.0.0 Changes

01 May 22:13
Compare
Choose a tag to compare

Merged PRs

#11

  • Fixed issue with environments/access.
  • Renamed retry to retry_constant, retry now is an alias of retry_action, which means you need to specify your own on_retry behavior (e.g. in an environment)

0.2.0 Changes

25 Apr 20:39
Compare
Choose a tag to compare

Merged PRs

#10

  • Added Environments for saved configurations

0.1.1 Changes

01 Apr 22:18
Compare
Choose a tag to compare

Merged PRs

#5

  • Separation of reraise_error_classes and retry_error_classes, name change of option from messages to retry_error_messages

#6

  • Spec updates