Skip to content

Commit

Permalink
chore(ci): fix cz bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiani committed Sep 24, 2024
1 parent a1c9cf0 commit 867de21
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 867de21

Please sign in to comment.