Skip to content

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:36
a5d1eea

4.2.0 (2026-07-15)

Features

Bug Fixes

  • #85 (ce5f7d9)
  • SerializerSettings could reach be accessed in a state where ClientOptions were not defined (c852fc3)
  • 35 (5aa1835)
  • lower Newtonsoft.Json minimum version to 13.0.2 (#126) (20e7848)
  • Null object reference could be reached if there was no request data specified (ac37a62)
  • null-reference crash when a Where predicate null-checks a captured value (#122) (5581287)
  • PrepareRequestHeaders could be called without ClientOptions setting a default value (183bb55)
  • preserve DateTime kind, precision, and wall-clock across read and write (#123) (5c71f1c), closes #120