Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 16:42
· 27 commits to main since this release

1.2.0 - 2022-04-06

Added

  • Added simple retry policy configuration to superjson schema
  • Added openTime field to circuit breaker configuration in superjson schema

Changed

  • removed typescript-is and replaced it with ajv validation
  • isProfileDocumentNode and isMapDocumentNode do full schema validation
  • Cleaned up schema types by removing now obsolete | undefined.
  • Removed uri-reference format from HttpCallNode::url because it is incorrect and ajv is broken with it

Fixed

  • Fixed AssertionError::detailed message spreading an already-string message