Releases: oceanbase/oblogclient
Releases · oceanbase/oblogclient
v1.1.3
What's Changed
- chore: set sys account in test and sample by @whhe in #77
- doc: Add description for LogProxy client parameters. by @yuanoOo in #79
- test: update dependencies and docker images for testing by @whhe in #81
- update the default connectTimeoutMs to 60s by @whhe in #80
New Contributors
Full Changelog: oblogclient-1.1.2...oblogclient-1.1.3
v1.1.2
What's Changed
- fix: call listener onException method synchronously
- feat: add oblogclient-sample module
Full Changelog: oblogclient-1.1.1...oblogclient-1.1.2
v1.1.1
What's Changed
- [docs] update tutorials and logmessage document for libobcdc 4.x
- [deps] bump ch.qos.logback:logback-classic from 1.2.10 to 1.2.13 and replase logback with log4j
- [bugfix] fix loop retry by modify retryTImes update logic
- [test] add it case for LogProxyClient
- [enhance] read project version from pom file
- [style] format xml with indent size 4 and modify import order
Full Changelog: oblogclient-1.1.0...oblogclient-1.1.1
v1.1.0
What's Changed
- [feat] introduce
startTimestampUs
,clusterId
,sysUser
andsysPassword
to startup config by @fankux in #58 - [refactor] update module and artifact name by @whhe in #60
- [doc] add Chinese documents by @whhe in #61
- [doc] update version compatibility about groupId and artifactId by @whhe in #62
- [doc] update LogMessage docs by @whhe in #63
- [bugfix] data parsing errors changed to retryable errors by @shimengfei in #64
- [build] update maven plugin check & format by @whhe in #66
Full Changelog: logclient-1.0.7...oblogclient-1.1.0
v1.0.7
What's Changed
- update version and error log message by @whhe in #54
- fix javadoc by @whhe in #55
- Bump protobuf-java from 3.18.2 to 3.19.6 by @dependabot in #56
- fix wrong field type for a TEXT column by @shimengfei in #57
New Contributors
- @shimengfei made their first contribution in #57
Full Changelog: logclient-1.0.6...logclient-1.0.7
v1.0.6
What's Changed
- use safeTimestamp by @whhe in #48
- check value when update checkpoint by @whhe in #49
- fix parseRecord by @whhe in #50
- update logmessage based on internal version by @whhe in #51
- update test with more detailed example by @whhe in #52
- update doc about fnmatch by @whhe in #53
Full Changelog: logclient-1.0.5...logclient-1.0.6
v1.0.5
v1.0.4
What's Changed
- fix v2 protocol lz4 decompress by @fankux in #33
- update ClientConf by @whhe in #35
- add obcdc configurations to connection config by @whhe in #36
- update checkpoint for record queue by @whhe in #40
- format logger message by @whhe in #39
- fix & optimize ClientStream process by @whhe in #37
Full Changelog: logclient-1.0.3...logclient-1.0.4
v1.0.3
Release Notes
Improvements and Bug fixes
- [dep]: Cleanup and update dependencies #21 #24
- [build]: Add a GitHub Action to automatically publish snapshot from master branch #25
- [fix] Fix license name. #26
- [fix]: Set context on bootstrap initialization #31
- [docs]: Update logproxy-client tutorial about
liboblog
parameters #32
Download
v1.0.2
Release Notes
Improvements and Bug fixes
- [fix]: Make sure to stop the ClientStream when the working thread is interrupted by @whhe in #9
- [refactor]: Make logmessage as a single package by @fankux in #11
- [build]: Add maven plugin to check code stype and license header by @whhe in #10 #14 #15
- [build]: Update logback to version 1.2.10 by @whhe in #17
- [docs]: Add documents about workflow of LogProxyClient by @whhe in #4 #18 #19
- [build]: Remove maven GPG plugin by @whhe in #20