Skip to content

Releases: truespar/sentio

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:27
5161cd2

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.5 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.5
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.5 - linux/amd64, linux/arm64

Binaries

Platform File
Linux x86_64 sentio-smtp-0.1.5-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 sentio-smtp-0.1.5-aarch64-unknown-linux-gnu.tar.gz
Windows x86_64 sentio-smtp-0.1.5-x86_64-pc-windows-msvc.zip

sentio-mcp, the MCP server that gives agents email as tools,
ships as its own archive for the same three platforms:
sentio-mcp-0.1.5-<platform>. It needs no database of its
own - point it at a running Sentio with SENTIO_BASE_URL and
SENTIO_API_KEY.

The Linux builds are dynamically linked and need glibc 2.34 or
newer - Debian 12+, Ubuntu 22.04+, RHEL 9+. Binding port 25 as a
non-root user needs the capability rather than root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Windows has no privileged-port restriction, so no equivalent step
is needed there. Linux is the supported deployment target and is
what the container image and CI exercise; the Windows build is
compiled and published but not run in CI.

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:18

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.4 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.4
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.4 - linux/amd64, linux/arm64

Binaries

Platform File
Linux x86_64 sentio-smtp-0.1.4-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 sentio-smtp-0.1.4-aarch64-unknown-linux-gnu.tar.gz
Windows x86_64 sentio-smtp-0.1.4-x86_64-pc-windows-msvc.zip

The Linux builds are dynamically linked and need glibc 2.34 or
newer - Debian 12+, Ubuntu 22.04+, RHEL 9+. Binding port 25 as a
non-root user needs the capability rather than root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Windows has no privileged-port restriction, so no equivalent step
is needed there. Linux is the supported deployment target and is
what the container image and CI exercise; the Windows build is
compiled and published but not run in CI.

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 06:59

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.3 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.3
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.3 - linux/amd64, linux/arm64

Binaries

Platform File
Linux x86_64 sentio-smtp-0.1.3-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 sentio-smtp-0.1.3-aarch64-unknown-linux-gnu.tar.gz
Windows x86_64 sentio-smtp-0.1.3-x86_64-pc-windows-msvc.zip

The Linux builds are dynamically linked and need glibc 2.34 or
newer - Debian 12+, Ubuntu 22.04+, RHEL 9+. Binding port 25 as a
non-root user needs the capability rather than root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Windows has no privileged-port restriction, so no equivalent step
is needed there. Linux is the supported deployment target and is
what the container image and CI exercise; the Windows build is
compiled and published but not run in CI.

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 06:05

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.2 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.2
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.2 - linux/amd64, linux/arm64

Binaries

Dynamically linked, requiring glibc 2.34 or newer - Debian 12+,
Ubuntu 22.04+, RHEL 9+. Grant the port-binding capability
rather than running as root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 05:37

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.1 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.1
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.1 - linux/amd64, linux/arm64

Binaries

Dynamically linked, requiring glibc 2.34 or newer - Debian 12+,
Ubuntu 22.04+, RHEL 9+. Grant the port-binding capability
rather than running as root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.