2.5.0
New features
- Multiple endpoints for connection. by @MikhailBurdukov in #310 (and #327 by @Harvey-Liu)
- Add move semantics for
ColumnEnum
by @bduminiuc in #328 - Implemented
AppendRaw
/RawAt
forColumnDate
andColumnDate32
that work withuint16_t
/int32_t
by @Enmk in #320 - Fix
ColumnArrayT<ColumnLowCardinalityT<ColumnString>>::Append
by @Enmk in #331
Fixes
- Fix abnormal column names in gcc7.3.1 by @alenstarx in #317 (also #321 by @Enmk )
- Fix system cityhash setup by @ZhongRuoyu in #301
CI/CD and tests
Other
- Updated
ColumnString::LoadBody
by @Enmk in #309 - Fix compile warning by @1261385937 in #312
- added DEBUG_DEPENDENCIES by @Enmk in #302
- Set
backward_compatibility_lowcardinality_as_wrapped_column
default value tofalse
by @Enmk in #333
New Contributors
- @ZhongRuoyu made their first contribution in #301
- @MikhailBurdukov made their first contribution in #310
- @alenstarx made their first contribution in #317
- @bduminiuc made their first contribution in #328
- @Harvey-Liu made their first contribution in #327
Full Changelog: v2.4.0...v2.5.0