Skip to content

Releases: edgeandnode/amp

Nightly (2026-01-30)

30 Jan 00:41
Immutable release. Only release title and notes can be modified.
175655e

Choose a tag to compare

Nightly (2026-01-30) Pre-release
Pre-release
upgrade to DF 52, Arrow 57 and tonic 0.14 (#1329)

* upgrade arrow and datafusion

* upgrde prost and tonic

* upgrade datafusion to 52

* rustfmt

v0.0.35

28 Jan 14:44
Immutable release. Only release title and notes can be modified.
2dd4238

Choose a tag to compare

What's Changed

  • chore(nix): update rust toolchain sha by @fubhy in #1626
  • chore(ci): add nightly release by @fubhy in #1627
  • refactor(admin-api): move validation from datasets-derived by @LNSD in #1624
  • chore(ci): do not cancel release builds by @fubhy in #1628
  • chore(ci): fix release changelog body by @fubhy in #1631
  • chore(ci): improve docker image labeling and tagging by @fubhy in #1632
  • refactor(common): invert dependency on datasets-derived crate by @LNSD in #1633
  • refactor(datasets-common): rename RawDatasetKind to DatasetKindStr by @LNSD in #1634
  • refactor(extractors/solana): more streamlined extraction by @sistemd in #1621
  • refactor(dataset-store): move bless helpers to tests binary by @LNSD in #1635
  • docs: require /code-pattern-discovery before any planning by @LNSD in #1636
  • chore(ci): trigger nightly releases by tag by @fubhy in #1638
  • chore(deps): remove unused deps by @shiyasmohd in #1637
  • chore(ci): improve container tagging by @fubhy in #1639
  • chore(ci): consolidate release metadata by @fubhy in #1640
  • chore(ci): allow manual release trigger by @fubhy in #1641
  • chore(ci): fix release name by @fubhy in #1643
  • refactor(datasets-common): simplify Dataset trait with downcast support by @LNSD in #1642
  • chore(ci): optimise ci caching and build performance by @fubhy in #1645
  • chore(ci): remove sccache by @fubhy in #1647
  • refactor(datasets-derived): move FuncName from datasets-common by @LNSD in #1646

Full Changelog: v0.0.34...v0.0.35

Nightly (2026-01-28)

28 Jan 14:59
Immutable release. Only release title and notes can be modified.
e7d2b54

Choose a tag to compare

Nightly (2026-01-28) Pre-release
Pre-release
nightly-e7d2b54

Nightly 2026-01-28

Nightly (2026-01-29)

29 Jan 00:42
Immutable release. Only release title and notes can be modified.
c4cbce6

Choose a tag to compare

Nightly (2026-01-29) Pre-release
Pre-release
refactor(datasets-common): introduce NetworkId type (#1651)

Replace stringly-typed network identifiers with a validated newtype to shift
validation from runtime checks to parse-time, making invalid states unrepresentable.

- Add `NetworkId` newtype with non-empty validation and `serde`/`bincode` support
- Update `Table` struct to store `NetworkId` instead of `String`
- Propagate type change through extractors, manifests, and provider configs
- Add ergonomic `PartialEq` impls for comparing with `String` and `&str`

Signed-off-by: Lorenzo Delgado <[email protected]>

Nightly (2026-01-28)

28 Jan 13:49
Immutable release. Only release title and notes can be modified.
2dd4238

Choose a tag to compare

Nightly (2026-01-28) Pre-release
Pre-release
refactor(datasets-derived): move FuncName from datasets-common (#1646)

Relocate `FuncName` type to `datasets-derived` where it belongs alongside other derived dataset types, improving module cohesion.

- Move `func_name` module from `datasets-common` to `datasets-derived`
- Update imports in `common` catalog modules to use new location
- Update imports in `admin-api` schema handler
- Export `FuncNameError` alongside `FuncName` in `sql.rs`

Signed-off-by: Lorenzo Delgado <[email protected]>

v0.0.34

27 Jan 11:06
Immutable release. Only release title and notes can be modified.
d02138c

Choose a tag to compare

chore(ci): fix release workflow (#1625)

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)