Skip to content

Commit 23bb71d

Browse files
authored
Update Python client CHANGELOG (#1437)
1 parent eae6398 commit 23bb71d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

src/client/packaging/pypi/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable future changes to the `delphi_epidata` python client will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## [4.1.21] - TBD
7+
8+
### Includes
9+
- https://github.com/cmu-delphi/delphi-epidata/pull/1418
10+
11+
### Added
12+
- Adds two debug flags:
13+
- `debug` logs info about HTTP requests and responses
14+
- `sandbox` prevents any HTTP requests from actually executing, allowing for tests that do not incur server load.
15+
16+
## [4.1.17] - 2024-01-30
17+
18+
### Includes
19+
- https://github.com/cmu-delphi/delphi-epidata/pull/1363
20+
21+
### Changed
22+
- Replaced use of deprecated setuptools' `pkg_resources` library with the native `importlib.metadata` library.
23+
24+
## [4.1.13] - 2023-11-04
25+
26+
### Includes
27+
- https://github.com/cmu-delphi/delphi-epidata/pull/1323
28+
- https://github.com/cmu-delphi/delphi-epidata/pull/1330
29+
30+
### Changed
31+
- Appends a trailing slash to URLs requested by the Python client, which should prevent an automatic redirect and an extra request to the server.
32+
33+
### Removed
34+
- Removed the `covidcast_nowcast()` method, as the associated API endpoint is no longer available.
35+
636
## [4.1.11] - 2023-10-12
737

838
### Includes

src/client/packaging/pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/cmu-delphi/delphi-epidata",
1515
project_urls={
16-
"Changelog": "https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/packaging/pypi/CHANGELOG.md",
16+
"Changelog": "https://github.com/cmu-delphi/delphi-epidata/blob/main/src/client/packaging/pypi/CHANGELOG.md",
1717
},
1818
packages=setuptools.find_packages(),
1919
install_requires=["aiohttp", "requests>=2.7.0", "tenacity"],

0 commit comments

Comments
 (0)