From 264f5ccd8c851449054db1ba3d694fc0dc0c22fc Mon Sep 17 00:00:00 2001 From: GoshaDo <86723475+GoshaDo@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:31:44 +0200 Subject: [PATCH] chore(main): release 0.0.1 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5465334..60dde75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [0.0.1](https://github.com/quickube/qscaler-python-sdk/compare/v0.0.1...v0.0.1) (2025-01-06) + + +### Features + +* cleaning worker ([1a926b2](https://github.com/quickube/qscaler-python-sdk/commit/1a926b27b24884518c1e872748ef70eedeee88ea)) +* init poetry, dump code ([c69ae1b](https://github.com/quickube/qscaler-python-sdk/commit/c69ae1b56d693c9c5928c44d732764d58b889158)) +* 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)) +* working worker example ([#10](https://github.com/quickube/qscaler-python-sdk/issues/10)) ([6316a14](https://github.com/quickube/qscaler-python-sdk/commit/6316a144acdad391716ba207e485bc0cca18fd51)) + + +### Bug Fixes + +* added msg timeout envvar ([1ccdc6b](https://github.com/quickube/qscaler-python-sdk/commit/1ccdc6b34520a701aee1ebdb211e061c313f2e62)) +* circular imports ([873330f](https://github.com/quickube/qscaler-python-sdk/commit/873330f3bda580a4931e9845bb16029f8846e19d)) +* exter termination not checked for none ([95ea62a](https://github.com/quickube/qscaler-python-sdk/commit/95ea62aa9a7841cf3e44af5425618d4e8c144c9a)) +* fixed bugs ([6867c14](https://github.com/quickube/qscaler-python-sdk/commit/6867c14011aa8f989806984ac18870f320071a60)) +* linking in readme ([#21](https://github.com/quickube/qscaler-python-sdk/issues/21)) ([542ddaf](https://github.com/quickube/qscaler-python-sdk/commit/542ddaf96e11e07f71853a980847b222d0c79489)) +* linted project ([683d398](https://github.com/quickube/qscaler-python-sdk/commit/683d39894846e909a7b6c89699a70cf41d82dd92)) +* pyproject.toml ([33a7eef](https://github.com/quickube/qscaler-python-sdk/commit/33a7eef73e5bbc3047a2e96f12b264058a8a8071)) +* release-fix github token ([#19](https://github.com/quickube/qscaler-python-sdk/issues/19)) ([ddf59e6](https://github.com/quickube/qscaler-python-sdk/commit/ddf59e6b073551a61b0b85e19a38e31ce076a8f4)) +* rename packge name ([#20](https://github.com/quickube/qscaler-python-sdk/issues/20)) ([57128eb](https://github.com/quickube/qscaler-python-sdk/commit/57128eb93d0518a637b9d232e297625aeedd029f)) +* support for in cluster config ([7f07c0f](https://github.com/quickube/qscaler-python-sdk/commit/7f07c0f56ad10abe68042d03bea30602de71e28b)) +* unversioned ([3b6bb52](https://github.com/quickube/qscaler-python-sdk/commit/3b6bb5202be8b01497d1913c459d9e9676e60a09)) +* valueorsecret model ([7653d5b](https://github.com/quickube/qscaler-python-sdk/commit/7653d5b4d5d8fc93375abe7ca2f3e345cfc0face)) +* 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)) +* worker works ([00d371a](https://github.com/quickube/qscaler-python-sdk/commit/00d371a8e5a5e0f8e37b4ca68803589607614d8e)) + + +### Documentation + +* added some to readme ([91bc777](https://github.com/quickube/qscaler-python-sdk/commit/91bc77753c5a2df2f501afef737233d4b7bc148f)) + + +### Miscellaneous Chores + +* release 0.0.1 ([fb8b9da](https://github.com/quickube/qscaler-python-sdk/commit/fb8b9da72039935530c429934ce68de85e24fae2)) + ## 0.0.1 (2025-01-06)