Skip to content

Releases: barrel-db/barrel

Release list

Barrel 1.0.1

Choose a tag to compare

@benoitc benoitc released this 10 Jul 22:45

First stable release of the Barrel umbrella, with a dependency-metadata fix.

Packages

App Version
barrel 1.0.1
barrel_crypto 1.0.0
barrel_docdb 1.0.0
barrel_vectordb 2.1.2
barrel_embed 2.3.0
barrel_rerank 1.0.0
barrel_spaces 1.0.1
barrel_faiss 1.0.0
barrel_server 1.0.1

All are published on Hex. barrel_vectordb and barrel_embed keep their 2.x
lines; everything else is 1.0, a promise that its API will not break without a
major bump.

What is in 1.0.1

barrel, barrel_vectordb, barrel_spaces, and barrel_server are patched so
their published packages declare their sibling dependencies. The 1.0.0 packages
placed those deps in a hex profile, which rebar3_hex drops from the package
metadata; the fix moves them to the default profile. See the
changelog.

Install

{deps, [{barrel, "~> 1.0"}]}.          %% the embeddable database
{deps, [{barrel_server, "~> 1.0"}]}.   %% REST/JSON + MCP server

Docs: https://barrel-db.eu/docs