Skip to content

Bump odbc-api from 24.1.1 to 25.0.0#627

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/odbc-api-25.0.0
Open

Bump odbc-api from 24.1.1 to 25.0.0#627
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/odbc-api-25.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps odbc-api from 24.1.1 to 25.0.0.

Changelog

Sourced from odbc-api's changelog.

25.0.0 - 2026-04-21)

Added

  • If it is clear at compile time that a statement handle would be freed right after being closed, it is no longer explicitly closed. This safes a call to the ODBC API while still freeing all resources. It also can help sidestep problematic driver behaviour if errors occurr during SQLCloseCursor.

Changed

  • [breaking] Removed Cursor::close because it could violate invariants of statements if it failed for cursors which did not own the statement.
  • [breaking] Remove superfluous implementation of AsStatementRef for &mut StatementImpl
  • [breaking] Cursor and Preallocated statement type now requires Statement instead of AsStatementRef

24.1.2 - 2026-04-19

Yanked. Version 25.0.0 had been erronously be released as 24.1.2

Commits
  • 91681a0 chore: adapt changelog and version number
  • 8b466d0 chore(odbc-api): release v24.1.3
  • 50d2a43 feat!: Release as 25.0.0
  • 92bd421 feat!: Release as 25.0.0
  • 87dba58 chore(deps): bump tokio from 1.52.0 to 1.52.1
  • 5712ec6 chore: Udpate changelog
  • 6d86749 chore(odbc-api): release v24.1.2
  • 6124ff3 feat: If it is clear at compile time that a statement handle would be
  • ffceb1e refactor!: Cursor and Preallocated statement type now has to implement
  • 0aeb0a0 refactor: Use blanket implemenation of AsStatementRef for Statement's
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 21, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/odbc-api-25.0.0 branch 2 times, most recently from 17f4d3f to 43ab76d Compare April 30, 2026 01:04
Bumps [odbc-api](https://github.com/pacman82/odbc-api) from 24.1.1 to 25.0.0.
- [Release notes](https://github.com/pacman82/odbc-api/releases)
- [Changelog](https://github.com/pacman82/odbc-api/blob/main/CHANGELOG.md)
- [Commits](pacman82/odbc-api@v24.1.1...v25.0.0)

---
updated-dependencies:
- dependency-name: odbc-api
  dependency-version: 25.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/odbc-api-25.0.0 branch from 43ab76d to 88bb305 Compare April 30, 2026 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants