Commit 496328d
committed
🔖 release v1.1.8
## 1.1.8
* [FIX] fix stable hashing for mappings and sets by sorting on hashed keys and elements to prevent ordering errors
* [FIX] fix percent-encoding to operate on UTF-16 code units for accurate surrogate pair handling and JS compatibility
* [FIX] handle surrogate pairs only when valid high+low combination is present in UTF-8 encoding
* [FIX] replace code_unit_at with ord for direct code unit retrieval in EncodeUtils methods
* [FIX] fix WeakWrapper equality to compare underlying object identity instead of proxy instance
* [FIX] ensure thread-safe access to _proxy_cache with RLock in get_proxy
* [CHORE] add tests for EncodeUtils._encode_string with RFC3986 format and emoji handling
* [CHORE] update documentation1 parent 3cddf99 commit 496328d
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 | | |
2 | 13 | | |
3 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments