Releases: GreptimeTeam/greptimedb
Releases · GreptimeTeam/greptimedb
Release v0.1.0-alpha-20221123-nightly
What's Changed
- feat: impl alter table in distributed mode by @v0y4g3r in #572
- feat: integration test suite by @waynexia in #487
- test: add dummy select case by @waynexia in #618
- feat: support
explain
syntax by @francis-du in #546
New Contributors
- @francis-du made their first contribution in #546
Full Changelog: v0.1.0-alpha-20221122-nightly...v0.1.0-alpha-20221123-nightly
Release v0.1.0-alpha-20221122-nightly
What's Changed
- refactor: start options by @v0y4g3r in #545
- fix: split code and output in README by @killme2008 in #549
- docs: add RustPython to README's acknowledgement by @discord9 in #552
- feat: Implement
table_info()
forDistTable
(#536) by @MichaelScofield in #557 - fix: update blog address in readme by @lbt05 in #561
- feat: drop column for alter table by @killme2008 in #562
- ci: add nightly build job by @zyy17 in #565
- chore: Bump OpenDAL to v0.20 by @Xuanwo in #569
- docs: specify protoc version requirement by @waynexia in #564
- feat: update mysql default listen port to 4406 by @azhsmesos in #568
- feat: implement DESCRIBE TABLE by @morigs in #558
- refactor: Use re-exported arrow mod from datatypes crate by @evenyag in #571
- feat: lazy evaluated record batch stream by @waynexia in #573
- ci: modify image registry in
release.yml
by @zyy17 in #582 - fix: fix nightly build error and fix typo by @zyy17 in #588
- fix: make nullable as default when alter table by @yfractal in #591
- feat: disable mysql server on datande when running standalone mode by @v0y4g3r in #593
- chore: correct typos (#589) by @dongxuwang in #592
- fix: remove datanode mysql options in standalone mode by @v0y4g3r in #595
- fix: correctly open table when distributed datanode restart by @MichaelScofield in #576
- refactor: replace some usage of MutableBitmap by BitVec by @evenyag in #610
New Contributors
- @lbt05 made their first contribution in #561
- @Xuanwo made their first contribution in #569
- @azhsmesos made their first contribution in #568
- @morigs made their first contribution in #558
- @yfractal made their first contribution in #591
- @dongxuwang made their first contribution in #592
Full Changelog: v0.1.0-alpha-20221116...v0.1.0-alpha-20221122-nightly
Release v0.1.0-alpha-20221116
What's Changed
- chore: add issue&pr template by @xtang in #523
- fix: move ISSUE_TEMPLATE into .github dir by @waynexia in #525
- fix:
task list
syntax error in pull_request_template by @xtang in #528 - test: ignore empty s3 bucket config and fix tests from forked repo by @sunng87 in #529
- chore: fix typo by @SSebo in #524
- docs: move Docs section under Resources by @xtang in #530
- feat: distributed execute gRPC and Prometheus query in Frontend by @MichaelScofield in #520
- chore: remote issue title prefix from template by @waynexia in #533
- fix: field number of InsertExpr proto by @Fengys123 in #541
- chore: remove clean disk job by @waynexia in #543
- fix: respect node id and metasrv addr in config file by @v0y4g3r in #542
- refactor: Rename table-engine to mito by @evenyag in #539
New Contributors
Full Changelog: v0.1.0-alpha-20221115...v0.1.0-alpha-20221116
Release v0.1.0-alpha-20221115
docs: Add acknowledgment to README (#522) * docs: Add acknowledgment to README * docs: Address review comment