|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.0.3 (2025-04-03) |
| 4 | + |
| 5 | +### 🎉 Features |
| 6 | + |
| 7 | +* add empty client module ([c057112](https://github.com/evva-sfw/nest-xs3-api-client/commit/c057112a6fac0b751ebf8ed7716e004cd0afef28)) |
| 8 | +* add first modules ([b1a7c22](https://github.com/evva-sfw/nest-xs3-api-client/commit/b1a7c22cc8a3d8d39265d404a8f5622c6e56d0e1)) |
| 9 | +* add support for commands ([68b57f8](https://github.com/evva-sfw/nest-xs3-api-client/commit/68b57f82472b7ce7c190051e1369a5a7812eea90)) |
| 10 | +* add support for single and paged queries ([414ffd2](https://github.com/evva-sfw/nest-xs3-api-client/commit/414ffd2c8092c29561b92533510b215bdb21fea5)) |
| 11 | + |
| 12 | +### 🐛 Bug Fixes |
| 13 | + |
| 14 | +* fix minor issues; add page-size getter ([229b3e4](https://github.com/evva-sfw/nest-xs3-api-client/commit/229b3e4567e8aa5f6af69b9173f7c550f02e6d4a)) |
| 15 | + |
| 16 | +### 🔀 Code Refactoring |
| 17 | + |
| 18 | +* add state for parallel query requests ([c3547c6](https://github.com/evva-sfw/nest-xs3-api-client/commit/c3547c60c3b9a8f820e6c54b5d3eaf98e5bab18a)) |
| 19 | +* change interface ([04cb44d](https://github.com/evva-sfw/nest-xs3-api-client/commit/04cb44d3d502bb52d2f4637c903c98ec24dd6e31)) |
| 20 | +* move import to module root ([209005f](https://github.com/evva-sfw/nest-xs3-api-client/commit/209005fbcc63fd7cc3422bbf839da88b0c06832c)) |
| 21 | +* move types and interfaces; start command module ([b2a3633](https://github.com/evva-sfw/nest-xs3-api-client/commit/b2a363314ad969a004185dc1d583e68df6f1177e)) |
| 22 | + |
| 23 | +### 🧪 Tests |
| 24 | + |
| 25 | +* add command unit tests ([788812e](https://github.com/evva-sfw/nest-xs3-api-client/commit/788812e120f189da5fe9a67e988350b70b76fd4e)) |
| 26 | +* add mqtt-broker unit tests ([32b9cd3](https://github.com/evva-sfw/nest-xs3-api-client/commit/32b9cd341a3759560f713abbaca4c71d4df96d3c)) |
| 27 | +* add query unit tests ([1684793](https://github.com/evva-sfw/nest-xs3-api-client/commit/168479359d6f6327870947756e18d5dddc6373c3)) |
| 28 | + |
| 29 | +### 🚀 Continuous Integration |
| 30 | + |
| 31 | +* add package description ([a9fe11e](https://github.com/evva-sfw/nest-xs3-api-client/commit/a9fe11eaedcd99995334c8f64825dcf8b6036fa1)) |
| 32 | +* set package to public ([3cfa43f](https://github.com/evva-sfw/nest-xs3-api-client/commit/3cfa43f66e2072af646a2099853c4acc4167c34d)) |
| 33 | + |
| 34 | +### 🛡️ Security Fix |
| 35 | + |
| 36 | +* fix workflow permissions ([2cb2f40](https://github.com/evva-sfw/nest-xs3-api-client/commit/2cb2f407ee9f518185b15ccb8a8b891fef4a6171)) |
| 37 | + |
| 38 | +### 🧹 Chore |
| 39 | + |
| 40 | +* add *.tgz to gitignore ([1946f47](https://github.com/evva-sfw/nest-xs3-api-client/commit/1946f47e3179966c08e198fd3dda44a508cc0380)) |
| 41 | +* add github workflows ([41aea5d](https://github.com/evva-sfw/nest-xs3-api-client/commit/41aea5d3440e35b1befdcf21e5d4d63a004ddd79)) |
| 42 | +* add missing github workflow permission ([4f26077](https://github.com/evva-sfw/nest-xs3-api-client/commit/4f26077be705bf6c1d77f7f32ce0359000c7bb43)) |
| 43 | +* add readme ([7aae496](https://github.com/evva-sfw/nest-xs3-api-client/commit/7aae496fb955c4a892b3c129b148b3496e0c43ea)) |
| 44 | +* bump package version ([9ccab02](https://github.com/evva-sfw/nest-xs3-api-client/commit/9ccab020031ddbed5c771b84ce1ce1f721d5c411)) |
| 45 | +* fix naming in github workflow ([ca476fa](https://github.com/evva-sfw/nest-xs3-api-client/commit/ca476fa6e6ea1191d7c9867c1a1350220e2c5c27)) |
| 46 | +* initial commit ([cc28bd0](https://github.com/evva-sfw/nest-xs3-api-client/commit/cc28bd0f1926af13a0af6c6f00262c1f9a7b0c52)) |
| 47 | +* update shields ([a744d7a](https://github.com/evva-sfw/nest-xs3-api-client/commit/a744d7a8bd9c87afe4533da717a6c2daf98b529f)) |
| 48 | + |
| 49 | +## |
| 50 | + |
| 51 | +All notable changes to this project will be documented in this file. Dates are displayed in UTC. |
| 52 | + |
| 53 | +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
| 54 | + |
| 55 | +#### 0.0.3 |
| 56 | + |
| 57 | +- chore: bump package version [`#2`](https://github.com/evva-sfw/nest-xs3-api-client/pull/2) |
| 58 | +- ci: set package to public [`#1`](https://github.com/evva-sfw/nest-xs3-api-client/pull/1) |
0 commit comments