We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064b55c commit 4e34ea4Copy full SHA for 4e34ea4
MIGRATING.md
@@ -4,11 +4,7 @@
4
5
The client no longer normalizes unicode strings in path parameters. This may affect
6
some applications using multibyte strings that were previously normalized.:
7
-To restore the previous behavior, set the following option prior to creating a service.
8
-
9
-```ruby
10
-ClientOptions.default.normalize_unicode = true
11
-```
+To restore the previous behavior, use the `normalize_unicode` request option.
12
13
## Type change for large numbers
14
0 commit comments