Releases: coreyjs/nhl-api-py
Releases · coreyjs/nhl-api-py
2.11.0
2.10.2
2.10.0
2.9.1
2.8.0
Goalie Stats Support
What's Changed
- Bump tornado from 6.3.3 to 6.4.1 by @dependabot in #54
- Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #55
- Bump zipp from 3.18.1 to 3.19.1 by @dependabot in #56
- Feature: Goalie Summary Stats (Simple) by @coreyjs in #57
Full Changelog: 2.6.0...2.7.0
2.6.0
2.5.1
2.5.0: #47 shift chart endpoint simple addition (#48)
* #47 shift chart endpoint simple addition * Bumps version to 2.5.0
2.4.0: 43 - Updates NHLClient to use https.Client on requests. (#44)
Allows NHLClient to be configured with additional configuration options: timeout, ssl_verify, follow_redirects. These are configurable at the instantiation point. Updates tests to now mock httxp.Client.get instead of httpx.get. Updates README.md with new configuration options available