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: docs/releases/0.10.md
+31-7Lines changed: 31 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ This version brings several important features, security improvements, and bug f
8
8
9
9
Big shout out to all contributors and a heartfelt welcome to our new contributors:
10
10
11
-
*@nogitting made their first contribution in https://github.com/Nike-Inc/koheesio/pull/154
12
-
*@zarembat made their first contribution in https://github.com/Nike-Inc/koheesio/pull/163
13
-
*@brunodd made their first contribution in https://github.com/Nike-Inc/koheesio/pull/180
11
+
*@nogitting made their first contribution in <https://github.com/Nike-Inc/koheesio/pull/154>
12
+
*@zarembat made their first contribution in <https://github.com/Nike-Inc/koheesio/pull/163>
13
+
*@brunodd made their first contribution in <https://github.com/Nike-Inc/koheesio/pull/180>
14
14
15
15
## Migrating from v0.9
16
16
@@ -24,12 +24,36 @@ For users currently using v0.9, consider the following:
24
24
25
25
*`JDBCReader`, `HanaReader`, and `TeradataReader` classes have been updated to use `params` over `options` for improved consistency and maintainability. The `options` field has been renamed to `params`, and an alias `options` has been added for backwards compatibility. These changes provide a more consistent API across different reader classes and improve code readability. Note that `dbtable` and `query` validation now occurs upon *initialization* rather than at *runtime*, requiring either `dbtable` or `query` to be submitted to use JDBC based classes.
0 commit comments