Skip to content

Release 0.1.3#26

Closed
tbeason wants to merge 1 commit into
mainfrom
release/0.1.3
Closed

Release 0.1.3#26
tbeason wants to merge 1 commit into
mainfrom
release/0.1.3

Conversation

@tbeason

@tbeason tbeason commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Version bump to 0.1.3.

Changes since 0.1.2 (already on main via #25)

  • Added: automatic HTTP retries on the Historical API (429/5xx/Retry-After, full-jitter backoff, max_retries knob).
  • Changed (breaking): time-range kwargs start/end_start_dt/end_dt.
  • Changed: foreach_record now applies real backpressure with deterministic teardown.

This PR

  • Project.toml version 0.1.20.1.3
  • README status line → 0.1.3
  • USER_AGENTDatabentoAPI.jl/0.1.3
  • CHANGELOG.md: cut the [0.1.3] - 2026-06-04 section from [Unreleased], and repaired the footer compare links (the [Unreleased] link still pointed at v0.1.1 and the [0.1.2] entry was missing).

After merge, register with @JuliaRegistrator register on the merge commit; TagBot then tags v0.1.3 and creates the GitHub release.

🤖 Generated with Claude Code

- Bump version 0.1.2 -> 0.1.3 (Project.toml, README status, USER_AGENT).
- CHANGELOG: cut the [0.1.3] - 2026-06-04 section from [Unreleased]
  (HTTP retries, backpressured foreach_record, start_dt/end_dt rename) and
  repair the footer compare links (the [Unreleased] link still pointed at
  v0.1.1 and the [0.1.2] entry was missing).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@JuliaRegistrator

Copy link
Copy Markdown

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e810e4a737

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Project.toml
name = "DatabentoAPI"
uuid = "feb0aed8-3291-460b-9688-521dcb17a4bf"
version = "0.1.2"
version = "0.1.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bump the breaking release out of the patch series

This release documents a breaking rename from start / end_ to start_dt / end_dt in the new 0.1.3 changelog section, so publishing it as patch version 0.1.3 lets existing Julia users with compat such as "0.1" or ^0.1.2 resolve to a version where their current calls fail. Since the package states it follows SemVer, this should be a new compatible-series version (for example 0.2.0, with the README/user-agent/changelog links aligned) or the breaking API change should not ship in this patch release.

Useful? React with 👍 / 👎.

@tbeason

tbeason commented Jun 4, 2026

Copy link
Copy Markdown
Owner Author

Superseded by #27 — this should be 0.2.0 (breaking change → minor bump under SemVer), not 0.1.3.

@tbeason tbeason mentioned this pull request Jun 4, 2026
@tbeason tbeason closed this Jun 4, 2026
@tbeason
tbeason deleted the release/0.1.3 branch June 4, 2026 16:22
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.

2 participants