Skip to content

chore(release): 1.16.0 - #152

Merged
karlwaldman merged 1 commit into
mainfrom
release/1.16.0
Sep 13, 2026
Merged

karlwaldman merged 1 commit into
mainfrom
release/1.16.0

Conversation

@karlwaldman

Copy link
Copy Markdown
Member

Bumps oilpriceapi/version.py and pyproject.toml to 1.16.0 and turns the populated [Unreleased] section into [1.16.0] - 2026-09-13 (a fresh empty [Unreleased] stays on top).

What ships (since v1.15.0)

Added

Fixed

Deprecated

  • SubscriptionEvent.type, .code, .payload (always None) and .created_at (alias of observed_at) warn on access and are removed in 2.0.0. Nothing is removed in this release.

Verification (local, this branch, fresh venv with [dev])

  • import oilpriceapi; oilpriceapi.__version__1.16.0
  • pytest1990 passed, 3 failed, 68 skipped. The 3 failures are tests/integration/test_demo_contract.py receiving live 429 Too Many Requests from /v1/demo/prices — environmental, identical on main.
  • ruff check → clean
  • mypy oilpriceapi/ --ignore-missing-imports (exactly as test.yml runs it) → no issues in 55 files. Without that flag, 14 missing-stub errors for optional packages (numpy/pandas/matplotlib not installed) appear identically on clean origin/main c4bce22.
  • No 1.15.0 left outside CHANGELOG

PyPI publish runs on the GitHub release event (publish.yml) after merge.

🤖 Generated with Claude Code

https://claude.ai/code/session_015ao5paex73xXvuM424Libo

Adds typed spreads/indicators (#99), the subscription lifecycle get, update,
pause and resume (#100), and LTL and parcel fuel-surcharge clients (#101).
Fixes: SubscriptionEvent typed from the events the API sends (#149), a human
sentence no longer used as error.code (#145), and subscription list/events no
longer turning a malformed success or a bad cursor into an empty answer or a
full-history replay (#142). SubscriptionEvent.type/.code/.payload/.created_at
are deprecated for removal in 2.0.0.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015ao5paex73xXvuM424Libo
@coderabbitai

coderabbitai Bot commented Sep 13, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: fb1dfc11-10c5-4059-8943-381eda03ebe5


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@karlwaldman
karlwaldman merged commit 868322c into main Sep 13, 2026
7 checks passed
@karlwaldman
karlwaldman deleted the release/1.16.0 branch September 13, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant