Skip to content

Releases: oceanbase/oblogclient

v1.1.3

18 Sep 02:32
8247da0
Compare
Choose a tag to compare

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

12 Apr 09:09
113ba55
Compare
Choose a tag to compare

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

29 Mar 17:06
c1706af
Compare
Choose a tag to compare

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

13 Dec 03:20
Compare
Choose a tag to compare

What's Changed

  • [feat] introduce startTimestampUs, clusterId, sysUser and sysPassword 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

24 Oct 12:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: logclient-1.0.6...logclient-1.0.7

v1.0.6

21 Jul 13:23
Compare
Choose a tag to compare

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

17 Jun 07:46
Compare
Choose a tag to compare

What's Changed

  • Update docs about version compatibility and config param in #41, #42
  • Add workingMode to common configs in #46
  • Update config class for serialization & fix issue #47 in #45

Full Changelog: logclient-1.0.4...logclient-1.0.5

v1.0.4

20 May 03:50
Compare
Choose a tag to compare

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

24 Mar 08:07
Compare
Choose a tag to compare

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

31 Dec 07:57
Compare
Choose a tag to compare

Release Notes

Improvements and Bug fixes

  1. [fix]: Make sure to stop the ClientStream when the working thread is interrupted by @whhe in #9
  2. [refactor]: Make logmessage as a single package by @fankux in #11
  3. [build]: Add maven plugin to check code stype and license header by @whhe in #10 #14 #15
  4. [build]: Update logback to version 1.2.10 by @whhe in #17
  5. [docs]: Add documents about workflow of LogProxyClient by @whhe in #4 #18 #19
  6. [build]: Remove maven GPG plugin by @whhe in #20

Download