From 867de21af2708684e01a4933935397acb7e88b25 Mon Sep 17 00:00:00 2001 From: kiarash kiani Date: Tue, 24 Sep 2024 22:27:15 +0200 Subject: [PATCH] chore(ci): fix cz bumping versions --- CHANGELOG.md | 55 ---------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fb4e4..c26889e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,58 +1,3 @@ -## v0.4.0 (2024-09-24) - -### Feat - -- **sparkle**: revert to app_id to prevent confusions -- **pyspark**: integrating with sparkle -- **spark**: add azure implementations -- restructure to match the ARC Pattern -- spark added -- implementing the ARC software architecture pattern -- **sparkle**: structurizing the inputs field in pipeline decorator -- add base interface for spark app - -### Fix - -- **core**: deprecated id_ parameter leftover -- **controller**: auto provision causing resource creation before before configs -- **factory**: not passing region to aws controllers -- **sparkle**: depricated application paramter for spark controller -- **sparkle**: pin sparkle to v0.3.1 version -- **sparkle**: applications cant be added during controllers init -- **spark**: azure controller not passing applications to parent -- **spark**: make sparkle an optional dependency -- **factory**: tag property not getting initialized properly -- cloud connection creating fully connected dependency graph -- **spark**: creating glue job per pipeline -- **object_storage**: ARC new interface were not supporting -- circular import for type annotations - -## v0.3.0 (2024-08-02) - -### Feat - -- **tags**: add support for default and user/global tags -- **errors**: option to provide custom message to an exception -- **object_storage**: improved the error handlings -- **object_storage**: method to validate existance of an object -- **object_storage**: add list objects method -- **object_storage**: add delete method -- output running mode as warning log -- **aws, object_storage**: add read method - -### Fix - -- **provider**: setted properties were not directly available -- **object_storage**: not having access to original boto3 ClientError -- **object_storage**: not catching boto errors with http codes -- **resource_factory**: validate if aws provider has a region -- **object_storage**: align runtime region with buildtime region - -### Refactor - -- using custom error for build time errors -- rename bucket module name to object_storage - ## v0.2.0 (2024-07-31) ### Fix