What's Changed
- feat: alter fulltext index by @CookiePieWw in #196
- feat: introduce vector type by @zhongzc in #197
- feat: flow replace option by @discord9 in #198
- chore: rename ChangeColumnType to ModifyColumnType by @CookiePieWw in #200
- refactor: split up set and unset messages by @CookiePieWw in #199
- feat: add
UnsetTableOptions
by @WenyXu in #201 - feat: alter database ttl by @WenyXu in #203
- chore: derive every type with serde by @MichaelScofield in #206
- feat: add
add_if_not_exists
toAddColumn
by @evenyag in #207 - feat: alter inverted index by @lyang24 in #204
- feat: add bloom filter meta by @zhongzc in #210
- feat: add
WriteHint
andPrimaryKeyEncoding
toMutation
by @WenyXu in #209 - chore: upgrade
prost
to 0.13 by @evenyag in #211 - feat: Query ctx snapshots by @discord9 in #212
- chore: rename SequenceSnapshot by @discord9 in #213
- feat: support alter skipping index by @waynexia in #215
- feat: add cpu cores count in heartbeat's node info by @MichaelScofield in #217
- fix: add fast_drop_path for droprequest by @yihong0618 in #218
- feat: introduce roaring bitmap to inverted index by @zhongzc in #219
- refactor: remove cluster id by @v0y4g3r in #220
- feat: enhancement information_schema.flows by @AntiTopQuark in #221
- feat: add more trait for peer by @Wenbin1002 in #222
- feat: add explain options to query request by @evenyag in #225
- feat: add
manifest_version
toGrantedRegion
by @WenyXu in #224 - feat: add backend option to SetFulltext by @zhongzc in #226
- feat: add
extensions
field toGrantedRegion
by @WenyXu in #227 - feat: add
ProcedureStatus::Poisoned
by @WenyXu in #229 - feat: add tag_columns to series normalize plan by @waynexia in #223
- feat: add bulk insert request type by @v0y4g3r in #228
- chore: upgrade ci runner image version by @WenyXu in #233
- feat: add
SyncRegion
by @WenyXu in #230 - feat: add insert into logical plan in request by @discord9 in #231
- refactor: add selection to bulk by @v0y4g3r in #232
- fix: restore region selection to avoid breaking main branch by @v0y4g3r in #236
- feat: sst_min_sequences in QueryContext by @MichaelScofield in #234
- feat: remove region selection by @v0y4g3r in #237
- feat: introduce node workloads by @WenyXu in #235
- feat: add time index column to series divide plan by @waynexia in #238
- feat: data header to requests by @v0y4g3r in #240
- feat: bulk wal entry by @v0y4g3r in #239
- feat: add proto definition about trigger create by @fengys1996 in #241
- feat: frontend server by @v0y4g3r in #242
New Contributors
- @lyang24 made their first contribution in #204
- @yihong0618 made their first contribution in #218
- @AntiTopQuark made their first contribution in #221
- @Wenbin1002 made their first contribution in #222
Full Changelog: v0.9.0...v0.14.0