v0.4.1
What's Changed
- chore: remove table ident by @MichaelScofield in #99
- feat: region storage path by @fengjiachun in #102
- feat: add comment field to ColumnDef by @waynexia in #104
- feat: add duration column type by @QuenKar in #105
- feat: remove create_if_not_exists from region CreateRequest by @evenyag in #106
- feat: add truncation request in region server by @DevilExileSu in #103
- chore: add
dbname
in region request header for tracking purpose by @shuiyisong in #107 - ci: downgrade container to ubuntu 20.04 by @evenyag in #108
- chore(deps): bump tonic, tonic-build and prost by @waynexia in #110
- feat: remove the move_value api by @fengjiachun in #111
- refactor: remove router rpc by @WenyXu in #114
- feat: introduce the region role by @WenyXu in #113
- ci: publish maven artifact by @MichaelScofield in #116
- chore: upgrade maven gpg plugin by @MichaelScofield in #119
- feat: use GrantedRegion instead of region_ids by @WenyXu in #117
- feat: pass tracing context in proto by @Taylor-lagrange in #120
- feat: add
InvertedIndexMetas
by @zhongzc in #121 - feat: add type extension for column by @QuenKar in #122
- refactor(index): add base offset to
InvertedIndexMeta
by @zhongzc in #124 - feat: add
IF EXISTS
forDROP
by @zuston in #123 - feat: add closeable_region_ids in RegionLease by @WenyXu in #125
- feat(inverted_index): add row count to metas by @zhongzc in #126
- feat: java proto v0.4.1 by @fengjiachun in #128
New Contributors
- @Taylor-lagrange made their first contribution in #120
- @zhongzc made their first contribution in #121
- @zuston made their first contribution in #123
Full Changelog: v0.4.0...v0.4.1