-
Notifications
You must be signed in to change notification settings - Fork 3
Releases: NaverPayDev/prometheus
Releases · NaverPayDev/prometheus
- @naverpay/prometheus-hono@1.2.0
- @naverpay/prometheus-next@2.1.0
- @naverpay/prometheus-koa@2.1.0
- @naverpay/prometheus-hono@1.1.0
- @naverpay/prometheus-core@2.1.0
- @naverpay/prometheus-next@2.0.0
- @naverpay/prometheus-koa@2.0.0
- @naverpay/prometheus-hono@1.0.0
- @naverpay/prometheus-core@2.0.0
- @naverpay/prometheus-next@1.0.0
Previous Next
@naverpay/prometheus-hono@1.2.0
6c69c6d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
- 4961157: fix(hono): 경로 정규화가 동작하지 않아 동적 경로가 메트릭 라벨에 그대로 쌓이던 문제 수정
getHonoMetricsMiddleware: Next.js 라우트 그룹핑에url.href(scheme/host 포함)가 아니라url.pathname을 넘기도록 수정. 기존에는/http://host/...형태의 비정규화 라벨이 생성되었습니다.getHonoMetricsMiddleware: 사용자가 제공한normalizePath가 우선 적용되도록 수정. 기존||체이닝에서는 Next.js 그룹핑이 미매칭 시에도 비어있지 않은 값을 반환해normalizePath가 무시되었습니다. 이제normalizePath가 값을 반환하면 그 값을 사용하고,undefined를 반환하면 Next.js 그룹핑 → 기본 정규화로 위임합니다(하이브리드 앱에서 "API 경로만 직접 정규화, 나머지는 Next.js에 위임" 가능).normalizePath반환 타입을string | undefined로 확장.createNormalizedHonoRouterPath:prefix가 두 번 부착되던 버그 수정(/prefix/prefix/...). 이제prefix인자가 정상 동작합니다.
Assets 2
@naverpay/prometheus-next@2.1.0
c2793ef
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
@naverpay/prometheus-koa@2.1.0
c2793ef
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
@naverpay/prometheus-hono@1.1.0
c2793ef
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
@naverpay/prometheus-core@2.1.0
@naverpay/prometheus-next@2.0.0
Assets 2
@naverpay/prometheus-koa@2.0.0
@naverpay/prometheus-hono@1.0.0
@naverpay/prometheus-core@2.0.0
Major Changes
-
1510d53: add @naverpay/prometheus-hono
Assets 2
@naverpay/prometheus-next@1.0.0
056bc60
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
Previous Next