Skip to content

v2.12.0

Compare
Choose a tag to compare
@gavv gavv released this 08 Feb 13:44
· 232 commits to master since this release
884a01c
  • Rename Value.Null to IsNull (#252)
  • Rename Boolean.True and Boolean.False to IsTrue and IsFalse (#252)
  • Correctly fill AssertionContext.Response field
  • Panic on invalid AssertionHandler
  • Add String.InListFold and NotInListFold (#261)
  • Deprecate RetryTemporaryNetworkErrors and RetryTemporaryNetworkAndServerErrors, add RetryTimeoutErrors and RetryTimeoutAndServerErrors (#270)
  • Lazy reading of response body (#244)
  • Preparations to make lib thread-safe (#233)
  • Improve documentation
  • Improve test coverage