|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.1.8](https://github.com/MapColonies/jobnik-manager-test/compare/v0.1.8...v0.1.8) (2026-02-08) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* clean python |
| 9 | +* change the python |
| 10 | +* : trigger CI 19 |
| 11 | +* test |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* add comprehensive error handling from OpenAPI spec (MAPCO-7927) ([#89](https://github.com/MapColonies/jobnik-manager-test/issues/89)) ([225789d](https://github.com/MapColonies/jobnik-manager-test/commit/225789d6f16a96df96d7a92fe07a055557aad0e2)) |
| 16 | +* add cron job functionality for task cleanup (MAPCO-8350) ([#94](https://github.com/MapColonies/jobnik-manager-test/issues/94)) ([8de6cca](https://github.com/MapColonies/jobnik-manager-test/commit/8de6cca114ca076470663b10be037f95c43df02c)) |
| 17 | +* add isWaiting flag to stage creation for conditional status handling (MAPCO-7905) ([#40](https://github.com/MapColonies/jobnik-manager-test/issues/40)) ([e92d6a0](https://github.com/MapColonies/jobnik-manager-test/commit/e92d6a0efb8bb1127d1f473f2e0e3b05c04af218)) |
| 18 | +* add metrics for tracking in-progress jobs, stages, and tasks MAPCO-8206 ([#119](https://github.com/MapColonies/jobnik-manager-test/issues/119)) ([4105597](https://github.com/MapColonies/jobnik-manager-test/commit/4105597bfa229a7d233fe780a2a060de374466a8)) |
| 19 | +* add order field to stages for maintaining execution sequence and update related logic (MAPCO-7897) ([#72](https://github.com/MapColonies/jobnik-manager-test/issues/72)) ([1667e27](https://github.com/MapColonies/jobnik-manager-test/commit/1667e27a73c0512884cbf5be831069544b059936)) |
| 20 | +* add Prisma instrumentation for enhanced tracing and update related logic ([#76](https://github.com/MapColonies/jobnik-manager-test/issues/76)) ([b35aff9](https://github.com/MapColonies/jobnik-manager-test/commit/b35aff9c55963c770478091c7a8c8f2d97ee63de)) |
| 21 | +* add Python setup step for smart release action ([933a34d](https://github.com/MapColonies/jobnik-manager-test/commit/933a34d80c04b08c7dde77b770b61412e67410e1)) |
| 22 | +* add startTime and endTime fields to task model (MAPCO-8349) ([#93](https://github.com/MapColonies/jobnik-manager-test/issues/93)) ([2c17e42](https://github.com/MapColonies/jobnik-manager-test/commit/2c17e426aec4c9c56730d8985d7c4710a3846014)) |
| 23 | +* add userMetadata, creationTime, and updateTime to task and stage schemas as mandatory MAPCO-8576 ([#170](https://github.com/MapColonies/jobnik-manager-test/issues/170)) ([f26268e](https://github.com/MapColonies/jobnik-manager-test/commit/f26268e68d0196aff546a6c2dc0aa2507f4d2627)) |
| 24 | +* enhance job, stage and task status update descriptions and validations in OpenAPI spec MAPCO-8783 ([#171](https://github.com/MapColonies/jobnik-manager-test/issues/171)) ([bd1c50b](https://github.com/MapColonies/jobnik-manager-test/commit/bd1c50bebc4a654a7d2b855ac6dea547e397c968)) |
| 25 | +* enhance tracing attributes in job, stage and task managers MAPCO-8341 ([#169](https://github.com/MapColonies/jobnik-manager-test/issues/169)) ([3107027](https://github.com/MapColonies/jobnik-manager-test/commit/3107027db577bc277225e95d47c6247d6b4fc23a)) |
| 26 | +* enhance tracing support with traceparent and tracestate fields in jobs, stages, and tasks (MAPCO-8340) ([#78](https://github.com/MapColonies/jobnik-manager-test/issues/78)) ([b1c78f5](https://github.com/MapColonies/jobnik-manager-test/commit/b1c78f5ca15a2731d1554d9037241fddbc6190b4)) |
| 27 | +* implement automatic status propagation across job-stage-task hierarchy MAPCO-8785 MAPCO-8784 ([#153](https://github.com/MapColonies/jobnik-manager-test/issues/153)) ([7f80168](https://github.com/MapColonies/jobnik-manager-test/commit/7f8016811d65adeaa75f2491ca5c0a51b55a6fd2)) |
| 28 | +* implement stage status transition validation and update logic (MAPCO-8803) ([#146](https://github.com/MapColonies/jobnik-manager-test/issues/146)) ([1201f90](https://github.com/MapColonies/jobnik-manager-test/commit/1201f90dd0f7d6c6ec3bd738f2520583afcf70d0)) |
| 29 | +* integrate jobnik manager with config manager & schemas (MAPCO-7924) ([#116](https://github.com/MapColonies/jobnik-manager-test/issues/116)) ([4c3e716](https://github.com/MapColonies/jobnik-manager-test/commit/4c3e716a12edf020c6c8f6982d514cd46fee9a42)) |
| 30 | +* introduce v1 API structure with jobs, stages, and tasks endpoints MAPCO-8959 ([#205](https://github.com/MapColonies/jobnik-manager-test/issues/205)) ([dad0bd3](https://github.com/MapColonies/jobnik-manager-test/commit/dad0bd3b7844346dad9754ed77ec2af42728890a)) |
| 31 | +* Jobnik Manager: project skeleton & core functions ([#34](https://github.com/MapColonies/jobnik-manager-test/issues/34)) ([099bc8d](https://github.com/MapColonies/jobnik-manager-test/commit/099bc8d12c81b18f1d8f76d7658b23bed561e976)) |
| 32 | +* test ([99bad03](https://github.com/MapColonies/jobnik-manager-test/commit/99bad035dbe666efb0860b08784043ad073e4c4c)) |
| 33 | +* trigger CI 11 ([be875ac](https://github.com/MapColonies/jobnik-manager-test/commit/be875acf860f876dcdd4b1e0adda3d4b2217ecd0)) |
| 34 | +* trigger CI 17 ([d8ec075](https://github.com/MapColonies/jobnik-manager-test/commit/d8ec075e80c84ea8184ee7c3bb4409b31f082139)) |
| 35 | + |
| 36 | + |
| 37 | +### Bug Fixes |
| 38 | + |
| 39 | +* 1 ([f0c42a2](https://github.com/MapColonies/jobnik-manager-test/commit/f0c42a26e007ca6dfa09f41dd06e0ae7914d322e)) |
| 40 | +* 2 ([d5ccfa5](https://github.com/MapColonies/jobnik-manager-test/commit/d5ccfa532346bcdf8b9eb44fc992ce7b36791cd1)) |
| 41 | +* clean python ([db24286](https://github.com/MapColonies/jobnik-manager-test/commit/db2428603c5010672059069f0a9afe75384eb236)) |
| 42 | +* include first-parent in commit depth log command ([40e6201](https://github.com/MapColonies/jobnik-manager-test/commit/40e6201cde0d2fd3cb604602b4b5201b2d3101eb)) |
| 43 | +* michs ([#157](https://github.com/MapColonies/jobnik-manager-test/issues/157)) ([5e5f85c](https://github.com/MapColonies/jobnik-manager-test/commit/5e5f85cc80254580b1665ca14da1a571d9102e21)) |
| 44 | +* nect ([433dd2f](https://github.com/MapColonies/jobnik-manager-test/commit/433dd2fc9c70d26af7aac5be304e990a21312e07)) |
| 45 | +* next ([#100](https://github.com/MapColonies/jobnik-manager-test/issues/100)) ([07ffb12](https://github.com/MapColonies/jobnik-manager-test/commit/07ffb12cd73ff7e7054bc5fc495fccb4539e59b1)) |
| 46 | +* next ([#125](https://github.com/MapColonies/jobnik-manager-test/issues/125)) ([ffe3b4c](https://github.com/MapColonies/jobnik-manager-test/commit/ffe3b4c89ca979796d6e33fd0807fec3744844d8)) |
| 47 | +* next ([#132](https://github.com/MapColonies/jobnik-manager-test/issues/132)) ([1c2b6be](https://github.com/MapColonies/jobnik-manager-test/commit/1c2b6be8bc326450bb89d933e94f08be325ac7b9)) |
| 48 | +* next ([#138](https://github.com/MapColonies/jobnik-manager-test/issues/138)) ([681c7ea](https://github.com/MapColonies/jobnik-manager-test/commit/681c7ea7fa23e18c921222fc8009477a2de001d6)) |
| 49 | +* next ([#152](https://github.com/MapColonies/jobnik-manager-test/issues/152)) ([fb13031](https://github.com/MapColonies/jobnik-manager-test/commit/fb13031a23155f8453281f32538d42cc49b71d55)) |
| 50 | +* next ([#162](https://github.com/MapColonies/jobnik-manager-test/issues/162)) ([079345b](https://github.com/MapColonies/jobnik-manager-test/commit/079345b7cd420a88becb24db2aa6f206a2893389)) |
| 51 | +* nextrdfstge ([#145](https://github.com/MapColonies/jobnik-manager-test/issues/145)) ([172e77a](https://github.com/MapColonies/jobnik-manager-test/commit/172e77aff591d7fac7edfbd76bfae9a41e49680e)) |
| 52 | +* remove unused previewFeatures from prisma client generator ([2159346](https://github.com/MapColonies/jobnik-manager-test/commit/2159346088de43d409472bcd018f115245798e43)) |
| 53 | +* restore ([92956e0](https://github.com/MapColonies/jobnik-manager-test/commit/92956e0ef7f7c5387eba3fb93db5b1385a00e012)) |
| 54 | +* **smart-release-please:** enhance version management for RC and stable releases ([253bd71](https://github.com/MapColonies/jobnik-manager-test/commit/253bd7125699006f5a6aeb18b840e086fd5879dd)) |
| 55 | +* test ([e891eca](https://github.com/MapColonies/jobnik-manager-test/commit/e891eca784c877d27e8bd72ea906626ac19091a9)) |
| 56 | +* test ([78d37c3](https://github.com/MapColonies/jobnik-manager-test/commit/78d37c33c51bccecacfab4ad986d904d30eb8663)) |
| 57 | +* test ([#120](https://github.com/MapColonies/jobnik-manager-test/issues/120)) ([d68ff02](https://github.com/MapColonies/jobnik-manager-test/commit/d68ff0289ecd27a9979a67743e2f10d3c2d6c41a)) |
| 58 | +* test 1 ([e4dcd6f](https://github.com/MapColonies/jobnik-manager-test/commit/e4dcd6f777c4f824a1e10b7bc464d8a34b464c6d)) |
| 59 | +* test 1 ([8e5201b](https://github.com/MapColonies/jobnik-manager-test/commit/8e5201b9da0147e2937c8692684a66091f29c9d9)) |
| 60 | +* test 2 ([ef8f1fe](https://github.com/MapColonies/jobnik-manager-test/commit/ef8f1fe9e32c4bbb81a833e1dc1f380f1f46413b)) |
| 61 | +* test 2 ([e11a0c1](https://github.com/MapColonies/jobnik-manager-test/commit/e11a0c193f5ffa2b5f750077bc68ca5ec2aa36d8)) |
| 62 | +* test fix ([7e6bb5f](https://github.com/MapColonies/jobnik-manager-test/commit/7e6bb5fcdd6622f79ad4c3d779aeaf2ecd2f2e64)) |
| 63 | +* test2 ([#97](https://github.com/MapColonies/jobnik-manager-test/issues/97)) ([db08936](https://github.com/MapColonies/jobnik-manager-test/commit/db089361646b026edc7a1da5ed14e7baa03401c1)) |
| 64 | +* trigger CI ([1f4a38a](https://github.com/MapColonies/jobnik-manager-test/commit/1f4a38aae563bacfbfbec0fdaf97c86023c00bb1)) |
| 65 | +* trigger CI ([0658d10](https://github.com/MapColonies/jobnik-manager-test/commit/0658d10d869d3fac5c7908b619901d2748cdfc66)) |
| 66 | +* trigger CI ([2490b3d](https://github.com/MapColonies/jobnik-manager-test/commit/2490b3d05980b7de467e2ed4f5cc771d498abb99)) |
| 67 | +* trigger CI ([a162884](https://github.com/MapColonies/jobnik-manager-test/commit/a162884af9d6f986bf1384e27eadb32fea9bdbf3)) |
| 68 | +* trigger CI ([96ad1bf](https://github.com/MapColonies/jobnik-manager-test/commit/96ad1bf924a6f24c092e57d245b6367d211d6b9a)) |
| 69 | +* trigger CI ([3f96e7a](https://github.com/MapColonies/jobnik-manager-test/commit/3f96e7aae979721cff1a181f9d1d17a87e672929)) |
| 70 | +* trigger CI ([9830c83](https://github.com/MapColonies/jobnik-manager-test/commit/9830c83c62a52ce45fc1e2882ddae37cd4f777d7)) |
| 71 | +* trigger CI ([6652073](https://github.com/MapColonies/jobnik-manager-test/commit/6652073ca3aa0d6f690d25ac860cc0c2dd9f8ba5)) |
| 72 | +* trigger CI 11 ([0ceaab7](https://github.com/MapColonies/jobnik-manager-test/commit/0ceaab769f5676e5303e42d22b515b88bb5e462b)) |
| 73 | +* trigger CI 2 ([6ef0224](https://github.com/MapColonies/jobnik-manager-test/commit/6ef0224f581eb7be411f2b5f63f3ea250685bb01)) |
| 74 | +* trigger CI 2 ([b5ab86c](https://github.com/MapColonies/jobnik-manager-test/commit/b5ab86ca15106f91faa000dfd24a3975ae4fd3b8)) |
| 75 | +* trigger rc ([a408c78](https://github.com/MapColonies/jobnik-manager-test/commit/a408c780eec5cbd1fcf478cbba72de7cbc079772)) |
| 76 | +* trigger rc ([74047f1](https://github.com/MapColonies/jobnik-manager-test/commit/74047f19bf89307831bd0e2f4bcc9a7962efc08d)) |
| 77 | +* trigger rc ([f71b21d](https://github.com/MapColonies/jobnik-manager-test/commit/f71b21d887f76188eaa8a13c8d37fec2566c80f4)) |
| 78 | + |
| 79 | + |
| 80 | +### Miscellaneous Chores |
| 81 | + |
| 82 | +* enforce correct rc version ([21646ee](https://github.com/MapColonies/jobnik-manager-test/commit/21646ee2f7cb660b15ed49d436869b80cd345b8d)) |
| 83 | +* enforce correct rc version ([f20a1ed](https://github.com/MapColonies/jobnik-manager-test/commit/f20a1ed0b874720a095f6aca47639be74b1872cf)) |
| 84 | +* enforce correct rc version ([7c9b467](https://github.com/MapColonies/jobnik-manager-test/commit/7c9b4671e73d01950b000b548c31ad1204948b5d)) |
| 85 | +* enforce correct rc version ([d51d4c0](https://github.com/MapColonies/jobnik-manager-test/commit/d51d4c09cf699194e8243fde0bcaf5ffba875245)) |
| 86 | +* enforce correct rc version ([d4266b2](https://github.com/MapColonies/jobnik-manager-test/commit/d4266b286d954410522155bf34055fd10db0784d)) |
| 87 | +* enforce correct rc version ([15edc76](https://github.com/MapColonies/jobnik-manager-test/commit/15edc76ab07851fd785bb10aa0f17ebd92f48b07)) |
| 88 | +* enforce correct rc version ([c2f1fa6](https://github.com/MapColonies/jobnik-manager-test/commit/c2f1fa61ca9b6be67eedcc65076540e3eda0871d)) |
| 89 | +* enforce correct rc version ([01c1471](https://github.com/MapColonies/jobnik-manager-test/commit/01c14710d76f7a23ab21691d267f0c3ff356b09c)) |
| 90 | +* enforce correct rc version ([3681800](https://github.com/MapColonies/jobnik-manager-test/commit/3681800c52610e024e78c31da00d7aa1b519ec00)) |
| 91 | +* enforce correct rc version ([94bbab1](https://github.com/MapColonies/jobnik-manager-test/commit/94bbab19a11a7ff1ced79b4bf31acde3fe05500a)) |
| 92 | +* enforce correct rc version ([6ff5c81](https://github.com/MapColonies/jobnik-manager-test/commit/6ff5c81435fa6522cc1a995904ba2a7b1547c78f)) |
| 93 | +* enforce correct rc version ([ce99dd6](https://github.com/MapColonies/jobnik-manager-test/commit/ce99dd6ceba830f6bc1b80e84a811485219a7ecd)) |
| 94 | +* enforce correct rc version ([5611951](https://github.com/MapColonies/jobnik-manager-test/commit/56119517a8fd3fab2b69c5ecd35c5cfc6efd6b55)) |
| 95 | +* enforce correct rc version ([2e59db7](https://github.com/MapColonies/jobnik-manager-test/commit/2e59db74386bd82030607e831ff046c77b32506d)) |
| 96 | +* enforce correct rc version ([daeedeb](https://github.com/MapColonies/jobnik-manager-test/commit/daeedebdef91bef5b76d5157431913bc73b62afa)) |
| 97 | +* enforce correct rc version ([a98c129](https://github.com/MapColonies/jobnik-manager-test/commit/a98c1291489898c1d83124472e562c021c28c584)) |
| 98 | +* enforce correct rc version ([4e91033](https://github.com/MapColonies/jobnik-manager-test/commit/4e910336ef8a82a3b02fdb906cf9612f5f21acce)) |
| 99 | +* enforce correct rc version ([94a6c19](https://github.com/MapColonies/jobnik-manager-test/commit/94a6c19b49add6d414b5a9da5e7e563ba2c86c93)) |
| 100 | +* enforce correct rc version ([eb94f34](https://github.com/MapColonies/jobnik-manager-test/commit/eb94f3426ce3d1041e6a85f0c263bb7f3f743023)) |
| 101 | +* enforce correct rc version ([c9cb701](https://github.com/MapColonies/jobnik-manager-test/commit/c9cb701cb9ea9539b177c748f77981742d2b354c)) |
| 102 | +* enforce correct rc version ([7ccda96](https://github.com/MapColonies/jobnik-manager-test/commit/7ccda9653f2d4d204dffac083b49caeed64c7800)) |
| 103 | +* enforce correct rc version ([988d88b](https://github.com/MapColonies/jobnik-manager-test/commit/988d88bc827fd9b5b99e92c15622413b7c731d3d)) |
| 104 | +* enforce correct rc version ([0978b63](https://github.com/MapColonies/jobnik-manager-test/commit/0978b63a0252df10ede47f4ae6927ba4f7392260)) |
| 105 | +* enforce correct rc version ([769f4b3](https://github.com/MapColonies/jobnik-manager-test/commit/769f4b32fbdbef9558b2dadbff96e66a0cff5ac4)) |
| 106 | +* enforce correct rc version ([56235ce](https://github.com/MapColonies/jobnik-manager-test/commit/56235ce1d6f3c080d0070c3a6d3403535ebc64b7)) |
| 107 | +* enforce correct rc version ([abd9ccb](https://github.com/MapColonies/jobnik-manager-test/commit/abd9ccb48fa699744363e2b1f94cf882566f9d26)) |
| 108 | +* enforce correct rc version ([70dfb40](https://github.com/MapColonies/jobnik-manager-test/commit/70dfb40d98097e5371e1cf6608c01cf28c3c8d6a)) |
| 109 | +* enforce correct rc version ([60e6a32](https://github.com/MapColonies/jobnik-manager-test/commit/60e6a32b4735005a98cede55c042c5b50a7198d8)) |
| 110 | +* enforce correct rc version ([8e395b7](https://github.com/MapColonies/jobnik-manager-test/commit/8e395b7c3801ae60813f1816554d2de11cc30afc)) |
| 111 | +* enforce correct rc version ([128128c](https://github.com/MapColonies/jobnik-manager-test/commit/128128c2b6c805728e1ba935fb16e7ee6e0df8b2)) |
| 112 | +* enforce correct rc version ([00ce1d6](https://github.com/MapColonies/jobnik-manager-test/commit/00ce1d6d746ca66a798bf5b8574f428053e45bbb)) |
| 113 | +* enforce correct rc version ([4799343](https://github.com/MapColonies/jobnik-manager-test/commit/47993435ef0d751672de97e4f52aaecaeb6426f5)) |
| 114 | +* enforce correct rc version ([dd2b2dd](https://github.com/MapColonies/jobnik-manager-test/commit/dd2b2dd031c4e66c5cc3ddfc6711deaa264ae8a7)) |
| 115 | +* enforce correct rc version ([3e2d60c](https://github.com/MapColonies/jobnik-manager-test/commit/3e2d60ce79d79ce2e09dfea120de3a849c410544)) |
| 116 | +* enforce correct rc version ([235e037](https://github.com/MapColonies/jobnik-manager-test/commit/235e037f4f3172d919d1ee38309ed279c59a62d5)) |
| 117 | +* enforce correct rc version ([c4c04d1](https://github.com/MapColonies/jobnik-manager-test/commit/c4c04d10e0f7f966d5042ec4fdaef140d67180de)) |
| 118 | +* enforce correct rc version ([3f045bd](https://github.com/MapColonies/jobnik-manager-test/commit/3f045bdb92734472e5218e623a24c55e45b2d901)) |
| 119 | +* enforce correct rc version ([b06cd35](https://github.com/MapColonies/jobnik-manager-test/commit/b06cd3571993f2d8623f94ee1e1c4c354c8e2380)) |
| 120 | +* enforce correct rc version ([10f383f](https://github.com/MapColonies/jobnik-manager-test/commit/10f383f207b16fb54ed438853da5bda2a3989fe3)) |
| 121 | +* enforce correct rc version ([ae6468c](https://github.com/MapColonies/jobnik-manager-test/commit/ae6468c54a32b2185defe32333eccce47489bec8)) |
| 122 | +* enforce correct rc version ([e7031db](https://github.com/MapColonies/jobnik-manager-test/commit/e7031db1453018476514def40bb51e742e80abd7)) |
| 123 | +* enforce correct rc version ([73fc477](https://github.com/MapColonies/jobnik-manager-test/commit/73fc477670244c9c46868c2d3300b89a5047c443)) |
| 124 | + |
| 125 | + |
| 126 | +### Code Refactoring |
| 127 | + |
| 128 | +* : trigger CI 19 ([1596791](https://github.com/MapColonies/jobnik-manager-test/commit/159679199c40ac813c2a34577d1c6d105fa528e9)) |
| 129 | +* change the python ([54bb995](https://github.com/MapColonies/jobnik-manager-test/commit/54bb995ab00840b635a3754ff693fdb418e7e45c)) |
| 130 | +* clean python ([1595795](https://github.com/MapColonies/jobnik-manager-test/commit/15957958ad7ebc5cb5732de44bdfa518de726900)) |
| 131 | + |
3 | 132 | ## [0.1.8-rc.1](https://github.com/MapColonies/jobnik-manager-test/compare/v0.1.7-rc.1...v0.1.8-rc.1) (2026-02-08) |
4 | 133 |
|
5 | 134 |
|
|
0 commit comments