Skip to content

Bump diesel from 2.0.0 to 2.0.1#1803

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/diesel-2.0.1
Closed

Bump diesel from 2.0.0 to 2.0.1#1803
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/diesel-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 10, 2022

Copy link
Copy Markdown
Contributor

Bumps diesel from 2.0.0 to 2.0.1.

Release notes

Sourced from diesel's releases.

Diesel 2.0.1

This is a bugfix release containing the following fixes:

  • Fixed an issue with diesel_cli generating incompatible type names for the generate_missing_sql_type_definitions feature on PostgreSQL
  • Fixed an issue how diesel_cli handles sqlite urls while checking if a given database exists
  • Fixed an issue with PgConnection becoming unusable after hitting a database error in certain situations
  • Fixed an issue with diesel generating invalid SQL for certain INSERT … ON CONFLICT queries
  • Fixed diesel_derives generating code that triggers the disabled by default unused_qualifications lint

This release includes updated versions of diesel, diesel_cli and diesel_derives

Changelog

Sourced from diesel's changelog.

[2.0.1] 2022-10-07

Fixed

  • Fixed an issue with diesel_cli generating incompatible type names for the generate_missing_sql_type_definitions feature on PostgreSQL
  • Fixed an issue how diesel_cli handles sqlite urls while checking if a given database exists
  • Fixed an issue with PgConnection becoming unusable after hitting a database error in certain situations
  • Fixed an issue with diesel generating invalid SQL for certain INSERT … ON CONFLICT queries
  • Fixed diesel_derives generating code that triggers the disabled by default unused_qualifications lint
Commits
  • c163482 Insert the release date of 2.0.1 into the changelog
  • b1d030c Prepare a 2.0.1 release fixing various issues
  • 0d77050 Fix indent
  • 8444d15 fix fmt
  • 7d512b8 fixed unused qualifications issue in insertable
  • 051f39f Fix #3330
  • 91a4f1e Reenable diesel_async in benchmarks by using the crates.io release
  • 3455cfe move table definition to relevant test method
  • c8f4e4f clear connection after database error
  • 336e9a4 Verify that group_by expression is valid for the given table
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: diesel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/diesel-2.0.1 branch from d89ef4d to fc1cce0 Compare October 10, 2022 16:15
@ahl ahl self-assigned this Oct 10, 2022
@ahl

ahl commented Oct 10, 2022

Copy link
Copy Markdown
Contributor

@dependabot ignore this patch version

@dependabot dependabot Bot closed this Oct 10, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 10, 2022

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 2.0.1 again, unless you re-open this PR. 😢

@dependabot dependabot Bot deleted the dependabot/cargo/diesel-2.0.1 branch October 10, 2022 20:24
@ahl

ahl commented Oct 10, 2022

Copy link
Copy Markdown
Contributor

looks like a regression in diesel. will link the issue when filed

@jgallagher

Copy link
Copy Markdown
Contributor

filed diesel-rs/diesel#3368, which was addressed nearly immediately with a release of 2.0.2, which works (updated in #1812)

leftwo pushed a commit that referenced this pull request Nov 11, 2025
Crucible changes are:
Print file name for extents (#1811)
Add threads argument to `crucible-downstairs verify` (#1807)
Add `--verbose` option to `crucible-verify-raw` (#1806)
Restore `--gen` argument for binaries (#1805)
Bump to 2024 edition (#1799)
Perform reconciliation if all three downstairs are in live-repair (#1784)
Rename crucible-dtrace -> crucible-utils (#1803)
Add `crucible-verify-raw` and `crucible-raw-extent packages` (#1800)
Added extent-info to dump out region/extent/block specific offsets (#1797)

Propolis changes are:
Rework resource accessors to alleviate lock contention
Implement NVMe Doorbell Buffer feature
Overhaul block attachment and request dispatch
propolis-cli should be able to send TOML-defined CPU profiles (#943)
nvme: CQEs with command-specific error 0 are acceptable (#965)
leftwo added a commit that referenced this pull request Nov 13, 2025
Update Propolis and Crucible
    
Crucible changes are:
Print file name for extents (#1811)
Add threads argument to `crucible-downstairs verify` (#1807)
Add `--verbose` option to `crucible-verify-raw` (#1806)
Restore `--gen` argument for binaries (#1805)
Bump to 2024 edition (#1799)
Perform reconciliation if all three downstairs are in live-repair
(#1784)
Rename crucible-dtrace -> crucible-utils (#1803)
Add `crucible-verify-raw` and `crucible-raw-extent packages` (#1800)
Added extent-info to dump out region/extent/block specific offsets
(#1797)
    
Propolis changes are:
Rework resource accessors to alleviate lock contention
Implement NVMe Doorbell Buffer feature
Overhaul block attachment and request dispatch
propolis-cli should be able to send TOML-defined CPU profiles (#943)
nvme: CQEs with command-specific error 0 are acceptable (#965)

I also changed a bunch of `gen` -> `generation` as that is now what
Crucible has.

---------

Co-authored-by: Alan Hanson <alan@oxide.computer>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants