Skip to content

v12.0.0

Closed Oct 26, 2019 100% complete
  • Most important, obey the vote: #1370
  • New errors compatible with go1.13 errors.Is, errors.As and fmt.Errorf and new core/errgroup package
  • Throw error on View loading when physical directory it used but does not exist in the system
  • Remove Party#GetReport(), keep Party#GetReporter which returns an error which is a type of errgroup.Group - you use it very ra…
  • Most important, obey the vote: #1370
  • New errors compatible with go1.13 errors.Is, errors.As and fmt.Errorf and new core/errgroup package
  • Throw error on View loading when physical directory it used but does not exist in the system
  • Remove Party#GetReport(), keep Party#GetReporter which returns an error which is a type of errgroup.Group - you use it very rarely
  • The Context#CheckIfModifiedSince now returns an context.ErrPreconditionFailed type of error
    when client conditions are not met if errors.Is(err, context.ErrPreconditionFailed) - no breaking changes
  • Fix various bug fixes reported by users - stay tuned

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.