Skip to content

Commit

Permalink
build(datasets): Release/kedro datasets 1.5.3 (#312)
Browse files Browse the repository at this point in the history
* update version

Signed-off-by: Nok Chan <[email protected]>

* update release note

Signed-off-by: Nok Chan <[email protected]>

---------

Signed-off-by: Nok Chan <[email protected]>
  • Loading branch information
noklam authored Aug 18, 2023
1 parent b9f990d commit 1831245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions kedro-datasets/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Upcoming Release
## Major features and improvements

## Bug fixes and other changes

# Release 1.5.3:
## Bug fixes and other changes
* Made `databricks.ManagedTableDataSet` read-only by default.
* The user needs to specify `write_mode` to allow `save` on the data set.
* Fixed an issue on `api.APIDataSet` where the sent data was doubly converted to json
string (once by us and once by the `requests` library).
* Fixed problematic `kedro-datasets` optional dependencies, revert to `setup.py`

## Community contributions
# Release 1.5.2:
Expand Down
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""

__version__ = "1.5.2"
__version__ = "1.5.3"

0 comments on commit 1831245

Please sign in to comment.