We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c31e84 commit 00799e3Copy full SHA for 00799e3
src/client/packaging/pypi/CHANGELOG.md
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
8
### Includes
9
- https://github.com/cmu-delphi/delphi-epidata/pull/1363
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
### Changed
17
- Replaced use of deprecated setuptools' `pkg_resources` library with the native `importlib.metadata` library.
18
0 commit comments