Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

53 lines (40 loc) · 1.8 KB

Change Log

All notable changes to this project will be documented in this file.

1.x Releases

Added

  • Mark the closures as @Sendable.
    • Added in Pull Request #18

Added

  • Increase the Swift version to 6.0.
    • Added in Pull Request #15

Added

  • Add the upload_test_coverage_report action
    • Added in Pull Request #11
  • Add files to comply with community standards
    • Added in Pull Request #9

Updated

  • Update GitHub Actions
    • Updated in Pull Request #10

1.x Releases

Released on 2023-12-08.

Added

  • Increase the test coverage of the project
    • Added in Pull Request #6.
  • Implement error handling in RetryPolicyService
    • Added in Pull Request #5.
  • Implement exponential backoff with jitter
    • Added in Pull Request #4.

Released on 2023-11-10.

Added