Skip to content

Releases: GreptimeTeam/greptimedb

Release v0.2.0-nightly-20230403

03 Apr 01:25
48c2841
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-nightly-20230328...v0.2.0-nightly-20230403

Release v0.2.0-nightly-20230328

28 Mar 08:47
509d07b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-nightly-20230327...v0.2.0-nightly-20230328-alpha

Release v0.2.0-nightly-20230327

27 Mar 01:44
b4fc8c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0-nightly-20230327

Release v0.1.2

21 Mar 07:07
b2a09c8
Compare
Choose a tag to compare
feat: phi accrual failure detector (#1200)

Release v0.2.0-nightly-20230320

20 Mar 01:27
6444161
Compare
Choose a tag to compare

What's Changed

  • refactor: port div_ceil from stdlib to avoid unstable features by @sunng87 in #1191
  • feat: add shutdown for standalone and metasrv by @WenyXu in #1174
  • ci: release the standalone binaries with pyo3 and install python utils in images by @zyy17 in #1194
  • ci: refactor compile-python.sh and use the python310 to build amd64 binary by @zyy17 in #1199

Full Changelog: v0.1.2-alpha...v0.2.0-nightly-20230320

Release v0.1.2-alpha

16 Mar 10:02
62e2a60
Compare
Choose a tag to compare
Release v0.1.2-alpha Pre-release
Pre-release
ci: release artifacts after binary and container is ready (#1192)

ci: release artifacts before binary and container is ready

Release v0.2.0-nightly-20230313

13 Mar 02:38
dfd91a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1-alpha...v0.2.0-nightly-20230313

Release v0.1.1-alpha

09 Mar 15:05
58bdf27
Compare
Choose a tag to compare

What's Changed

  • ci: tolerate error while building arm64 releases by @evenyag in #1143
  • ci: Fix step "build and push amd64" not triggered by @evenyag in #1145
  • fix: remove profile in mem-prof crate to suppress compiler warnings by @v0y4g3r in #1146
  • fix: remove unnecessary braces around block return value by @Fengys123 in #1147
  • chore: update dependencies by @waynexia in #1148
  • ci: modify scheduled release tag to 'v0.2.0-nightly-yymmdd' by @zyy17 in #1149
  • feat: abi3 & abi37 by @discord9 in #1151
  • fix: make pyo3 optional again by @sunng87 in #1153

Full Changelog: v0.1.0...v0.1.1-alpha

Release v0.1.1-alpha.1

18 Apr 08:03
5b5d953
Compare
Choose a tag to compare
ci: tolerate error while building arm64 releases (#1143)

* ci: allow failure while building arm64 docker

* ci: Remove continue-on-error on docker step

Release v0.1.0-alpha-ci.1

18 Apr 07:30
3f6cbc3
Compare
Choose a tag to compare
ci: Disable arm64 release temporarily (#1141)