Skip to content

Release Notes - v0.2.1

Release Date: 2026-01-18

Overview

OmniVault v0.2.1 refactors the cross-platform daemon code to use the oscompat library for cleaner platform abstraction.

Highlights

  • Cross-platform daemon code refactored to use oscompat library

What's Changed

Changed

  • Replace platform-specific daemon code with github.com/grokify/oscompat library
  • Go version updated to 1.25.5
  • Update CI workflow Go versions
  • Bump golang.org/x/crypto from 0.46.0 to 0.47.0

Installation

go get github.com/plexusone/omnivault@v0.2.1

Upgrading

This is a patch release with no breaking changes. Update your go.mod:

require github.com/plexusone/omnivault v0.2.1

Then run:

go mod tidy