Skip to content

Commit dbd4ba2

Browse files
chore(main): release 1.8.0 (#104)
1 parent 128e462 commit dbd4ba2

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/gitcommitshow/resilient-llm/compare/v1.7.4...v1.8.0) (2026-05-31)
4+
5+
6+
### Features
7+
8+
* add openrouter provider ([#107](https://github.com/gitcommitshow/resilient-llm/issues/107)) ([128e462](https://github.com/gitcommitshow/resilient-llm/commit/128e462e03258a9e4e854e0cfbd82cf708d92d0e))
9+
10+
11+
### Bug Fixes
12+
13+
* chat switch before req completion ([#103](https://github.com/gitcommitshow/resilient-llm/issues/103)) ([b44b039](https://github.com/gitcommitshow/resilient-llm/commit/b44b039fd0336013819eb8aaa4abeeaf15d79768))
14+
* undo conflicts in react playground ([#105](https://github.com/gitcommitshow/resilient-llm/issues/105)) ([74fb5d3](https://github.com/gitcommitshow/resilient-llm/commit/74fb5d39cb55cfda6bbf2cf15fb0a74bfca90902))
15+
316
## [1.7.4](https://github.com/gitcommitshow/resilient-llm/compare/v1.7.3...v1.7.4) (2026-03-23)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resilient-llm",
3-
"version": "1.7.4",
3+
"version": "1.8.0",
44
"description": "ResilientLLM is a resilient, unified LLM interface with in-built circuit breaker, token bucket rate limiting, caching, and adaptive retry with dynamic backoff support.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)