Skip to content

Release version 1.8.0 #88

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

Merged
merged 1 commit into from
Mar 24, 2025
Merged

Conversation

godlygeek
Copy link
Contributor

@godlygeek godlygeek commented Mar 24, 2025

This release adds support for binding parameters positionally with ? placeholders. This feature was contributed by @chands10.

This release also adds a new .as_datetime method to DatetimeUs to allow converting a DatetimeUs to a datetime.datetime. This feature was contributed by @gaborbernat.

This release also drops support for Python 3.7, which has at this point is several years past end-of-life, and which has become too difficult to support in our CI.

Full diff since the last release is 1.7.2...5c2e155

@godlygeek godlygeek requested a review from sarahmonod March 24, 2025 16:03
@godlygeek godlygeek self-assigned this Mar 24, 2025
This release adds support for binding parameters positionally with `?`
placeholders, and adds a new `.as_datetime` method to `DatetimeUs` to
allow converting a `DatetimeUs` to a `datetime.datetime`.

This release also drops support for Python 3.7, which has at this point
is several years past end-of-life, and which has become too difficult to
support in our CI.

Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek force-pushed the release_version_1.8.0 branch from 54d07d6 to 91f0fe6 Compare March 24, 2025 16:03
@godlygeek godlygeek merged commit 1a792fc into bloomberg:main Mar 24, 2025
10 checks passed
@godlygeek godlygeek deleted the release_version_1.8.0 branch March 24, 2025 16:37
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