You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kedro-datasets/RELEASE.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
9
3
10
## Major features and improvements
4
11
@@ -14,6 +21,7 @@
14
21
15
22
- Fixed `PartitionedDataset` to reliably load newly created partitions, particularly with `ParallelRunner`, by ensuring `load()` always re-scans the filesystem .
16
23
- 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.
17
25
18
26
## Breaking changes
19
27
@@ -25,6 +33,7 @@ Many thanks to the following Kedroids for contributing PRs to this release:
0 commit comments