Skip to content

Releases: panbanda/dna

dna: v0.2.1

29 Jan 19:36
d532162

Choose a tag to compare

0.2.1 (2026-01-29)

Bug Fixes

  • upgrade hf-hub from 0.3 to 0.4 (83fdd1e)
  • upgrade hf-hub from 0.3 to 0.4 (4198403)

dna: v0.2.0

29 Jan 04:04
b39972e

Choose a tag to compare

0.2.0 (2026-01-29)

⚠ BREAKING CHANGES

  • replace rigid ArtifactType enum with flexible kind string

Features

  • add HTTP server with REST API, MCP, and Lambda support (37359ad)
  • implement dna-server with REST API, MCP HTTP, and auth (1d67145)
  • integrate rmcp SDK for MCP server (a5bc05e)
  • replace rigid ArtifactType enum with flexible kind string (6a75f25)
  • replace rigid ArtifactType enum with flexible kind string (b3b2b9b)

Bug Fixes

  • address PR #10 review findings (cb3f26b)
  • ci: add handler tests, exclude only local.rs from coverage (721dc37)
  • ci: exclude untestable files from coverage threshold (a33a352)
  • ci: switch release-please to simple strategy for workspace support (65a2912)

dna: v0.1.7

28 Jan 17:13
7b597a1

Choose a tag to compare

0.1.7 (2026-01-28)

Features

  • add S3 storage support and figment-based config (2cd9877)
  • add S3 storage support and figment-based config (881e74b)

dna: v0.1.6

28 Jan 12:58
f27ccd1

Choose a tag to compare

0.1.6 (2026-01-28)

Features

  • implement local Candle embeddings and CLI improvements (af5275f)
  • implement local Candle embeddings and CLI improvements (fb55f1d)

dna: v0.1.5

27 Jan 23:41
a5943a6

Choose a tag to compare

0.1.5 (2026-01-27)

Bug Fixes

  • limit cargo jobs to reduce memory usage during LTO linking (ac03ae3)

Performance Improvements

  • use thin LTO for faster builds with lower memory usage (aeef7b8)

dna: v0.1.4

27 Jan 21:22
dc0f9dd

Choose a tag to compare

0.1.4 (2026-01-27)

Bug Fixes

  • use /mnt for swap file to avoid conflicts (201d2a1)

dna: v0.1.3

27 Jan 21:07
f741bbe

Choose a tag to compare

0.1.3 (2026-01-27)

Bug Fixes

  • restore full LTO and add swap space for ARM Linux builds (8a33b7c)
  • use macos-15-intel for x86_64 builds and thin LTO for faster CI (8e7f1b0)

Performance Improvements

  • use arduino/setup-protoc for faster CI builds (0df8a3b)

dna: v0.1.2

27 Jan 19:17
98fdc32

Choose a tag to compare

0.1.2 (2026-01-27)

Bug Fixes

  • install protoc in release workflow (3025a0b)

dna: v0.1.1

27 Jan 17:11
a680b9f

Choose a tag to compare

0.1.1 (2026-01-27)

Features

  • implement DNA CLI with LanceDB and semantic search (ab7c29d)
  • implement MCP tool handlers using services (e46033b)

Bug Fixes

  • allow dead_code for MCP service fields (ce8cd45)
  • CI fixes and add logo (7e687fb)
  • increase excessive-nesting-threshold to 10 (0054e0d)