Skip to content

1.5.0

Compare
Choose a tag to compare
@Enmk Enmk released this 25 Mar 10:57
· 482 commits to master since this release
1415b59

Fixes

  • Fixed build on GCC 10.2.1 (PR #56)
  • Fixed socket connecting on Windows (PR #63)
  • Fixed builds on platforms that do not have __int128 intrinsic by using absl::Int128 (PR #66)
  • Fixed bug in ColumnFixedString on mismatching value size (PR #68)
  • Fixed EnumType::GetName() for empty enums (PR #70)

Features

  • Allowing column names with spaces, quotes and other special symbols (PR #31)
  • Gracefully handling unexpected communication termination on INSERT (PR #64)
  • Supporting timezone parameter for DateTime and DateTime64 (PR #70)
  • Added TCP_NO_DELAY support (PRs: #54 #74)
  • Allow users to explicitly access LowCardinality(WrappedColumn) column as WrappedColumn (PR #79)

Other

  • Minor performance improvements (PR #58)
  • LZ4 version 1.9.2 (PR #60)
  • Minor API improvements (PR #82)