Skip to content

Release v0.3.0#43

Merged
tbeason merged 2 commits into
mainfrom
release-v0.3.0
Jun 22, 2026
Merged

Release v0.3.0#43
tbeason merged 2 commits into
mainfrom
release-v0.3.0

Conversation

@tbeason

@tbeason tbeason commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Bumps version to 0.3.0 and finalizes the changelog so the release can be registered (0.2.0 is already in the General registry).

Highlights since 0.2.0

Requires DatabentoBinaryEncoding 0.1.4 (now registered).

After merge I'll trigger JuliaRegistrator on the merge commit.

🤖 Generated with Claude Code

Bump version 0.2.0 -> 0.3.0 and finalize the changelog. Highlights since
0.2.0: symbol joining on to_dataframe (symbols kwarg + re-exported helpers),
chunked + concurrent get_range, BentoTimeoutError + read-timeout handling,
tolerant typed decode of interleaved control records, and a precompile fix.

Requires DatabentoBinaryEncoding 0.1.4.

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

@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: ccb34c4fef

ℹ️ 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.2.0"
version = "0.3.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep the HTTP user agent in sync with the release version

With Project.toml publishing 0.3.0 here, the default Historical/Live clients still pick up USER_AGENT from src/http.jl, which is hard-coded to DatabentoAPI.jl/0.2.0 and used when callers do not override user_agent. In any 0.3.0 install, requests will therefore be mislabeled as 0.2.0, making server-side diagnostics and support/rate-limit analysis inaccurate; update that constant or derive it from the package version as part of the release bump.

Useful? React with 👍 / 👎.

USER_AGENT was hard-coded to "DatabentoAPI.jl/0.2.0" and used as the default
when callers don't override user_agent, so a 0.3.0 install would mislabel
every request as 0.2.0 (skewing server-side diagnostics / rate-limit
analysis). Derive it from `pkgversion(@__MODULE__)` so it always matches the
installed version and can't drift on future releases.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tbeason tbeason merged commit dc8f1bf into main Jun 22, 2026
8 checks passed
@tbeason tbeason deleted the release-v0.3.0 branch June 22, 2026 18:48
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