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
andfmt.Errorf
and newcore/errgroup
package - Throw error on View loading when physical directory it used but does not exist in the system
- Remove
Party#GetReport()
, keepParty#GetReporter
which returns an error which is a type oferrgroup.Group
- you use it very ra…
- Most important, obey the vote: #1370
- New errors compatible with go1.13
errors.Is
,errors.As
andfmt.Errorf
and newcore/errgroup
package - Throw error on View loading when physical directory it used but does not exist in the system
- Remove
Party#GetReport()
, keepParty#GetReporter
which returns an error which is a type oferrgroup.Group
- you use it very rarely - The
Context#CheckIfModifiedSince
now returns ancontext.ErrPreconditionFailed
type of error
when client conditions are not metif errors.Is(err, context.ErrPreconditionFailed)
- no breaking changes - Fix various bug fixes reported by users - stay tuned