Skip to content

Commit f04fd8c

Browse files
committed
Release v7.2.7
This version has increased metrics client interval and timeout settings
1 parent 6787e1e commit f04fd8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [7.2.7] - 2025-12-04
11+
### Changed
12+
- Increased metrics client interval from 5s to 60s and timeout from 5s to 60s
13+
1014
## [7.2.6] - 2025-11-05
1115
### Changed
1216
- Enhance the translation utilities by introducing a new state marker for translatable message strings, updating the parsing and formatting logic to handle this marker and ensuring that already translated messages are bypassed further processing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/api",
3-
"version": "7.2.6",
3+
"version": "7.2.7",
44
"description": "VTEX I/O API client",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)