v0.1.0
Breaking Changes
Added context.Context
to first arg of minimatch.MatchFunction
.
type MatchFunction interface {
- MakeMatches(profile *pb.MatchProfile, poolTickets map[string][]*pb.Ticket) ([]*pb.Match, error)
+ MakeMatches(ctx context.Context, profile *pb.MatchProfile, poolTickets map[string][]*pb.Ticket) ([]*pb.Match, error)
}
What's Changed
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 in /compat_tests by @dependabot in #1
- Fixed not matching if the number of tickets is less than the matchmaking minimum by @yoshd in #3
- go-redis -> rueidis by @castaneai in #4
- Scalable by @castaneai in #5
- OpenTelemetry support by @castaneai in #6
New Contributors
- @dependabot made their first contribution in #1
- @yoshd made their first contribution in #3
- @castaneai made their first contribution in #4
Full Changelog: https://github.com/castaneai/minimatch/commits/v0.1.0