|
1 | | -# Change Log |
| 1 | +# Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
4 | 8 | #### 1.x Releases |
5 | 9 | - `1.3.x` Releases - [1.3.0](#130) |
6 | | -- `1.2.x` Releases - [1.2.0](#120) | [1.2.1](#121) |
7 | | -- `1.1.x` Releases - [1.1.0](#110) | [1.1.1](#111) |
| 10 | +- `1.2.x` Releases - [1.2.1](#121) | [1.2.0](#120) |
| 11 | +- `1.1.x` Releases - [1.1.1](#111) | [1.1.0](#110) |
8 | 12 | - `1.0.x` Releases - [1.0.0](#100) |
9 | 13 |
|
10 | | -## [1.3.0](https://github.com/space-code/typhoon/releases/tag/1.2.1) |
11 | | -Released on 2025-11-16. |
| 14 | +--- |
12 | 15 |
|
13 | | -#### Added |
14 | | -- Add support for Swift 6.2 |
15 | | - - Added in Pull Request [#21](https://github.com/space-code/typhoon/pull/21) |
| 16 | + |
| 17 | +## [1.3.0](https://github.com/space-code/typhoon/releases/tag/1.3.0) |
| 18 | + |
| 19 | +Released on 2025-11-16. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=1.3.0). |
| 20 | + |
| 21 | +### Uncategorized Changes |
| 22 | +- Release `1.3.0` |
| 23 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#24](https://github.com/space-code/typhoon/pull/24). |
| 24 | +- Update `CHANGELOG.md` |
| 25 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#25](https://github.com/space-code/typhoon/pull/25). |
| 26 | +- Bump actions/checkout from 2 to 5 |
| 27 | + - Contributed by [@dependabot[bot]](https://github.com/dependabot[bot]) in Pull Request [#23](https://github.com/space-code/typhoon/pull/23). |
16 | 28 | - Add `dependabot.yml` |
17 | | - - Added in Pull Request [#22](https://github.com/space-code/typhoon/pull/22) |
| 29 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#22](https://github.com/space-code/typhoon/pull/22). |
| 30 | +- Add support for Swift 6.2 |
| 31 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#21](https://github.com/space-code/typhoon/pull/21). |
| 32 | + |
| 33 | +### New Contributors |
| 34 | +* @dependabot[bot] made their first contribution in [#23](https://github.com/space-code/typhoon/pull/23) |
18 | 35 |
|
19 | 36 | ## [1.2.1](https://github.com/space-code/typhoon/releases/tag/1.2.1) |
20 | | -Released on 2024-12-24. |
21 | 37 |
|
22 | | -#### Added |
23 | | -- Mark the closures as @Sendable. |
24 | | - - Added in Pull Request [#18](https://github.com/space-code/typhoon/pull/18) |
| 38 | +Released on 2024-12-24. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=1.2.1). |
| 39 | + |
| 40 | +### Uncategorized Changes |
| 41 | +- Release `1.2.1` |
| 42 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#20](https://github.com/space-code/typhoon/pull/20). |
| 43 | +- Update `CHANGELOG.md` |
| 44 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#19](https://github.com/space-code/typhoon/pull/19). |
| 45 | +- Mark the closures as `@Sendable` |
| 46 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#18](https://github.com/space-code/typhoon/pull/18). |
25 | 47 |
|
26 | 48 | ## [1.2.0](https://github.com/space-code/typhoon/releases/tag/1.2.0) |
27 | | -Released on 2024-12-23. |
28 | 49 |
|
29 | | -#### Added |
30 | | -- Increase the Swift version to 6.0. |
31 | | - - Added in Pull Request [#15](https://github.com/space-code/typhoon/pull/15) |
| 50 | +Released on 2024-12-23. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=1.2.0). |
32 | 51 |
|
33 | | -## [1.1.1](https://github.com/space-code/typhoon/releases/tag/1.1.1) |
34 | | -Released on 2024-05-11. |
| 52 | +### Uncategorized Changes |
| 53 | +- Release `1.2.0` |
| 54 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#17](https://github.com/space-code/typhoon/pull/17). |
| 55 | +- Update `CHANGELOG.md` |
| 56 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#16](https://github.com/space-code/typhoon/pull/16). |
| 57 | +- Increase the `Swift` version to 6.0 |
| 58 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#15](https://github.com/space-code/typhoon/pull/15). |
35 | 59 |
|
36 | | -#### Added |
37 | | -- Add the `upload_test_coverage_report` action |
38 | | - - Added in Pull Request [#11](https://github.com/space-code/typhoon/pull/11) |
39 | | -- Add files to comply with community standards |
40 | | - - Added in Pull Request [#9](https://github.com/space-code/typhoon/pull/9) |
| 60 | +## [1.1.1](https://github.com/space-code/typhoon/releases/tag/1.1.1) |
41 | 61 |
|
42 | | -#### Updated |
43 | | -- Update GitHub Actions |
44 | | - - Updated in Pull Request [#10](https://github.com/space-code/typhoon/pull/10) |
| 62 | +Released on 2024-05-11. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=1.1.1). |
45 | 63 |
|
46 | | -#### 1.x Releases |
47 | | -- `1.1.x` Releases - [1.0.0](#110) |
48 | | -- `1.0.x` Releases - [1.0.0](#100) |
| 64 | +### Uncategorized Changes |
| 65 | +- Update `CHANGELOG.md` |
| 66 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#14](https://github.com/space-code/typhoon/pull/14). |
| 67 | +- Update `CHANGELOG.md` |
| 68 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#13](https://github.com/space-code/typhoon/pull/13). |
| 69 | +- Release `1.1.1` |
| 70 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#12](https://github.com/space-code/typhoon/pull/12). |
| 71 | +- Update `ci.yml` |
| 72 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#11](https://github.com/space-code/typhoon/pull/11). |
| 73 | +- Add files to comply with community standards |
| 74 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#9](https://github.com/space-code/typhoon/pull/9). |
| 75 | +- Update workflow |
| 76 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#10](https://github.com/space-code/typhoon/pull/10). |
49 | 77 |
|
50 | 78 | ## [1.1.0](https://github.com/space-code/typhoon/releases/tag/1.1.0) |
51 | | -Released on 2023-12-08. |
52 | 79 |
|
53 | | -#### Added |
54 | | -- Increase the test coverage of the project |
55 | | - - Added in Pull Request [#6](https://github.com/space-code/typhoon/pull/6). |
56 | | -- Implement error handling in RetryPolicyService |
57 | | - - Added in Pull Request [#5](https://github.com/space-code/typhoon/pull/5). |
| 80 | +Released on 2023-12-08. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=1.1.0). |
| 81 | + |
| 82 | +### Uncategorized Changes |
| 83 | +- Release `1.1.0` |
| 84 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#8](https://github.com/space-code/typhoon/pull/8). |
| 85 | +- Update `CHANGELOG.md` |
| 86 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#7](https://github.com/space-code/typhoon/pull/7). |
| 87 | +- Implement `RetryPolicyStrategyTests` |
| 88 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#6](https://github.com/space-code/typhoon/pull/6). |
| 89 | +- Implement error handling in `RetryPolicyService` |
| 90 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#5](https://github.com/space-code/typhoon/pull/5). |
58 | 91 | - Implement exponential backoff with jitter |
59 | | - - Added in Pull Request [#4](https://github.com/space-code/typhoon/pull/4). |
| 92 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#4](https://github.com/space-code/typhoon/pull/4). |
| 93 | +- Lowered the minimum OS version |
| 94 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#2](https://github.com/space-code/typhoon/pull/2). |
60 | 95 |
|
61 | 96 | ## [1.0.0](https://github.com/space-code/typhoon/releases/tag/1.0.0) |
62 | | -Released on 2023-11-10. |
63 | 97 |
|
64 | | -#### Added |
65 | | -- Initial release of Typhoon. |
66 | | - - Added by [Nikita Vasilev](https://github.com/nik3212). |
| 98 | +Released on 2023-11-12. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/typhoon/milestones?state=closed&q=1.0.0). |
| 99 | + |
| 100 | +### Uncategorized Changes |
| 101 | +- Lowered the minimum OS version |
| 102 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#3](https://github.com/space-code/typhoon/pull/3). |
| 103 | +- Release `1.0.0` |
| 104 | + - Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/typhoon/pull/1). |
| 105 | + |
| 106 | +[1.3.0]: https://github.com/space-code/typhoon/compare/1.2.1..1.3.0 |
| 107 | +[1.2.1]: https://github.com/space-code/typhoon/compare/1.2.0..1.2.1 |
| 108 | +[1.2.0]: https://github.com/space-code/typhoon/compare/1.1.1..1.2.0 |
| 109 | +[1.1.1]: https://github.com/space-code/typhoon/compare/1.1.0..1.1.1 |
| 110 | +[1.1.0]: https://github.com/space-code/typhoon/compare/1.0.0..1.1.0 |
| 111 | + |
0 commit comments