Skip to content

Commit 60016b7

Browse files
committed
Update Python client CHANGELOG
1 parent eae6398 commit 60016b7

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

src/client/packaging/pypi/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
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+
- https://github.com/cmu-delphi/delphi-epidata/pull/1436
11+
12+
### Added
13+
- Adds two debug flags: `debug` logs info about HTTP requests and responses; whereas `sandbox` prevents any HTTP requests from actually executing, allowing for tests that do not incur server load.
14+
15+
### Changed
16+
- Updates internal version detection to use `bumpversion`.
17+
18+
## [4.1.17] - 2024-01-30
19+
20+
### Includes
21+
- https://github.com/cmu-delphi/delphi-epidata/pull/1363
22+
23+
### Removed
24+
- Removes uses of setuptools' deprecated pkg_resources library - these are replaced by the native importlib.metadata library.
25+
26+
## [4.1.13] - 2023-11-04
27+
28+
### Includes
29+
- https://github.com/cmu-delphi/delphi-epidata/pull/1323
30+
- https://github.com/cmu-delphi/delphi-epidata/pull/1330
31+
32+
### Changed
33+
- Appends a trailing slash to URLs requested by the Python client, which should prevent an automatic redirect and an extra request to the server.
34+
35+
### Removed
36+
- Mutes the covidcast_nowcast endpoint & removes unnecessary code that is related to this endpoint.
37+
638
## [4.1.11] - 2023-10-12
739

840
### 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)