You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
-**edgar/datasets.py**: Added `logger` — logs `info` on bulk download start, `debug` on per-file extraction with row counts.
22
22
-**edgar/search.py**: Added `logger` — logs `debug` with EFTS search params before request.
23
23
-**edgar/company.py**: Added `logger` — logs `debug` on identifier resolution path (CIK vs ticker).
24
+
-**edgar/async_session.py**: Added `logger.error()` before each `raise EdgarRequestError`, matching `session.py` pattern for consistent error observability.
25
+
26
+
### Added
27
+
28
+
-**tests/test_logging.py**: 7 unit tests for logging output (cache hit/miss/set/invalidate, session error, rate-limit sleep, async session error).
29
+
30
+
### Fixed
31
+
32
+
-**edgar/parser.py**: Changed `except KeyError` to `except IndexError` in ticker symbol extraction — `values[2]` is a list index, not a dict key.
33
+
34
+
### Removed
35
+
36
+
-**edgar/utilis.py**: Deleted dead duplicate of `utils.py` (nothing imported it).
0 commit comments