Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
#47: Prepare changelog for release (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias authored Jan 18, 2022
1 parent 36ab0b3 commit bc1a9e9
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions doc/changes/changes_0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,35 @@
orphan: true
---

# BucketFs Utily Python 0.1.0, released XYZ
# BucketFs Utils Python 0.1.0, released 2022-01-18
Code name: Initial implementation

## Summary

### Features
This release provides a initial version of the BucketFS Utils Python. It allows you to download/upload files from/to the BucketFS into/from files, Python file object or strings. Inside a UDF it alternatively can read the files also from the local /buckets file system.

- #1: Added initial implementation.
## Features / Enhancements

- #1: Added initial implementation
- #6: Download file into fileobj, string or file
- #7: Upload file, string or fileboj
- #29: Add sphinx documentation
- #13: Read file, string, fileobj, joblib-obj from BucketFS inside a UDF, added Language Container.
- #13: Read file, string, fileobj, joblib-obj from BucketFS inside a UDF, added Language Container
- #45: Add release-droid GitHub workflow and prepare for release

## Bug Fixes

n/a

### Refactorings
## Documentation

- #47: Prepare changelog for release

## Refactoring

- #15: Remove DepHell dependency, because it is not maintained anymore
- #42: Moved BucketFS Location over from exasol_data_science_utils_python

## Security

n/a

0 comments on commit bc1a9e9

Please sign in to comment.