Skip to content

v0.1.0

Compare
Choose a tag to compare
@castaneai castaneai released this 20 Dec 11:35
· 106 commits to main since this release

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

Full Changelog: https://github.com/castaneai/minimatch/commits/v0.1.0