Skip to content

Releases: duckedup/nidus

v0.97.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:54
3ce3a60

nidus 0.97.0

As a library:

cargo add nidus@0.97.0

As a CLI / server binary:

cargo binstall nidus              # prebuilt binary (incl. memory endpoints)
cargo install nidus   # from source

Changes

  • 🪺 chore: upgrade to Rust 1.98 (nidus-yoh) (#260)
  • 🪺 docs: lead with the vector store and full-text search (nidus-k5w) (#259)
  • 🪺 docs: give the stacked landing code blocks their gap back (#258)

Go SDK 0.97.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:55
3ce3a60

github.com/duckedup/nidus/sdks/go 0.97.0

go get github.com/duckedup/nidus/sdks/go@v0.97.0

Changes

Python SDK 0.97.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:55
3ce3a60

nidus 0.97.0 (Python SDK)

pip install nidus==0.97.0

Changes

JS SDK 0.97.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:58
3ce3a60

@duckedup/nidus 0.97.0

npm install @duckedup/nidus@0.97.0

Changes

v0.96.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:54
7fc4001

nidus 0.96.1

As a library:

cargo add nidus@0.96.1

As a CLI / server binary:

cargo binstall nidus              # prebuilt binary (incl. memory endpoints)
cargo install nidus   # from source

Changes

  • 🪺 simplify: one mock server, one e2e harness (#257)
  • 🪺 skill: simplify and optimize lanes for code that already ships (#256)
  • 🪺 docs: keep the two browser e2e tests honest against the new home page (nidus-e4k) (#255)
  • 🪺 docs: a landing page that sells the product, not the category (#254)
  • 🪺 docs: lead the home page with the CLI, serve and code (#252)

Go SDK 0.96.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:54
7fc4001

github.com/duckedup/nidus/sdks/go 0.96.1

go get github.com/duckedup/nidus/sdks/go@v0.96.1

Changes

Python SDK 0.96.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:54
7fc4001

nidus 0.96.1 (Python SDK)

pip install nidus==0.96.1

Changes

JS SDK 0.96.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:58
7fc4001

@duckedup/nidus 0.96.1

npm install @duckedup/nidus@0.96.1

Changes

v0.96.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:41
9d35fdf

nidus 0.96.0

As a library:

cargo add nidus@0.96.0

As a CLI / server binary:

cargo binstall nidus              # prebuilt binary (incl. memory endpoints)
cargo install nidus   # from source

Changes

  • 🪺 cargo install nidus ships everything: default = ["serve"] (#251)

Go SDK 0.96.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:41
9d35fdf

github.com/duckedup/nidus/sdks/go 0.96.0

go get github.com/duckedup/nidus/sdks/go@v0.96.0

Changes