-
Notifications
You must be signed in to change notification settings - Fork 68
Update Python client CHANGELOG #1437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Appends a trailing slash to URLs requested by the Python client, which should prevent an automatic redirect and an extra request to the server. | ||
|
||
### Removed | ||
- Mutes the covidcast_nowcast endpoint & removes unnecessary code that is related to this endpoint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These notes should be phrased as being from the perspective of the client library and things its users will be interested in:
- Mutes the covidcast_nowcast endpoint & removes unnecessary code that is related to this endpoint. | |
- Removed the `covidcast_nowcast()` method, as the associated API endpoint is no longer available. |
- https://github.com/cmu-delphi/delphi-epidata/pull/1436 | ||
|
||
### Added | ||
- 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. | ||
|
||
### Changed | ||
- Updates internal version detection to use `bumpversion`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets keep this PR focused on what is already committed; #1436 should make its own updates to the changelog.
- https://github.com/cmu-delphi/delphi-epidata/pull/1436 | |
### Added | |
- 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. | |
### Changed | |
- Updates internal version detection to use `bumpversion`. | |
### Added | |
- Adds two debug flags: | |
- `debug` logs info about HTTP requests and responses | |
- `sandbox` prevents any HTTP requests from actually executing, allowing for tests that do not incur server load. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you took out the change from #1418!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added this in again!
### Removed | ||
- Removes uses of setuptools' deprecated pkg_resources library - these are replaced by the native importlib.metadata library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was more a replacement than a removal
### Removed | |
- Removes uses of setuptools' deprecated pkg_resources library - these are replaced by the native importlib.metadata library. | |
### Changed | |
- Replaced use of deprecated setuptools' `pkg_resources` library with the native `importlib.metadata` library. |
@melange396 fixed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looked through the commits, seems like everything since Oct 2023 is included.
@@ -3,6 +3,31 @@ | |||
All notable future changes to the `delphi_epidata` python client will be documented in this file. | |||
The format is based on [Keep a Changelog](http://keepachangelog.com/). | |||
|
|||
## [4.1.17] - 2024-01-30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you forgot to re-add the link to #1418 and that functionality should be under the pending 4.1.21 heading
|
Closes #1432.
Summary:
Updates the Python client's changelog to include items from previous releases.
Also includes a few currently pending changes. These can be omitted if we want to update the CHANGELOG right away; otherwise the date will need to be updated during the next release.
Prerequisites:
dev
branchdev