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

Update oracle requirement from 0.5.1 to 0.6.0 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Updates the requirements on oracle to permit the latest version.

Changelog

Sourced from oracle's changelog.

0.6.0 (2024-05-20)

Breaking changes:

  • Remove the lifetype parameter 'conn from [Statement] and remove stmt_without_lifetime feature added at 0.5.7
  • Add a new variant [OracleType::Xml]
  • Add a lifetime parameter to [SqlValue]
  • Change the return type of [Timestamp::new()], [Timestamp::and_tz_offset()], [Timestamp::and_tz_hm_offset()], and [Timestamp::and_prec()] to check the arguments
  • Change the return type of [IntervalDS::new()] and [IntervalDS::and_prec()] to check the arguments
  • Change the return type of [IntervalYM::new()] and [IntervalYM::and_prec()] to check the arguments
  • Remove [SqlValue::dup]
  • Add [#[non_exhaustive]] to [Error]
  • Remove deprecated trait method [Error::description] for [Error]
  • Remove [Connection::prepare()] and [StmtParam]

Deprecated:

  • All variants in [Error] enum are deprecated. The enum will be changed to struct in the future.

New features:

  • Add [Row::column_info()] to tell column names and types in [RowValue::get()]
  • Change the lifetime parameter of [ResultSet] to 'static when it is created by query methods of [Connection] or into_result_set methods of [Statement].
  • Send is implemented for the following types:
    • [Statement]
    • [ResultSet<'static, T>][ResultSet]
    • [Row]
    • [SqlValue]
    • [Object]
    • [Collection]

Changes:

  • Error messages are changed to follow "Error messages are typically concise lowercase sentences without trailing punctuation"
  • Update ODPI-C to 5.1.0. (see [ODPI-C release notes])
  • Update minimum supported Rust version to 1.60.0
  • Update rust edition to 2021
  • Change a undocumented method of the sealed trait [ColumnIndex]
  • Add #[drive(Debug)] for [Error] instead of explicitly implementing Debug for Error
  • Implement Error::source for Error

0.5.7 (2023-01-30)

New features:

  • Add stmt_without_lifetime feature flag.
  • Add [ObjectType::package_name()]
  • Add [Statement::last_row_id()]
  • Add [Connection::last_warning()]
  • Add [iter()][Collection::iter()], [indices()][Collection::indices()] and [values()][Collection::values()] methods, which creates iterators over [Collection] elements.

... (truncated)

Commits
  • 8f7afe8 Bump version to 0.6.0
  • c69572e Skip tests on Wine with the latest stable rust.
  • c207853 Suppress clippy warnings
  • 528e875 Fix tests for Oracle 23 client
  • 976f096 Change the return type of Timestamp::new(), Timestamp::and_tz_offset(), Times...
  • ac2aeb0 Change the return type of IntervalYM::new and IntervalYM::and_prec to check t...
  • 10711b3 Change the return type of IntervalDS::new and IntervalDS::and_prec to check t...
  • 1cb2895 Bump minimum chrono version to 0.4.20
  • 53be933 Downgrade cc crate to use it with oracle crate's MSRV
  • bdc3d7c Remove Connection::prepare() and StmtParam
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [oracle](https://github.com/kubo/rust-oracle) to permit the latest version.
- [Changelog](https://github.com/kubo/rust-oracle/blob/master/ChangeLog.md)
- [Commits](kubo/rust-oracle@v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: oracle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 30, 2024

Looks like oracle is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 30, 2024
@dependabot dependabot bot deleted the dependabot/cargo/oracle-0.6.0 branch May 30, 2024 15:27
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