Open
Conversation
Capabilities setup
Update to lru v0.10.0
Prepare 0.32.0 release
Measures taken on 100 coldstart connections to a remote RDS mysql 5.7 in us-east-1, accessed from Spain. Units are ms. Before patch: Average: 222.01605959 Standard deviation: 20.28249939282523 After patch: Average: 152.8317912 Standard deviation: 22.382571070107467 Inlining queries make connections that require reading server settings run ~30% faster.
Inline ops that read settings
Use rust flate2 backend on default-rustls feature (see blackbeam#244)
…eplacement Replace crate priority_queue with keyed_priority_queue
Do not read unnecessary settings in Conn::read_settings
Upgrade `lru` to v0.14
* add glue code for ed25519 auth method in mysql_common * handle 0xfe case * Add ed25519 plugin to `should_change_user` test --------- Co-authored-by: Anatoly Ikorsky <aikorsky@gmail.com>
Fix connection count metrics
…tch-in-ExecRoutine Add `DriverError::StmtParamsNumberExceedsLimit`
Drop `pin-project` dependency
Drop unused `webpki` dependency
Make `ToConnection`, `Connection`, `ToConnectionResult` public
Co-authored-by: Paolo Barbolini <paolo@paolo565.org>
Properly update `active_wait_requests` metric (fix blackbeam#335)
Release `mysql_async` v0.36.0
This file contains hidden or 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
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.