Patch Changes
-
#2512
00652feThanks @gcanti! - Preserve content schema identifiers when emitting JSON Schema forSchema.fromJsonString.This keeps user-defined identifiers attached to the decoded JSON payload while giving the generated JSON string wrapper its own derived name, avoiding client codegen outputs where the payload type is renamed behind the transport wrapper.
-
#2492
6c58167Thanks @maxprilutskiy! - Map HttpApi json defects to SchemaError -
#2519
2bc5415Thanks @tim-smart! - Fix structural equality for request-style values when structural hashes collide. -
#2507
e11ccccThanks @tim-smart! - ensure handler errors don't cause httpapi security middleware to fallback -
#2518
ba7e77eThanks @tim-smart! - MoveUrlParams.makeUrltoUrl.makeand returnUrl.UrlErrorfor URL construction failures. -
#2505
5713ee7Thanks @KhraksMamtsov! - accept UrlParams.Input in some UrlParams apis