Releases: GreptimeTeam/greptime-proto
Releases · GreptimeTeam/greptime-proto
v0.9.0
What's Changed
- refactor: remove task suffix by @WenyXu in #162
- feat: adds node info to heartbeat request by @killme2008 in #160
- feat: add QueryContext to RegionRequestHeader by @Kelvinyu1117 in #156
- feat: more metasrv node info by @fengjiachun in #163
- feat: add start_time_ms for metasrv node info by @fengjiachun in #167
- feat: add
QueryContext
toDdlTaskRequest
andFlowRequestHeader
by @WenyXu in #166 - feat: add
flow_id
anddrop_if_exists
toDropFlowExpr
by @WenyXu in #164 - feat: adds view expressions by @killme2008 in #165
- chore: ignore ccls cache dir by @waynexia in #171
- chore: add compaction paramaters by @v0y4g3r in #169
- feat: change EXPIRE WHEN to EXPIRE AFTER by @waynexia in #170
- feat: adds MergeScan plan node by @killme2008 in #172
- refactor!: remove the table in ddl response by @fengjiachun in #175
- feat: flownode role by @fengjiachun in #178
- feat: add fulltext options for column by @zhongzc in #179
- feat: adds view definition to CreateViewExpr by @killme2008 in #176
- feat: flush flow request by @discord9 in #182
- feat: add channel field to query context by @sunng87 in #183
- feat: heartbeat extension field by @fengjiachun in #190
- feat: add json type proto by @CookiePieWw in #188
- feat: support for batch querying metadata information of procedure by @poltao in #189
- feat: rename
replay_timeout_secs
totimeout_secs
by @WenyXu in #191 - feat: flow state size by @discord9 in #193
- feat: add json type by @WenyXu in #194
- feat: add expr for altering table attributes by @v0y4g3r in #192
- feat: proto 0.9.0 by @fengjiachun in #195
New Contributors
- @Kelvinyu1117 made their first contribution in #156
- @poltao made their first contribution in #189
Full Changelog: v0.7.0...v0.9.0
v0.7.0
What's Changed
- feat: region procedure service by @killme2008 in #137
- feat: add extension field to region response by @waynexia in #138
- feat: add drop database expr by @WenyXu in #139
- feat: enable database creation by @CookiePieWw in #141
- feat: add
PrepareRollback
,RollingBack
to procedure state by @WenyXu in #142 - chore: change create database api by @CookiePieWw in #143
- feat: get metasrv peers by @fengjiachun in #144
- feat(promql): add lookback parameter by @etolbakov in #145
- feat: PromQL ScalarCalculate plan by @Taylor-lagrange in #147
- chore: upgrade tonic and add timezone to region request header by @MichaelScofield in #148
- feat: add Create/Remove Task request by @discord9 in #150
- feat: add
source_tables
andsource_table_ids
by @WenyXu in #151 - refactor: move TableName out of meta common by @waynexia in #152
- feat: add
ChangeColumnType
expr by @KKould in #149 - refactor: replace
sink_table_id
withsink_table_name
by @WenyXu in #153 - ci: Align pull_request_template with the main repo + upgrade CI by @tisonkun in #155
- ci: fixup config pass by @tisonkun in #157
- refactor!: remove duration type by @fengjiachun in #158
- feat: upgrade java depends version by @fengjiachun in #159
- fix: mvn publish by @fengjiachun in #161
New Contributors
- @CookiePieWw made their first contribution in #141
- @etolbakov made their first contribution in #145
- @discord9 made their first contribution in #150
- @KKould made their first contribution in #149
- @tisonkun made their first contribution in #155
Full Changelog: v0.4.3...v0.7.0
v0.4.3
What's Changed
- fix: license header check ci by @Taylor-lagrange in #133
- feat: support timezone in gRPC query by @Taylor-lagrange in #132
- chore: add
Metrics
inFlightMetadata
by @shuiyisong in #134 - feat: support batch ddl by @fengjiachun in #135
- release: v0.4.3 by @fengjiachun in #136
Full Changelog: v0.4.2...v0.4.3
v0.4.2
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
v0.4.0
What's Changed
- refactor: common semantic type by @fengjiachun in #73
- feat: add interval column type by @QuenKar in #74
- feat: row-based insert by @fengjiachun in #72
- feat: mito wal proto by @evenyag in #75
- feat: impl serde for semantic type by @v0y4g3r in #77
- feat: handle multiple DeleteRequest by @NiwakaDev in #76
- feat: define region server related messages by @waynexia in #79
- feat: inteval type for row protocol, and multi row deletes by @fengjiachun in #80
- chore: pub region mod by @waynexia in #81
- feat: from valuedata for value by @fengjiachun in #82
- chore: rename RegionServer to Region by @waynexia in #85
- fix: typo by @MichaelScofield in #84
- fix: minor changes to region server by @waynexia in #88
- feat: make region request derive strum by @MichaelScofield in #87
- feat: define header for region request by @waynexia in #90
- docs: update primary key comment by @evenyag in #89
- refactor: remove all unnecessary 'optional' notation by @zyy17 in #91
- feat: create schema with options by @shuiyisong in #93
- feat: remove storage path in open/create request by @waynexia in #92
- feat: rm unused compact and flush by @fengjiachun in #95
- feat: v04 new heartbeat by @fengjiachun in #96
- feat: distributed alter table in region server by @MichaelScofield in #97
- fix: add a missing CMakeLists.txt file by @niebayes in #98
- feat: remove region id and add request header by @waynexia in #101
New Contributors
- @QuenKar made their first contribution in #74
- @NiwakaDev made their first contribution in #76
- @niebayes made their first contribution in #98
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat: region lease by @MichaelScofield in #49
- feat: table ident by @MichaelScofield in #50
- feat: carry duration since epoch in heartbeat by @MichaelScofield in #51
- feat: node epoch by @fengjiachun in #52
- feat: add ddl task service by @WenyXu in #53
- feat: Add DropTableTask, AlterTableTask by @WenyXu in #54
- refactor: heartbeat protocol by @fengjiachun in #56
- feat: add CompactTableExpr by @v0y4g3r in #57
- feat: add TraceID and SpanID in request header by @waynexia in #59
- feat: support c++ targets by @v0y4g3r in #60
- feat: add table version to alter expr by @WenyXu in #58
- refactor: using table id in RouteRequest and DeleteRequest by @MichaelScofield in #61
- feat: adds time column type by @killme2008 in #62
- fix: generate cpp grpc services by @v0y4g3r in #64
- fix: add cpp grpc CMakeLists.txt by @Nateiru in #66
- refactor: remove unused grpc methods by @MichaelScofield in #67
- feat: add status for response header by @fengjiachun in #65
- fix: modify cpp grpc CMakeLists.txt by @Nateiru in #68
- refactor: use table id in route request by @MichaelScofield in #69
- feat: add TruncateTableExpr by @DevilExileSu in #70
New Contributors
- @v0y4g3r made their first contribution in #57
- @killme2008 made their first contribution in #62
- @Nateiru made their first contribution in #66
- @DevilExileSu made their first contribution in #70
Full Changelog: 0.2.1...v0.2.2
0.2.1
What's Changed
- fix: lose common proto for java by @fengjiachun in #45
- fix: lose prom proto for java by @fengjiachun in #46
- feat: handle multiple
InsertRequest
s in GRPC method by @MichaelScofield in #47
Full Changelog: 0.2...0.2.1
v0.1.1
What's Changed
- move protobuf from GreptimeDB by @MichaelScofield in #1
- docs: add readme by @MichaelScofield in #2
- feat: publish GreptimeDB protobuf for Java using jitpack.io by @MichaelScofield in #4
- feat: add lock.proto by @Fengys123 in #3
- fix: typo and rename "expire" -> "expire_secs" by @Fengys123 in #5
- feat: add go protobuf generation by @zyy17 in #6
- feat: add BatchGet method in Store service by @Fengys123 in #7
- chore: gen_set_header for BatchGetRequest by @Fengys123 in #8
- chore: add grpc auth header by @shuiyisong in #9
- chore: separate auth header to message by @shuiyisong in #10
- feat: add FlushTableExpr by @WenyXu in #11
- feat: add FlushTableExpr to DdlRequest by @WenyXu in #12
- feat: add promql query support by @sunng87 in #13
- feat: add GRPC unary call service to our GreptimeDB by @MichaelScofield in #15
- feat: add GRPC client stream service to our GreptimeDB by @MichaelScofield in #16
- feat: add gRPC reflection service by @MichaelScofield in #17
- fix: fix github action to check untracked files by @vinland-avalon in #19
- feat: add dbname and health check api by @sunng87 in #18
- chore: add
BatchDelete
toStore
api by @shuiyisong in #21 - chore: add
gen_set_header
forBatchDeleteRequest
by @shuiyisong in #22 - fix: gen code java by @fengjiachun in #23
New Contributors
- @MichaelScofield made their first contribution in #1
- @Fengys123 made their first contribution in #3
- @zyy17 made their first contribution in #6
- @shuiyisong made their first contribution in #9
- @WenyXu made their first contribution in #11
- @sunng87 made their first contribution in #13
- @vinland-avalon made their first contribution in #19
- @fengjiachun made their first contribution in #23
Full Changelog: https://github.com/GreptimeTeam/greptime-proto/commits/0.1.1