All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
We originally added ### For developers
sections in order to separate changes for end-users and developers.
All other sections are for end-users.
The CHANGELOG mainly includes changes only applied to the C client. Also check the changes in springql-core: https://github.com/SpringQL/SpringQL/blob/main/CHANGELOG.md.
v0.17.1 - 2022-07-13
Depends on springql v0.17.1.
v0.17.0 - 2022-07-13
Depends on springql v0.17.0.
v0.16.1 - 2022-07-13
Depends on springql v0.16.1.
v0.16.0+4 - 2022-07-12
- Undefined behaviors on the following structures: (#62)
- SpringConfig
- SpringPipeline
- SpringSinkRow
- SpringSourceRow
- SpringSourceRowBuilder
spring_push()
takesSpringSourceRow *
instead ofconst SpringSourceRow *
. It de-allocatesSpringSourceRow *
. (#62)spring_source_row_add_column_blob()
returns new builder instead of modifying the existing one. (#62)
spring_source_row_close()
(#62)
v0.16.0+3 - 2022-07-11
- Memory leak of
SpringSourceRowBuilder
(#58)
v0.16.0+2 - 2022-07-06
- Release artifacts for
aarch64-unknown-linux-gnu
(#57)
v0.16.0 - 2022-07-05
Depends on springql v0.16.0.
v0.15.0+2 - 2022-06-30
- Fix name conflict of
errno
in aspring_last_err
's argument witherrno.h
(#54)
v0.15.0 - 2022-06-29
- Following new APIs: (#52)
spring_source_row_builder
spring_source_row_add_column_blob
spring_source_row_build
v0.14.0 - 2022-06-24
- Following new APIs: (#50)
SpringSourceRow
spring_source_row_from_json
spring_source_row_close
spring_column_blob()
mistakenly adds trailing null-termination to dest buffer. (#48)
spring_column_blob()
'sout_len
check. (#47)
- add include guard to
springql.h
. (#46)
- refactor: stop calling spring_config_default(). (#43)
- Rewrite with using springql-core's new APIs. (#36)
Depends on springql-core v0.9.0.
- Better doc comments on the header file (#35)
Depends on springql-core v0.9.0.
Depends on springql-core v0.8.0.
Started to write CHANGELOG from this version.
Depends on springql-core v0.7.1.