Releases: edgeandnode/amp
Releases · edgeandnode/amp
Nightly (2026-01-30)
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
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-derivedcrate by @LNSD in #1633 - refactor(datasets-common): rename
RawDatasetKindtoDatasetKindStrby @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-discoverybefore 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
Datasettrait 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)
Immutable
release. Only release title and notes can be modified.
nightly-e7d2b54 Nightly 2026-01-28
Nightly (2026-01-29)
Immutable
release. Only release title and notes can be modified.
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)
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
chore(ci): fix release workflow (#1625)
v0.0.33
Immutable
release. Only release title and notes can be modified.
feat(ampup): use github api proxy (#1348)
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)