Skip to content

Commit 88769e8

Browse files
DimedSSajidAlamQB
andauthored
build(datasets): Release 8.0.0 (#1139)
* Release 8.0.0 Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com> --------- Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com> Signed-off-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com> Co-authored-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com>
1 parent f7bfa55 commit 88769e8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

kedro-datasets/RELEASE.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Upcoming Release 8.0.0
1+
# Upcoming Release
2+
## Major features and improvements
3+
## Bug fixes and other changes
4+
## Breaking Changes
5+
## Community contributions
6+
7+
8+
# Release 8.0.0
29

310
## Major features and improvements
411

@@ -14,6 +21,7 @@
1421

1522
- Fixed `PartitionedDataset` to reliably load newly created partitions, particularly with `ParallelRunner`, by ensuring `load()` always re-scans the filesystem .
1623
- Add a parameter `encoding` inside the dataset `SQLQueryDataset` to choose the encoding format of the query.
24+
- Corrected the `APIDataset` docstring to clarify that request parameters should be passed via `load_args`, not as top-level arguments.
1725

1826
## Breaking changes
1927

@@ -25,6 +33,7 @@ Many thanks to the following Kedroids for contributing PRs to this release:
2533

2634
- [Paul Lemonnier](https://github.com/PaulLemonnier)
2735
- [Seohyun Park](https://github.com/soyamimi)
36+
- [Daniel Russell-Brain](https://github.com/killerfridge)
2837

2938

3039
# Release 7.0.0

kedro-datasets/kedro_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""
22

33
__all__ = ["KedroDeprecationWarning"]
4-
__version__ = "7.0.0"
4+
__version__ = "8.0.0"
55

66
import sys
77
import warnings

0 commit comments

Comments
 (0)