We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec10e7 commit 93bc618Copy full SHA for 93bc618
1 file changed
CHANGELOG.md
@@ -13,6 +13,20 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
13
<!-- markdownlint-disable MD024 -->
14
## [Unreleased]
15
16
+## [v0.14.0] - 2022-06-24
17
+
18
+### Changed
19
20
+- `SpringRow` into `SpringSinkRow` ([#50](https://github.com/SpringQL/SpringQL-client-c/pull/50))
21
+- `spring_row_close` -> `spring_sink_row_close` ([#50](https://github.com/SpringQL/SpringQL-client-c/pull/50))
22
23
+### Added
24
25
+- Following new APIs: ([#50](https://github.com/SpringQL/SpringQL-client-c/pull/50))
26
+ - `SpringSourceRow`
27
+ - `spring_source_row_from_json`
28
+ - `spring_source_row_close`
29
30
## [v0.13.0+4]
31
32
### Fixed
0 commit comments