Skip to content

Commit 04ba819

Browse files
committed
docs: CHANGELOG
1 parent d09bed0 commit 04ba819

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ Also check the changes in springql-core: <https://github.com/SpringQL/SpringQL/b
1313
<!-- markdownlint-disable MD024 -->
1414
## [Unreleased]
1515

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))
31+
32+
### Removed
33+
34+
- `spring_source_row_close()` ([#62](https://github.com/SpringQL/SpringQL-client-c/pull/62))
35+
1636
## [v0.16.0+3] - 2022-07-11
1737

1838
### Fixed
@@ -124,8 +144,9 @@ Depends on springql-core v0.7.1.
124144
[Semantic Versioning]: https://semver.org/
125145

126146
<!-- Versions -->
127-
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+3...HEAD
147+
[Unreleased]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...HEAD
128148
[Released]: https://github.com/SpringQL/SpringQL-client-c/releases
149+
[v0.16.0+4]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+4...v0.16.0+4
129150
[v0.16.0+3]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0+2...v0.16.0+3
130151
[v0.16.0+2]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.16.0...v0.16.0+2
131152
[v0.16.0]: https://github.com/SpringQL/SpringQL-client-c/compare/v0.15.0+2...v0.16.0

0 commit comments

Comments
 (0)