connectbase-client 5.6.0 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
본 SDK 의 모든 주요 변경사항을 [Keep a Changelog](https://keepachangelog.com/ko/1.1.0/) 형식으로 기록합니다.
|
|
4
4
|
버전은 [Semantic Versioning](https://semver.org/lang/ko/) 을 따릅니다.
|
|
5
5
|
|
|
6
|
+
## [5.6.1] - 2026-08-01
|
|
7
|
+
|
|
8
|
+
### Docs — `endpoint://` 터널 모델의 실질 상한 정정
|
|
9
|
+
|
|
10
|
+
**동작 변경 없음** (JSDoc 문구만). 5.6.0 은 `options.timeout` 상한을 300초로 안내하면서
|
|
11
|
+
"`endpoint://` 로 연결한 자체 호스팅 모델은 앞단 CDN 때문에 ~100초가 실질 상한" 이라는
|
|
12
|
+
단서를 달았다. 그 사이 백엔드가 ConnectBase→터널 구간을 클러스터 내부 직결로 바꿔
|
|
13
|
+
(`TUNNEL_PROXY_UPSTREAM_URL`) CDN 을 아예 거치지 않게 됐다 — 이제 이 구성도 300초를 다 쓴다.
|
|
14
|
+
낡은 단서를 그대로 두면 쓸 수 있는 예산을 스스로 낮춰 잡게 되므로 정정한다.
|
|
15
|
+
|
|
6
16
|
## [5.6.0] - 2026-08-01
|
|
7
17
|
|
|
8
18
|
### Added — `cb.ai.chat(request, options)` 의 생성 예산 (`options.timeout`)
|