Skip to content

1.6.1-rc0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Nov 06:29
· 405 commits to main since this release
b44f39c

What's Changed

  • feat(logcache): limit max block count (#2982) by @superhx in #2983
  • fix(zerozone2): fix the upgrade from v1 to v2 by @superhx in #2985
  • perf(s3stream): compute compaction delay using min timestamp instead of sorting (#2984) by @Gezi-lzq in #2989
  • feat(timestamp): enhance RecordBinder to support TIMESTAMP and TIME types in union handling (#2981) by @Gezi-lzq in #2988
  • perf(zerozone2): smooth wal upload by @superhx in #2993
  • perf(s3stream): parallel append & optimize logcache init by @superhx in #2995
  • perf(s3stream): optimize logcache merge by @superhx in #2997
  • perf(s3stream): optimize limiter lock range (#2998) by @superhx in #2999
  • fix(wal): filter inner trim record for range get by @superhx in #3001
  • feat(zerozone2): add overload protection (#3002) by @superhx in #3003
  • fix(wal): fix leak caused by #3000 by @superhx in #3008
  • feat(connect): support connect openTelemetry and log for 1.6 by @woshigaopp in #2961
  • chore(metrics): move queue time record to AsyncNetworkBandwidthLimiter by @superhx in #3011
  • fix(core): auto add ops metrcis by @woshigaopp in #3013
  • perf(s3stream): async heavy log cache operation by @superhx in #3017
  • fix(binder): enhance RecordBinder and TypeAdapter to support STRUCT type conversion (#3005) by @Gezi-lzq in #3023
  • fix(logcache): guard cache free with writeLock by @superhx in #3022
  • fix(schema): streamline schema change handling and enhance test coverage (#3019) by @Gezi-lzq in #3024
  • feat(protobuf): enhance Protobuf data handling with LogicalMap support and enhance test coverage (#3020) by @Gezi-lzq in #3025
  • chore(release): release 1.6.1-rc0 by @Gezi-lzq in #3026

Full Changelog: 1.6.0...1.6.1-rc0