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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.1.3

**Date** - 10/21/2025

**Release Tag** - [py2.1.3](https://github.com/datacommonsorg/api-python/releases/tag/py2.1.3)

**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)

This is a minor fix that removes text validation on the `surface_header_value` parameter so that additional Data Commons surfaces can be added without re-releasing the package. This is only used by Data Commons to track usage across its platforms, and does not change the behavior of the client.

## 2.1.2

**Date** - 10/16/2025
Expand Down
2 changes: 1 addition & 1 deletion datacommons_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.2"
__version__ = "2.1.3"
"""
Data Commons Client Package

Expand Down