Opensolr Changelog

Recent updates and improvements to the Opensolr platform.

API × New ×

API Aug 29, 2026

  • New Try Every Integration Without an Account: Public Demo Credentials in All Five Packages
    Every integration can now be tried without an account. The LangChain, LlamaIndex, Haystack, MCP and Laravel Scout packages all ship with the credentials of a public demo account, so the quickstart in each README runs on a fresh machine with nothing to sign up for and nothing to configure. An index preloaded with 300 news articles is there to search immediately, and you can create your own indexes on the account and push documents into them. Everything created on it is deleted after 3 days, the account is shared with everyone using it, and the limits are small and per index — 200 MB of bandwidth and 50 MB of disk — so it covers a demo and a proof of concept rather than an application.

API Aug 28, 2026

API Aug 14, 2026

API Apr 3, 2026

API Mar 8, 2026

API Mar 3, 2026

  • New API Rate Limiting Goes Live: Per-User and Per-IP Limits With 429 Responses
    API rate limiting is now active. Every authenticated API request is tracked per user and per IP, with configurable limits per minute and per hour. If you exceed the threshold you will receive a 429 response with a Retry-After header — just back off and retry. Admin accounts are exempt. Individual users or IP addresses can also be given custom limits or blocked entirely. Monthly request counters are stored persistently so you can review your API usage over time.