Skip to content

chore(release): date the 1.14.0 changelog heading - #130

Merged
karlwaldman merged 1 commit into
mainfrom
release/v1.14.0
Sep 13, 2026
Merged

karlwaldman merged 1 commit into
mainfrom
release/v1.14.0

Conversation

@karlwaldman

Copy link
Copy Markdown
Member

One line, so the tag can be cut. ## [1.14.0] - Unreleased → ## [1.14.0] - 2026-09-13.

Unit suite: 743 passed, 14 skipped.

What 1.14.0 delivers

PyPI currently serves 1.13.0. Until this tag exists, pip install oilpriceapi installs a version where:

  • a caller-supplied raw path can change the API origin, sending Authorization: Token <key> to a foreign host — and //user@host/... makes httpx swap our token for Basic
  • non-idempotent writes are replayed — POST retried 3× on timeout and 3× on 503, with max_retries=0 ignored entirely
  • a response that omits code comes back wearing the code you asked for, so the consumer guard price.commodity == requested passes on exactly the responses where it needed to fail
  • client.diesel.* raises ValidationError against the live envelope
  • 18 catalogue codes resolve to a different instrument — LNG_NW_EUROPE_EUR → JKM, WTI_MIDLAND_USD → Cushing WTI

Note on scope

This release also carries fixes for three regressions introduced earlier the same day by the PRs above — a forbidden SPACE in query paths that broke the SDK's own demo.py, retries stripped from read-shaped POSTs, and a bare ValueError escaping the SDK exception hierarchy. All found by an expert review after the originals merged green.

🤖 Generated with Claude Code

https://claude.ai/code/session_015ao5paex73xXvuM424Libo

Only change: `## [1.14.0] - Unreleased` -> `## [1.14.0] - 2026-09-13`.

Unit suite: 743 passed, 14 skipped.

Co-Authored-By: Claude Opus 5 (1M context) <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: 0cc1282e-1a0e-4f05-a438-5fad63862382


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 7982b0b into main Sep 13, 2026
7 checks passed
@karlwaldman
karlwaldman deleted the release/v1.14.0 branch September 13, 2026 17:29
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