You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ Compact Definition serialization format (schema version 2). Definitions serializ
33
33
- Schema discovery now finds schemas inside unqualified `<types>` elements.
34
34
-`Definition.from_h` raises `SchemaVersionError` (instead of `ArgumentError`) on schema version mismatches, so applications can catch it specifically and fall back to re-parsing.
35
35
-`Definition.from_h` raises `ArgumentError` with a helpful message when given a non-Hash argument (e.g. a file path string), guiding users toward `WSDL.parse` instead.
36
+
-`TypeCompactor` no longer raises `KeyError` for namespaces from imported schemas (e.g. PayPal's `urn:ebay:apis:CoreComponentTypes`).
37
+
-`Response::Builder` now serializes `xs:time` values as time-only strings (e.g. `14:30:00Z`) instead of full dateTime strings.
38
+
-`Response::TypeCoercer` now coerces `xs:date` values with timezone suffixes (e.g. `2024-03-15Z`, `2024-03-15+05:30`) to `Date` objects instead of falling back to raw strings. Per XSD Part 2 §3.2.9.1, the timezone is optional but valid.
39
+
-`Response::Builder` now preserves fractional seconds when serializing `xs:time` and `xs:dateTime` values. Output uses canonical form per XSD Part 2 §3.2.7.2 (no trailing fractional zeros).
0 commit comments