|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.2.0 (2025-06-23) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- Allow for 3.12 and 3.13 only |
| 9 | + ([`4c86956`](https://github.com/codcod/smppai/commit/4c869562b6efdf753742fc4ee8f0ffe04e6f0ca7)) |
| 10 | + |
| 11 | +- Allow for lower python version |
| 12 | + ([`7d6ac86`](https://github.com/codcod/smppai/commit/7d6ac86aea41255f9436be9719ad0faaf1c46b59)) |
| 13 | + |
| 14 | +- Dont fail on errors |
| 15 | + ([`b5ab24e`](https://github.com/codcod/smppai/commit/b5ab24e6ccc4679ee2de8cf72b4215dc0107de11)) |
| 16 | + |
| 17 | +- Improve graceful shutdown implementation |
| 18 | + ([`95ea3ea`](https://github.com/codcod/smppai/commit/95ea3eabcdd7d0ffa93f322b8c74371f0e1d1302)) |
| 19 | + |
| 20 | +- Remove env context from job name in GitHub Actions |
| 21 | + ([`8ae2875`](https://github.com/codcod/smppai/commit/8ae287592edd2927f7d1a7dada659f1190b1ae61)) |
| 22 | + |
| 23 | +- Resolve GitHub Actions matrix/env error |
| 24 | + ([`20b01ed`](https://github.com/codcod/smppai/commit/20b01ed116241d49dd0a5b703c0528e6541add11)) |
| 25 | + |
| 26 | +- Simplify coverage reporting in CI workflow |
| 27 | + ([`e7a4a2c`](https://github.com/codcod/smppai/commit/e7a4a2c0cf1bab9b9623b8acb6a41546bba52a4a)) |
| 28 | + |
| 29 | +- Specify bash shell for Windows compatibility in unit-tests |
| 30 | + ([`d08c201`](https://github.com/codcod/smppai/commit/d08c2016442e1126123d5834eacf64c89cf53fdc)) |
| 31 | + |
| 32 | +### Chores |
| 33 | + |
| 34 | +- Add black as code formatter |
| 35 | + ([`fc1a697`](https://github.com/codcod/smppai/commit/fc1a69740df0eede20a029a49318540197797a5f)) |
| 36 | + |
| 37 | +- Black formatting |
| 38 | + ([`9321ffa`](https://github.com/codcod/smppai/commit/9321ffa6ab40ce885a5d1097a41863f23ec74001)) |
| 39 | + |
| 40 | +- Change port plus minor adjustments |
| 41 | + ([`98ef766`](https://github.com/codcod/smppai/commit/98ef766bd18ca20577feec97d56a54700067109d)) |
| 42 | + |
| 43 | +### Continuous Integration |
| 44 | + |
| 45 | +- Allow for 3.10+ |
| 46 | + ([`5103f31`](https://github.com/codcod/smppai/commit/5103f31f61ddccda6cac95bdfa2e59b6f230635c)) |
| 47 | + |
| 48 | +- Make templates less noisy |
| 49 | + ([`89fd7cc`](https://github.com/codcod/smppai/commit/89fd7ccba1aee7259b9f2129d1160c182d2803be)) |
| 50 | + |
| 51 | +- Optimize |
| 52 | + ([`e4c4636`](https://github.com/codcod/smppai/commit/e4c46364a6bd3eb29a0650b48ce16ce6e31b2591)) |
| 53 | + |
| 54 | +### Documentation |
| 55 | + |
| 56 | +- Add graceful server shutdown example |
| 57 | + ([`9c15d24`](https://github.com/codcod/smppai/commit/9c15d244d259499a04a40b216eaeabb6e0c2598c)) |
| 58 | + |
| 59 | +### Features |
| 60 | + |
| 61 | +- Add graceful shutdown to SMPP server |
| 62 | + ([`f258f4e`](https://github.com/codcod/smppai/commit/f258f4e12adf5014fd5a0ac671c864cb6a820fde)) |
| 63 | + |
| 64 | +- Shutdown with grace period |
| 65 | + ([`42a565a`](https://github.com/codcod/smppai/commit/42a565a5bd5f742608f2c637e696aa69c436a99a)) |
| 66 | + |
| 67 | +### Refactoring |
| 68 | + |
| 69 | +- Optimize and standardize caching strategy in CI workflow |
| 70 | + ([`16c9994`](https://github.com/codcod/smppai/commit/16c999413caf004f1665dce50b73e426bfc5eabe)) |
| 71 | + |
| 72 | + |
4 | 73 | ## v0.1.0 (2025-06-21) |
5 | 74 |
|
6 | 75 | ### Continuous Integration |
|
0 commit comments