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

Bump/v0.33.0 #10

Closed
wants to merge 70 commits into from
Closed

Bump/v0.33.0 #10

wants to merge 70 commits into from

Conversation

L-jasmine
Copy link

No description provided.

cloneable and others added 30 commits January 26, 2023 18:38
This prevents internal queries like
`SELECT @@max_allowed_packet` from showing up in user
tracing unless tracing level TRACE is allowed.
Also move set_len(0) into put() and use Vec::shrink_to().
Allow specifying an initial pooled buffer size
…-conn-queries

Don't emit INFO spans for administrative queries
…s-spans

Record errors from routines in tracing spans
cloneable and others added 28 commits April 24, 2023 19:20
…eplacement

Replace crate priority_queue with keyed_priority_queue
Do not read unnecessary settings in Conn::read_settings
I found a spelling-mistake in the doc comments where `Executes` is misspelled as `Exectues` of the following methods:

`exec_batch()`
`exec()`
`exec_first()`
`exec_map()`
`exec_fold()`
`exec_drop()`
A leading forward slash in the connection URL makes
get_opts_db_name_from_url set db_name to Some("") rather than None.
This makes code pulling the db from config requiring extra checks as
db_name.is_some() will evaluate to true.
Empty database parameter is invalid for MySQL.
Usability improvement: leading forward slash empty database
Fixed spelling mistake in doc-comments
* The TTL, if set, forces connections to be disconnected, even
  overriding the minimum pool size constraint.
* The TTL can be combined with a random jitter value to prevent
  all connections closing at the same time.
* This enables gradual connection migration and regular connection
  recycling when CONN_RESET on return to pool is not desired.
Option to set an absolute TTL for connections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants