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

New version: URIs v1.5.1 #93339

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: 5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4
Repo: https://github.com/JuliaWeb/URIs.jl.git
Tree: 67db6cc7b3821e19ebe75791a9dd19c9b1188f2b

Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
JuliaRegistrator referenced this pull request in JuliaWeb/URIs.jl Oct 13, 2023
* Add `::Pair` dispatch to `escapeuri`

The docstring for `URIs.URI` claims that passing a single query argument
as a `Pair` is valid. However, since there is no method specifically for
pairs the fallback method is used. The fallback method assumes the
argument iterates key-value pairs, but since `Pair` iterates the two
components this will simply encode the first characters of the key-value
pair instead.

* Set version to 1.5.1.
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch October 13, 2023 14:04 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment. You can edit blocking comments, adding [noblock] to them in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 4e5e9c4 into master Oct 13, 2023
14 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-uris-5c2747f8-v1.5.1-8e36b7febb branch October 13, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants