Releases: edgeandnode/amp
Releases · edgeandnode/amp
v0.0.33
v0.0.32
Immutable
release. Only release title and notes can be modified.
fix(query cmd): check for bearer token option, then stored auth schem…
v0.0.31
Immutable
release. Only release title and notes can be modified.
chore(ci): ignore ampup tests
v0.0.16
Immutable
release. Only release title and notes can be modified.
chore: fix release publishing (#911)
v0.0.15
Immutable
release. Only release title and notes can be modified.
chore: fix image annotations (#910)
v0.0.14
Immutable
release. Only release title and notes can be modified.
chore: rename to `amp` (#904)
v0.0.13
Immutable
release. Only release title and notes can be modified.
chore: use vergen in nozzleup (#903)
v0.0.12
Immutable
release. Only release title and notes can be modified.
chore: publish binaries with release versions (#902)
v0.0.11
Immutable
release. Only release title and notes can be modified.
feat(nozzleup): add polished error rendering (#901)
v0.0.10
Immutable
release. Only release title and notes can be modified.
fix: send schema message on first microbatch start (#893) This fixes a bug where, if the first microbatch yields no batches then the metadata message on microbatch end would be sent out before the schema. This breaks arrow flight clients which expect the schema to come first. Instead, the schema message is always sent on the first microbatch start.