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
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,26 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
13
13
<!-- markdownlint-disable MD024 -->
14
14
## [Unreleased]
15
15
16
+
## [v0.16.0+4] - 2022-07-12
17
+
18
+
### Fixed
19
+
20
+
- Undefined behaviors on the following structures: ([#62](https://github.com/SpringQL/SpringQL-client-c/pull/62))
21
+
- SpringConfig
22
+
- SpringPipeline
23
+
- SpringSinkRow
24
+
- SpringSourceRow
25
+
- SpringSourceRowBuilder
26
+
27
+
### Changed
28
+
29
+
-`spring_push()` takes `SpringSourceRow *` instead of `const SpringSourceRow *`. It de-allocates `SpringSourceRow *`. ([#62](https://github.com/SpringQL/SpringQL-client-c/pull/62))
30
+
-`spring_source_row_add_column_blob()` returns new builder instead of modifying the existing one. ([#62](https://github.com/SpringQL/SpringQL-client-c/pull/62))
0 commit comments