Releases: timeplus-io/timeplus-native-jdbc
Releases · timeplus-io/timeplus-native-jdbc
v2.0.7
What's Changed
- change testcontainer by @Jasmine-ge in #63
- fix totals response bug by @Jasmine-ge in #65
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- fix the problem of getTables method by @Jasmine-ge in #61
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- fix the secure connection problem by @Jasmine-ge in #55
- add more complex tests and nested type test by @Jasmine-ge in #57
- support jdk8 by @Jasmine-ge in #59
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Fix the problem existed in nullable(uuid) by @Jasmine-ge in #48
- Add more data types testing by @Jasmine-ge in #45
- Fix the problem of map(low_cardinality) and tuple(low_cardinality) by @Jasmine-ge in #51
- fix the logging problem in some datatypes by @Jasmine-ge in #53
- fix the map default value problem by @Jasmine-ge in #54
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Fix the bug existed in low_cardinality(nullable) type by @Jasmine-ge in #43
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Enhancement/issue 30: support bigint and decimal type by @Jasmine-ge in #36
- Bugfix/issue 35: invalid version for lowcardinality keys by @Jasmine-ge in #37
- Refine build and publish process by @jovezhong
New Contributors
- @Jasmine-ge made their first contribution in #34
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- support bool data type by @lizhou1111 in #14
- more examples by @chenziliang in #18
- fix wrong commit by @lizhou1111 in #21
- service loader related fixes in jar build by @sarwarbhuiyan in #26
- add more test on all datatype and change test to Timeplus style by @lizhou1111 in #20
- fix null datatype bug by @lizhou1111 in #15
- rename com.github.timeplus to com.timeplus by @jovezhong in #28
- 2.0.1: re-introduce shaded jar by @jovezhong in #29
New Contributors
- @lizhou1111 made their first contribution in #14
- @sarwarbhuiyan made their first contribution in #26
- @jovezhong made their first contribution in #28
Full Changelog: v1.0.0...v2.0.1
v1.0.0
initial pre-release for streaming query processing.