Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [7.3.1] - 2026-01-06

### Added
- OpenTelemetry context-based base attributes to DiagnosticsMetrics

### Fixed
- Merge request context attributes with custom metrics - custom metrics now automatically include request-scoped base attributes (account, route_id, status_code, etc.) using OpenTelemetry Context API

## [7.3.0] - 2025-12-16
### Changed
- Update temporality to delta in metrics client
- New deploy pipeline with npm publish flow

### Fixed
- Fix account attribute to diagnostics metrics

## [7.2.9-beta.1] - 2025-12-12
### Changed
- Increase maximum attributes limit for diagnostics metrics
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/api",
"version": "7.3.0",
"version": "7.3.1",
"description": "VTEX I/O API client",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Loading