Skip to content

Releases: edgeandnode/amp

v0.0.33

21 Nov 21:30
Immutable release. Only release title and notes can be modified.
8480a48

Choose a tag to compare

feat(ampup): use github api proxy (#1348)

v0.0.32

21 Nov 13:39
Immutable release. Only release title and notes can be modified.
454d60f

Choose a tag to compare

fix(query cmd): check for bearer token option, then stored auth schem…

v0.0.31

20 Nov 18:27
Immutable release. Only release title and notes can be modified.
7ad0fd0

Choose a tag to compare

chore(ci): ignore ampup tests

v0.0.16

10 Oct 16:47
Immutable release. Only release title and notes can be modified.
796fb01

Choose a tag to compare

chore: fix release publishing (#911)

v0.0.15

10 Oct 15:20
Immutable release. Only release title and notes can be modified.
7cda809

Choose a tag to compare

chore: fix image annotations (#910)

v0.0.14

10 Oct 13:14
Immutable release. Only release title and notes can be modified.
794f8cc

Choose a tag to compare

chore: rename to `amp` (#904)

v0.0.13

10 Oct 09:54
Immutable release. Only release title and notes can be modified.
8c3c220

Choose a tag to compare

chore: use vergen in nozzleup (#903)

v0.0.12

09 Oct 20:45
Immutable release. Only release title and notes can be modified.
a19bce8

Choose a tag to compare

chore: publish binaries with release versions (#902)

v0.0.11

09 Oct 19:00
Immutable release. Only release title and notes can be modified.
9b66d8b

Choose a tag to compare

feat(nozzleup): add polished error rendering (#901)

v0.0.10

08 Oct 18:49
Immutable release. Only release title and notes can be modified.
4ac5b2a

Choose a tag to compare

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.