Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VER: Release 0.25.0 #72

Merged
merged 3 commits into from
Dec 17, 2024
Merged

VER: Release 0.25.0 #72

merged 3 commits into from
Dec 17, 2024

Conversation

threecgreen
Copy link
Contributor

Breaking changes

  • Renamed VersionUpgradePolicy::Upgrade to UpgradeToV2 in preparation for a future
    DBN version 3

Enhancements

  • Added v1 and v2 modules to allow unambiguously referring to the record types for
    a given DBN version regardless of whether the record type has changed. Previously
    versioned aliases only existed for record types that have changed between DBN versions
    • Added identical namespaces to databento_dbn Python package
  • Changed dataset() method on MetadataBuilder to accept an impl ToString so now
    Dataset and &str can be passed directly
  • Added type aliases for TBBOMsg, BBO1SMsg, BBO1MMsg, TCBBOMsg, CBBO1SMsg,
    CBBO1MMsg in Python

Deprecations

  • Deprecated dataset module. The top-level Dataset enum and its const as_str()
    method provide the same functionality for all datasets. This module will be removed in
    a future version

@threecgreen threecgreen requested a review from a team December 17, 2024 17:15
Copy link
Contributor

@nmacholl nmacholl left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@threecgreen threecgreen merged commit 8d0ed98 into main Dec 17, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants