Skip to content

Commit

Permalink
Add generated changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-changelog committed Sep 23, 2024
1 parent df871f1 commit 57b795f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions changelog/@unreleased/pr-2360.v2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
type: improvement
improvement:
description: |-
Dialogue more closely follows the URI specification as defined in [rfc3986 section 3.3](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3), and allows colons in http paths and query parameters. Previously the `:` character would be encoded as `%3A`, which is also allowed by rfc3986, however not required. Some server implementations, GCP APIs in particular, require colons in path strings not to be encoded.
This encoding is an implementation detail within dialogue, where either way is valid for servers which are compliant with the rfc. It is possible, though unlikely, that some custom servers or proxies do not handle unencoded colons correctly. Please reach out to us if you find cases where servers do not behave as expected!
Dialogue more closely follows the URI specification as defined in [rfc3986 section 3.3](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3), and allows colons in http paths and query parameters.
Previously the `:` character would be encoded as `%3A`, which is also allowed by rfc3986, however not required. Some server implementations, GCP APIs in particular, require colons in path strings not to be encoded.
This encoding is an implementation detail within dialogue, where either way is valid for servers which are compliant with the rfc.
It is possible, though unlikely, that some custom servers or proxies do not handle unencoded colons correctly. Please reach out to us if you find cases where servers do not behave as expected!
links:
- https://github.com/palantir/dialogue/pull/2360

0 comments on commit 57b795f

Please sign in to comment.