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
2 changes: 2 additions & 0 deletions packages/spacecat-shared-http-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
A set of TypeScript functions for creating HTTP responses with standardized formats, and classes for dealing with
authenticating HTTP requests.

> **v1.19.0**: Added trace ID extraction from HTTP headers for distributed tracing support.

## Table of Contents

- [Introduction](#introduction)
Expand Down
2 changes: 2 additions & 0 deletions packages/spacecat-shared-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository contains a collection of shared utility functions used across various SpaceCat projects. These utilities provide a range of checks and validations, from basic data type validation to more complex checks like ISO date strings and URL validation.

> **v1.76.0**: Added trace ID propagation support for distributed tracing across SpaceCat services.

## Installation

To install the SpaceCat Shared Utilities, you can use npm:
Expand Down