Skip to content

Commit 93a3cea

Browse files
karlwaldmanclaude
andcommitted
chore(release): 1.15.0
Energy Intelligence collection methods return the named collection they promise (#107); scheme-less base_url refused (#123); typed errors, a real 60s retry cap and no HTTP status on a local refusal (#123); empty 204 accepted (#103); ActionCable setup bounded and reconnect budget repaired (#108); telemetry no longer blocks the caller (#105); dated futures contracts refused instead of answered with the front month (#128); async diesel state fallback (#123). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015ao5paex73xXvuM424Libo
1 parent 7f2c3c5 commit 93a3cea

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the OilPriceAPI Python SDK will be documented in this fil
44

55
## [Unreleased]
66

7+
## [1.15.0] - 2026-09-13
8+
79
### Fixed
810

911
- **Energy Intelligence collection methods now return the collection they

‎oilpriceapi/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
Used in __init__.py, client.py, and async_client.py.
66
"""
77

8-
__version__ = "1.14.0"
8+
__version__ = "1.15.0"
99
SDK_VERSION = __version__
1010
SDK_NAME = "oilpriceapi-python"

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "oilpriceapi"
9-
version = "1.14.0"
9+
version = "1.15.0"
1010
description = "Official Python SDK for source-timestamped OilPriceAPI energy data"
1111
authors = [
1212
{name = "OilPriceAPI", email = "support@oilpriceapi.com"}

0 commit comments

Comments
 (0)