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: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Version Changelog
2
2
3
+
## [v3.0.1] - 2025-10-13
4
+
### Added
5
+
- Added `enableMultipleCatalogSupport` connection parameter to control catalog metadata behavior.
6
+
7
+
### Updated
8
+
9
+
### Fixed
10
+
- Fixed complex data type conversion issues by improving StringConverter to handle Databricks complex objects (arrays/maps/structs), JDBC arrays/structs, and generic collections.
11
+
- Fixed ComplexDataTypeParser to correctly parse ISO timestamps with T separators and timezone offsets, preventing Arrow ingestion failures.
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,8 @@
4
4
5
5
### Added
6
6
7
-
- Added `enableMultipleCatalogSupport` connection parameter to control catalog metadata behavior.
8
-
9
7
### Updated
10
8
11
9
### Fixed
12
-
- Fixed complex data type conversion issues by improving StringConverter to handle Databricks complex objects (arrays/maps/structs), JDBC arrays/structs, and generic collections.
13
-
- Fixed ComplexDataTypeParser to correctly parse ISO timestamps with T separators and timezone offsets, preventing Arrow ingestion failures.
14
10
---
15
11
*Note: When making changes, please add your change under the appropriate section with a brief description.*
0 commit comments