Skip to content

Commit e0295f8

Browse files
Merge pull request #637 from swar/release-v1.11.4
v1.11.4
2 parents f026161 + 2e3139f commit e0295f8

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.MD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@
1616
- `Contributor` (notes on updates to the project)
1717

1818
# Version History
19+
## v1.11.4
20+
Date: 2026-02-20
21+
22+
### Added
23+
* **GravityLeaders** - New endpoint added (PR #626)
24+
* **`__version__` attribute** - Package now exposes a `__version__` attribute using `importlib.metadata` with `pyproject.toml` as the single source of truth (PR #612)
25+
26+
### Fixed
27+
* **HTTP Headers** - Updated request headers to fix broken NBA.com API requests caused by an outdated user agent (PR #636)
28+
* **ContextMeasureSimple** - Removed deprecated `PF` (Personal Fouls) parameter; NBA.com API no longer returns data for this context measure on the `shotchartdetail` endpoint (PR #608, fixes #600)
29+
30+
### Deprecated
31+
* **PlayByPlayV2** - Added deprecation warning; NBA.com API returns empty JSON for this endpoint. Use **PlayByPlayV3** instead (PR #613, fixes #591)
32+
* **ScoreboardV2** - Added deprecation warning; returns empty line scores for 2025-26 season games. Use **ScoreboardV3** instead, which is 100% backward compatible (PR #609, fixes #596)
33+
34+
### Contributor
35+
* Added type hints and docstrings to the `Endpoint` base class and `PlayerCareerStats` endpoint for improved code clarity and IDE support (PR #628)
36+
* Added `CODEOWNERS` file (PR #627)
37+
* Corrected typos in contributing guide and README (PR #604)
38+
1939
## v1.11.3
2040
Date: 2025-11-13
2141

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[project]
22
name = "nba_api"
3-
version = "1.11.3"
3+
version = "1.11.4"
44
description = "An API Client package to access the APIs for NBA.com"
55
requires-python = ">=3.10"
66
license = "MIT"
77
authors = [ {name = "Swar Patel", email = "<swar.m.patel@gmail.com>"}]
88
maintainers = [
99
{name = "Swar Patel", email = "<swar.m.patel@gmail.com>"},
10-
{name = "Randy Forbes", email="Randy Forbes <randy.forbes@gmail.com>"},
1110
]
1211
keywords = [
1312
"api",

0 commit comments

Comments
 (0)