-
Notifications
You must be signed in to change notification settings - Fork 123
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
v0.34 release #297
Merged
Merged
v0.34 release #297
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blackbeam
force-pushed
the
v0.34-release
branch
from
March 19, 2024 07:04
0c551f8
to
9d5ced3
Compare
convex-copybara bot
referenced
this pull request
in get-convex/convex-backend
Jul 4, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mysql_async](https://github.com/blackbeam/mysql_async) | workspace.dependencies | minor | `0.33.0` -> `0.34.0` | --- ### Release Notes <details> <summary>blackbeam/mysql_async (mysql_async)</summary> ### [`v0.34.1`](https://github.com/blackbeam/mysql_async/releases/tag/v0.34.1) [Compare Source](https://github.com/blackbeam/mysql_async/compare/v0.34.0...v0.34.1) #### What's Changed - Fix imports for non-default features by [@​blackbeam](https://github.com/blackbeam) in [https://github.com/blackbeam/mysql_async/pull/299](https://github.com/blackbeam/mysql_async/pull/299) **Full Changelog**: blackbeam/mysql_async@v0.34.0...v0.34.1 ### [`v0.34.0`](https://github.com/blackbeam/mysql_async/releases/tag/v0.34.0) [Compare Source](https://github.com/blackbeam/mysql_async/compare/v0.33.0...v0.34.0) #### What's Changed - Use an explicit priority check by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/271](https://github.com/blackbeam/mysql_async/pull/271) - Refactor pool creation in tests by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/268](https://github.com/blackbeam/mysql_async/pull/268) - Implement Borrow<QueueId> for QueuedWaker by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/266](https://github.com/blackbeam/mysql_async/pull/266) - Inline poll_new_conn_inner into only caller by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/267](https://github.com/blackbeam/mysql_async/pull/267) - Make queue_id non-optional by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/273](https://github.com/blackbeam/mysql_async/pull/273) - Drop unnecessary use of Pin by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/277](https://github.com/blackbeam/mysql_async/pull/277) - Silence clippy warnings by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/276](https://github.com/blackbeam/mysql_async/pull/276) - Always save the most recent waker by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/272](https://github.com/blackbeam/mysql_async/pull/272) - Delete GetConnInner::take by [@​espindola](https://github.com/espindola) in [https://github.com/blackbeam/mysql_async/pull/279](https://github.com/blackbeam/mysql_async/pull/279) - fix skip_domain_validation usage when using rustls by [@​alekitto](https://github.com/alekitto) in [https://github.com/blackbeam/mysql_async/pull/284](https://github.com/blackbeam/mysql_async/pull/284) - annotate `Transaction` with `must_use` by [@​petrosagg](https://github.com/petrosagg) in [https://github.com/blackbeam/mysql_async/pull/290](https://github.com/blackbeam/mysql_async/pull/290) - Allow specifying root certs and Client Identity as bytes rather than via a file by [@​blackbeam](https://github.com/blackbeam) in [https://github.com/blackbeam/mysql_async/pull/291](https://github.com/blackbeam/mysql_async/pull/291) - Allow specifying root certs and Client Identity \[for native-tls] as bytes rather than via a file by [@​rjobanp](https://github.com/rjobanp) in [https://github.com/blackbeam/mysql_async/pull/288](https://github.com/blackbeam/mysql_async/pull/288) - Allow overriding domain used for TLS hostname verification by [@​blackbeam](https://github.com/blackbeam) in [https://github.com/blackbeam/mysql_async/pull/292](https://github.com/blackbeam/mysql_async/pull/292) - Allow overriding domain used for TLS hostname verification by [@​rjobanp](https://github.com/rjobanp) in [https://github.com/blackbeam/mysql_async/pull/289](https://github.com/blackbeam/mysql_async/pull/289) - Use DROP USER in test by [@​grooverdan](https://github.com/grooverdan) in [https://github.com/blackbeam/mysql_async/pull/295](https://github.com/blackbeam/mysql_async/pull/295) - proxy `mysql_common` features by [@​blackbeam](https://github.com/blackbeam) in [https://github.com/blackbeam/mysql_async/pull/297](https://github.com/blackbeam/mysql_async/pull/297) #### New Contributors - [@​espindola](https://github.com/espindola) made their first contribution in [https://github.com/blackbeam/mysql_async/pull/271](https://github.com/blackbeam/mysql_async/pull/271) - [@​alekitto](https://github.com/alekitto) made their first contribution in [https://github.com/blackbeam/mysql_async/pull/284](https://github.com/blackbeam/mysql_async/pull/284) - [@​petrosagg](https://github.com/petrosagg) made their first contribution in [https://github.com/blackbeam/mysql_async/pull/290](https://github.com/blackbeam/mysql_async/pull/290) - [@​rjobanp](https://github.com/rjobanp) made their first contribution in [https://github.com/blackbeam/mysql_async/pull/288](https://github.com/blackbeam/mysql_async/pull/288) - [@​grooverdan](https://github.com/grooverdan) made their first contribution in [https://github.com/blackbeam/mysql_async/pull/295](https://github.com/blackbeam/mysql_async/pull/295) **Full Changelog**: blackbeam/mysql_async@v0.33.0...v0.34.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/get-convex/convex). GitOrigin-RevId: 6509626c78732e9f033417b4c3c47faab9a00e4b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.