Releases: mattpodolak/pmaw
Releases · mattpodolak/pmaw
3.0.0 COLO switch over changes
Summary of Changes
- changed
before
andafter
tountil
andsince
- removed
metadata=true
as this is now always enabled - set
order='desc'
as this replacessort
- set
sort='created_utc'
so that slicing still works as expected - Read more on COLO switchover
- refactored metadata usage
- 🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅
2.1.3 removed logging config
Improvements
- Removed logging configuration to prevent unexpected results for users
- Classes no longer inherit from
object
2.1.2 infinite query retry bug fix
Bug fix
- fix scenario where a result is reported but cannot be returned by Pushshift
2.1.1 index out of range bug fix
Bug fixes
- fix index error bug
2.1.0 Improved logs and cache loading
New Features / Improvements
- Updated logging and set default log level to INFO
- Added
load_cache
static method toResponse
to load cached responses using cache key
Bug fixes
- fixed issue with no logs when loading cache
2.0.0 PRAW Enrichment and Custom Filtering
New Features / Improvements
- Added support for enriching result metadata using PRAW
- Increased exception handling specificity
- Added
filter_fn
for custom filtering
Bug fixes
- Reduced
max_ids_per_request
to 500
1.1.0 Improved caching
New Features / Improvements
- Added gzip for cached pickle files
- Exception handling is now slightly more specific
- Updated many print statements to output via logging
Bug fixes
- Fixed issue with safe_exit not saving info
1.0.5 Various bug fixes
Bug fixes
- Moved remaining limit logging to DEBUG from INFO
- Fixed generator incorrect length after being partially iterated through
- Reduced the number of debug logs
- Fixed duplicate responses being returned if the number of responses for a provided window is less than expected
1.0.4 Search by id bug fixes
Bug fixes
- None type comparison bug fixed
- changed how limit was being updated for submission comment ids
1.0.3 Bugfixes
Bugfixes
- fixed early cache bug
- fixed limit being retrieved from next search window when resuming from safe exit