Skip to content

Releases: upstash/context7

v1.0.11

25 May 07:46
decae95

Choose a tag to compare

What's Changed

  • feat: add user query parameter to documentation fetch requests by @enesgules in #222

Full Changelog: v1.0.10...v1.0.11

v1.0.10

24 May 15:27
b0352b1

Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

17 May 23:52
35d4a10

Choose a tag to compare

What's Changed

  • Replace GitHub stars with trust score in search results by @enesgules in #198

Full Changelog: v1.0.8...v1.0.9

v1.0.8

09 May 00:55
e9d951c

Choose a tag to compare

What's Changed

  • feat: improve search result formatting to handle missing data gracefully by @enesgules in #168

Full Changelog: v1.0.7...v1.0.8

v1.0.7

03 May 08:52
db9d37c

Choose a tag to compare

What's Changed

  • Added new code snippets and GitHub stars fields to help LLMs resolve the correct Context7-compatible library ID in #143
  • Increased the default token limit from 5,000 to 10,000 in #143
  • Added support for configuring the DEFAULT_MINIMUM_TOKENS value via environment variables in #130 by @akbxr

v1.0.6

23 Apr 17:06

Choose a tag to compare

If the token limit is set to less than 5000, it’s automatically raised to 5000 to avoid errors when LLMs use the get-library-docs tool.

v1.0.5

20 Apr 11:50

Choose a tag to compare

What's Changed

  • Added a new description field to help LLMs resolve the correct Context7-compatible library ID in #23
  • Made the libraryName parameter required when resolving library ID in #23
  • Updated the tokens parameter to support both string and number types in #26