Skip to content

v2.3.3

Compare
Choose a tag to compare
@congqixia congqixia released this 10 Nov 14:30
· 122 commits to master since this release
17be3e5

What's Changed

  • Fix unsafe direct field access for Int8/Int16 result data by @congqixia in #615
  • Remove field check logic for upsert by @congqixia in #617
  • Add upsert test cases by @ThreadDao in #614
  • Fix TestUpsertInvalidColumnData case using dynamic schema by @congqixia in #620
  • Fix QueryByPKs composes wrong expr when pk data has spaces by @congqixia in #619
  • Fix dynamic field $meta not in result set if using wildcard by @congqixia in #618
  • Support row based Array & fix varchar array type by @congqixia in #621
  • Parse result field data when result set entry count is not zero by @congqixia in #624
  • Add array field type test cases by @ThreadDao in #616
  • Support the replicate message api by @SimFG in #622
  • Bump version & make Collection Option EnableDynamicSchema work by @congqixia in #625

Full Changelog: v2.3.2...v2.3.3