Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.

Fix deep object query escape - #26

Merged
ahx merged 4 commits into
mainfrom
fix-deep-object-query-escape
Jun 23, 2026
Merged

Fix deep object query escape#26
ahx merged 4 commits into
mainfrom
fix-deep-object-query-escape

Conversation

@ahx

@ahx ahx commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Bumb version toi 0.12.1

Solves #25

ahx added 4 commits June 23, 2026 11:50
Remove obsolete unescaping of values, which lead to double-unescaping converting "+" to " ". This got obsolete in e00ddfc

Solves #25
for deepObject query parameters
- Changed: Require Ruby 3.3 or later
- Fixed: `deepObject` query parameter values were unescaped twice,
  corrupting percent-encoded characters (e.g. `%2B` became a space
  instead of `+`).
  ([#25](#25))
@ahx
ahx force-pushed the fix-deep-object-query-escape branch from b935eb8 to 0840ffa Compare June 23, 2026 11:00
@ahx
ahx merged commit 735023b into main Jun 23, 2026
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant