Skip to content

Releases: mattpodolak/pmaw

3.0.0 COLO switch over changes

24 Dec 05:46
8b008ee
Compare
Choose a tag to compare

Summary of Changes

  • changed before and after to until and since
  • removed metadata=true as this is now always enabled
  • set order='desc' as this replaces sort
  • 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

20 Feb 17:40
Compare
Choose a tag to compare

Improvements

  • Removed logging configuration to prevent unexpected results for users
  • Classes no longer inherit from object

2.1.2 infinite query retry bug fix

07 Jan 18:17
f617106
Compare
Choose a tag to compare

Bug fix

  • fix scenario where a result is reported but cannot be returned by Pushshift

2.1.1 index out of range bug fix

29 Nov 15:27
2aa2f00
Compare
Choose a tag to compare

Bug fixes

  • fix index error bug

2.1.0 Improved logs and cache loading

01 Oct 13:59
3280647
Compare
Choose a tag to compare

New Features / Improvements

  • Updated logging and set default log level to INFO
  • Added load_cache static method to Response 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

11 Sep 19:54
283f6cb
Compare
Choose a tag to compare

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

27 May 10:42
Compare
Choose a tag to compare

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

21 Apr 12:20
6374781
Compare
Choose a tag to compare

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

05 Mar 12:11
451115b
Compare
Choose a tag to compare

Bug fixes

  • None type comparison bug fixed
  • changed how limit was being updated for submission comment ids

1.0.3 Bugfixes

19 Feb 11:52
Compare
Choose a tag to compare

Bugfixes

  • fixed early cache bug
  • fixed limit being retrieved from next search window when resuming from safe exit