This release adds `pass_recipient` info to events.
v.1.11.0
This release upgrades the API version numbers for the following endpoints:
`matches` -> `v6`
**What's new?**
Collection Status added to Matches in Competition API.
To help customers find out where a match is in the collection pipeline we have added a new field `collection_status` to the “matches in competition” API. There are 16 collection status options available, which are listed in detail in Appendix 3 in the “Matches in Competition” API documentation
v.1.10.1
This patch adds a status check to the public API calls.
Previously when a user entered the wrong match or competition and season id into the open data functions you get the following error:
`JSONDecodeError: Extra data: line 1 column 4 (char 3)`
Instead, we've added a status check to all the public API calls so that if, for example, the user passes through an invalid `match_id` we get a `HTTPError 404` returned to indicate that they've tried to access a resource that doesn't exist.