June 26, 2025
0.18.1

The MCP server got an upgrade! You can now use it to query your data from any MCP client. You can now run it directly with npx or via a client like Claude Desktop.

June 19, 2025
0.18.0

You can now use the X-As-User header to query data as a specific user while using an API key as your authentication. This saves a round trip to the server to generate a user token.

June 11, 2025
0.17.2

We rolled out our new infrastructure that dramatically reduces the latency of our query endpoint.

Most queries against indexed data should now be less than 250ms (plus extra time if you request an answer).

Feb 27, 2025
0.6.0

We heard that our web app was a bit slow, so we dramatically improved the performance.

We also improved handling of spreadsheets and PDFS.

Feb 24, 2025
0.5.5

No more waitlist! You can now sign up and start using Hyperspell.

Feb 3, 2025
0.5.3

Our Python and TypeScript SDKs are now available and you can use them in your project. The installation is as easy as:

# Or use poetry, uv, ...
pip install hyperspell

The SDKs are fully typed and come with a comprehensive documentation:

from hyperspell import Hyperspell

client = Hyperspell(api_key="YOUR_APP_TOKEN")