Release 0.2.0#27
Merged
Merged
Conversation
Breaking release (minor bump per SemVer for 0.x): the start/end_ -> start_dt/end_dt keyword rename is source-breaking for callers. - Bump version 0.1.2 -> 0.2.0 (Project.toml, README status, USER_AGENT). - CHANGELOG: cut the [0.2.0] - 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>
|
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump to 0.2.0.
This is a breaking release — per SemVer for
0.x, a source-breaking change bumps the minor (0.1.2→0.2.0, not a patch). The break is thestart/end_→start_dt/end_dtkeyword rename.Changes since 0.1.2 (already on
mainvia #25)max_retriesknob).start/end_→start_dt/end_dt.foreach_recordnow applies real backpressure with deterministic teardown.This PR
Project.tomlversion0.1.2→0.2.00.2.0USER_AGENT→DatabentoAPI.jl/0.2.0CHANGELOG.md: cut the[0.2.0] - 2026-06-04section from[Unreleased], and repaired the footer compare links (the[Unreleased]link still pointed atv0.1.1and the[0.1.2]entry was missing).After merge, register with
@JuliaRegistrator registeron the merge commit; TagBot then tagsv0.2.0and creates the GitHub release.(Supersedes #26, which used the wrong version number.)
🤖 Generated with Claude Code