|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.0.1](https://github.com/quickube/qscaler-python-sdk/compare/v0.0.1...v0.0.1) (2025-01-06) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* cleaning worker ([1a926b2](https://github.com/quickube/qscaler-python-sdk/commit/1a926b27b24884518c1e872748ef70eedeee88ea)) |
| 9 | +* init poetry, dump code ([c69ae1b](https://github.com/quickube/qscaler-python-sdk/commit/c69ae1b56d693c9c5928c44d732764d58b889158)) |
| 10 | +* return task to queue on force shutdown ([#11](https://github.com/quickube/qscaler-python-sdk/issues/11)) ([226317b](https://github.com/quickube/qscaler-python-sdk/commit/226317b477dc55f5bf3048e4827b4cf3ebb3d253)) |
| 11 | +* working worker example ([#10](https://github.com/quickube/qscaler-python-sdk/issues/10)) ([6316a14](https://github.com/quickube/qscaler-python-sdk/commit/6316a144acdad391716ba207e485bc0cca18fd51)) |
| 12 | + |
| 13 | + |
| 14 | +### Bug Fixes |
| 15 | + |
| 16 | +* added msg timeout envvar ([1ccdc6b](https://github.com/quickube/qscaler-python-sdk/commit/1ccdc6b34520a701aee1ebdb211e061c313f2e62)) |
| 17 | +* circular imports ([873330f](https://github.com/quickube/qscaler-python-sdk/commit/873330f3bda580a4931e9845bb16029f8846e19d)) |
| 18 | +* exter termination not checked for none ([95ea62a](https://github.com/quickube/qscaler-python-sdk/commit/95ea62aa9a7841cf3e44af5425618d4e8c144c9a)) |
| 19 | +* fixed bugs ([6867c14](https://github.com/quickube/qscaler-python-sdk/commit/6867c14011aa8f989806984ac18870f320071a60)) |
| 20 | +* linking in readme ([#21](https://github.com/quickube/qscaler-python-sdk/issues/21)) ([542ddaf](https://github.com/quickube/qscaler-python-sdk/commit/542ddaf96e11e07f71853a980847b222d0c79489)) |
| 21 | +* linted project ([683d398](https://github.com/quickube/qscaler-python-sdk/commit/683d39894846e909a7b6c89699a70cf41d82dd92)) |
| 22 | +* pyproject.toml ([33a7eef](https://github.com/quickube/qscaler-python-sdk/commit/33a7eef73e5bbc3047a2e96f12b264058a8a8071)) |
| 23 | +* release-fix github token ([#19](https://github.com/quickube/qscaler-python-sdk/issues/19)) ([ddf59e6](https://github.com/quickube/qscaler-python-sdk/commit/ddf59e6b073551a61b0b85e19a38e31ce076a8f4)) |
| 24 | +* rename packge name ([#20](https://github.com/quickube/qscaler-python-sdk/issues/20)) ([57128eb](https://github.com/quickube/qscaler-python-sdk/commit/57128eb93d0518a637b9d232e297625aeedd029f)) |
| 25 | +* support for in cluster config ([7f07c0f](https://github.com/quickube/qscaler-python-sdk/commit/7f07c0f56ad10abe68042d03bea30602de71e28b)) |
| 26 | +* unversioned ([3b6bb52](https://github.com/quickube/qscaler-python-sdk/commit/3b6bb5202be8b01497d1913c459d9e9676e60a09)) |
| 27 | +* valueorsecret model ([7653d5b](https://github.com/quickube/qscaler-python-sdk/commit/7653d5b4d5d8fc93375abe7ca2f3e345cfc0face)) |
| 28 | +* worker fetch queue name from env ([#12](https://github.com/quickube/qscaler-python-sdk/issues/12)) ([0204655](https://github.com/quickube/qscaler-python-sdk/commit/02046559760bc7aecd31a73967ef346850612a77)) |
| 29 | +* worker works ([00d371a](https://github.com/quickube/qscaler-python-sdk/commit/00d371a8e5a5e0f8e37b4ca68803589607614d8e)) |
| 30 | + |
| 31 | + |
| 32 | +### Documentation |
| 33 | + |
| 34 | +* added some to readme ([91bc777](https://github.com/quickube/qscaler-python-sdk/commit/91bc77753c5a2df2f501afef737233d4b7bc148f)) |
| 35 | + |
| 36 | + |
| 37 | +### Miscellaneous Chores |
| 38 | + |
| 39 | +* release 0.0.1 ([fb8b9da](https://github.com/quickube/qscaler-python-sdk/commit/fb8b9da72039935530c429934ce68de85e24fae2)) |
| 40 | + |
3 | 41 | ## 0.0.1 (2025-01-06)
|
4 | 42 |
|
5 | 43 |
|
|
0 commit comments