Skip to content

Release history

vespa releases

AI + Data, online. https://vespa.ai

All releases

61 shown

No immediate action
v8.699.8 Maintenance

Routine maintenance and dependency updates.

No immediate action
v8.696.20 Maintenance

Routine maintenance and dependency updates.

No immediate action
v8.695.32 Maintenance

Routine maintenance and dependency updates.

No immediate action
v8.694.53 Maintenance

Routine maintenance and dependency updates.

No immediate action
v8.692.16 Maintenance

Routine maintenance and dependency updates.

No immediate action
v8.691.19 Maintenance

Routine maintenance and dependency updates.

No immediate action
v8.687.75 Maintenance

Routine maintenance and dependency updates.

v8.685.1 Maintenance

Minor fixes and improvements.

Full changelog

The command-line tool for Vespa.ai.

Use it on Vespa instances running locally, remotely or in the cloud.
Prefer web service API's to this in production.

See Vespa documentation and getting started with Vespa
CLI
.

Run make to build and test - make sure to use go 1.18 or higher.

v8.682.72 Maintenance

Minor fixes and improvements.

Full changelog

The command-line tool for Vespa.ai.

Use it on Vespa instances running locally, remotely or in the cloud.
Prefer web service API's to this in production.

See Vespa documentation and getting started with Vespa
CLI
.

Run make to build and test - make sure to use go 1.18 or higher.

v8.675.23 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

Full changelog

The command-line tool for Vespa.ai.

Use it on Vespa instances running locally, remotely or in the cloud.
Prefer web service API's to this in production.

See Vespa documentation and getting started with Vespa
CLI
.

Run make to build and test - make sure to use go 1.18 or higher.

v8.673.18 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.667.16 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.665.18 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.660.21 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.658.52 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.653.22 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.651.80 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.650.16 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.648.10 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.646.22 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.640.27 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.639.59 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.638.30 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

lsp-v2.4.9 Mixed
⚠ Upgrade required
  • Requires Java 17 or newer
Notable features
  • tensorFromStructs rank feature
  • Foreach rank feature bug fixes
  • Published to Open VSX registry
Full changelog

The Language-server for Vespa schemas

Use the jar file to integrate the language server into your favorite editor.

For Visual Studio Code and IntelliJ the language server should also be available in the marketplace for the editor.

Schema Language Server in Neovim

Requirements

Requires Java 17 or newer.

Optional: lspconfig plugin for nvim.

Installation

Download schema-language-server-jar-with-dependencies.jar.

Using lspconfig

The language server is registered at lspconfig as vespa_ls. If you have lspconfig installed, all that needs to
be done is to enable the language server.

Register .sd, .profile and .yql as filetypes (in init.lua):

vim.filetype.add {
  extension = {
    profile = 'sd',
    sd = 'sd',
    yql = 'yql'
  }
}

Create a config for schema language server (in init.lua):

vim.lsp.config('vespa_ls', {
    cmd = { 'java', '-jar', '/path/to/vespa-language-server_X.X.X.jar' },
    -- on_attach = ...
})

vim.lsp.enable('vespa_ls')

Manual Installation

If you don't want to use lspconfig you can refer to the LSP documentation for Neovim for manually registering the server.

What's New

  • The 'tensorFromStructs' rank feature.
  • Fix bugs related to the 'foreach' rank feature.
  • Publish to the Open VSX registry.
  • General stability improvements.
v8.636.27 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

lsp-v2.4.8 Mixed
⚠ Upgrade required
  • Requires Java 17 or newer
Notable features
  • Support for multiple inheritance of match-features
  • Fixed formatting bugs
Full changelog

The Language-server for Vespa schemas

Use the jar file to integrate the language server into your favorite editor.

For Visual Studio Code and IntelliJ the language server should also be available in the marketplace for the editor.

Schema Language Server in Neovim

Requirements

Requires Java 17 or newer.

Optional: lspconfig plugin for nvim.

Installation

Download schema-language-server-jar-with-dependencies.jar.

Using lspconfig

The language server is registered at lspconfig as vespa_ls. If you have lspconfig installed, all that needs to
be done is to enable the language server.

Register .sd, .profile and .yql as filetypes (in init.lua):

vim.filetype.add {
  extension = {
    profile = 'sd',
    sd = 'sd',
    yql = 'yql'
  }
}

Create a config for schema language server (in init.lua):

vim.lsp.config('vespa_ls', {
    cmd = { 'java', '-jar', '/path/to/vespa-language-server_X.X.X.jar' },
    -- on_attach = ...
})

vim.lsp.enable('vespa_ls')

Manual Installation

If you don't want to use lspconfig you can refer to the LSP documentation for Neovim for manually registering the server.

What's New

  • Support for multiple inheritance of match-features.
  • Fixed formatting bugs.
v8.631.39 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.629.20 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.624.72 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.620.35 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.618.24 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/reference/clie

v8.617.12 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.614.22 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.613.57 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.608.33 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.603.19 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.600.35 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.599.6 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.596.20 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.589.18 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.591.16 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.586.25 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.583.10 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.579.17 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.578.22 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.562.17 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.556.6 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.553.3 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.551.21 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.550.14 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.542.42 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.538.52 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.536.21 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

v8.533.16 Maintenance

The command-line tool for Vespa.ai. Use it on Vespa instances running locally, remotely or in the cloud. Prefer web service API's to this in production. See [Vespa documentation](https://docs.vespa.ai) and [getting started with Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html

lsp-v2.4.2 New feature

Added support for chunk in indexing expressions and improved YQL completion.

Beta — feedback welcome: [email protected]