samscott89/serde_qs
 Watch   
 Star   
 Fork   
2026-05-15 11:15:27
serde_qs

v1.1.2

Fixed

  • do not strict-validate ignored compound fields (#168)
2026-04-06 00:29:36
serde_qs

v1.1.1

Other

  • Cargo feature / dependency cleanup (#165)
2026-03-22 03:51:32
serde_qs

v1.1.0

Added

  • add DuplicateKeyBehavior config option (#162)
2026-02-02 05:25:26
serde_qs

v1.0.0

Other

  • fix typos and improve clarity in documentation comments (#157)
2026-01-14 11:10:09
serde_qs

v1.0.0-rc.5

Other

  • fix typos and improve clarity in documentation comments (#157)
2025-12-15 01:28:30
serde_qs

v1.0.0-rc.4

Other

  • Bump warp (#156)
  • Update deserialization logic + add principles. (#147)
  • Bump MSRV + add profiling examples (#154)
2025-05-28 07:04:34
serde_qs

v1.0.0-rc.3

Other

  • Error when hitting serialization max depth (#144)
  • Deserialize empty value as bool=true (#142)
2025-05-28 01:12:34
serde_qs

v1.0.0-rc.2

Other

  • Cleanup of web utils remove redundant OptionalQsQuery (since Option<T> now works) and add QsForm (#140)
  • More tests / minor change to field encoding (#139)
2025-05-27 05:11:32
serde_qs

v1.0.0-rc.1

Other

  • Fix maps with integer keys. (#138)
  • Support explicit serialization formatting for arrays. (#137)
  • v1 changelog (and more tests) (#135)
2025-05-27 00:28:28
serde_qs

v1.0.0-rc.0

Release candidate for stable v1 release

This release constitutes an full, incremental rewrite of v0.15 (the core of which was written about 8 years ago).

Changes

The rewrite:

  • addresses numerous existing bugs and feature requests
  • expands support for many more tyype
  • ensures most types roundtrip (ser -> de) correctly, with an extensive test suite to check
  • implements numerous performance optimizations, resulting in ~3x speedup and times generally in the sub-microsecond range.
  • simplifies a ton of the internal code, removing unnecessary de/serialization abstractions

The goal is to release this as a stable release shortly. Please leave any feedback here: https://github.com/samscott89/serde_qs/issues/134