Skip to content

Releases: maximilien/weave-cli

Release v0.2.6

01 Oct 20:13

Choose a tag to compare

Weave CLI v0.2.6

Changes since v0.2.5

  • chore: Final updates for v0.2.6 release
  • fix: Allow uploading specific recording files in asciinema.sh
  • fix: Correctly identify text vs image collections in listing
  • fix: Update document creation to use content field and proper timestamps
  • feat: Add metadata mode detection for document creation
  • feat: Add comprehensive pattern matching for collection and document deletion
  • fix: Add robust cleanup to demo scripts
  • fix: Handle invalid YAML array syntax in schema round-trip
  • fix: Handle complex array types in metadata schema conversion
  • fix: Update demo scripts to use new metadata flags
  • fix: Update e2e.sh compact mode verification for flat metadata
  • feat: Add metadata handling options for collection creation
  • fix: add X-Weaviate-Cluster-Url header for text2vec-weaviate vectorizer
  • chore: update demo recordings to use --text and --image flags
  • fix: set WeaveImages vectorizer to none
  • feat: add --text and --image flags for collection creation
  • fix: update TestSchema to use text2vec-weaviate vectorizer
  • feat: add --yaml and --json output flags to config show-schema
  • fix: YAML linting issues in schema files and exports
  • feat: add schemas_dir support for loading schemas from directory
  • feat: add config commands to list and show configured schemas
  • fix: correct YAML indentation in config.yaml schemas section
  • feat: add YAML document separator to exported schema files
  • feat: compact YAML format for simple metadata fields
  • feat: compact YAML format for datatype arrays in schema exports
  • fix: show JSON structure in both schema properties and metadata
  • docs: add JSON field inference documentation
  • feat: add JSON field structure inference for schema exports
  • fix: move compact schema tests before document deletion
  • style: fix struct field alignment in config.go
  • chore: add markdownlint config for CHANGELOG compatibility

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it executable:

# Linux/macOS
chmod +x weave-linux-amd64
mv weave-linux-amd64 /usr/local/bin/weave
weave --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

Release v0.2.5

01 Oct 01:36

Choose a tag to compare

Weave CLI v0.2.5

Changes since v0.2.4

  • fix: resolve YAML and Markdown linting issues
  • fix: remove incorrect type assertion in schema conversion
  • feat: add named schema support for collection creation
  • feat: add --compact flag to collection show command
  • refactor: modularize weaviate client into separate files
  • refactor: reorganize GitHub Actions into modular workflows

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it executable:

# Linux/macOS
chmod +x weave-linux-amd64
mv weave-linux-amd64 /usr/local/bin/weave
weave --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.2.4

30 Sep 17:30

Choose a tag to compare

Weave CLI v0.2.4

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it
executable:

# Linux/macOS
chmod +x weave-linux-amd64
./weave-linux-amd64 --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.2.3

30 Sep 02:07

Choose a tag to compare

Weave CLI v0.2.3

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it
executable:

# Linux/macOS
chmod +x weave-linux-amd64
./weave-linux-amd64 --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.2.2

29 Sep 23:48

Choose a tag to compare

Weave CLI v0.2.2

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it
executable:

# Linux/macOS
chmod +x weave-linux-amd64
./weave-linux-amd64 --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.2.1

29 Sep 23:40

Choose a tag to compare

Weave CLI v0.2.1

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it
executable:

# Linux/macOS
chmod +x weave-linux-amd64
./weave-linux-amd64 --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.2.0

29 Sep 23:24

Choose a tag to compare

Weave CLI v0.2.0

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it
executable:

# Linux/macOS
chmod +x weave-linux-amd64
./weave-linux-amd64 --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.0.3

22 Sep 22:28

Choose a tag to compare

Weave CLI v0.0.3

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it
executable:

# Linux/macOS
chmod +x weave-linux-amd64
./weave-linux-amd64 --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.0.2

22 Sep 21:48

Choose a tag to compare

Weave CLI v0.0.2

Downloads

  • Linux AMD64: weave-linux-amd64
  • Linux ARM64: weave-linux-arm64
  • macOS AMD64: weave-darwin-amd64
  • macOS ARM64: weave-darwin-arm64
  • Windows AMD64: weave-windows-amd64.exe

Installation

Download the appropriate binary for your platform and make it
executable:

# Linux/macOS
chmod +x weave-linux-amd64
./weave-linux-amd64 --help

# Windows
weave-windows-amd64.exe --help

Verification

Verify the integrity of the downloaded binary:

sha256sum -c checksums.txt

v0.0.1

22 Sep 21:44

Choose a tag to compare