Skip to content

Commit

Permalink
feat: COLO switchover updates (#52)
Browse files Browse the repository at this point in the history
* feat: COLO switchover updates

* fix: update metadata

* fix: metadata and submission comment id test

* fix: linting and unit test updates

* fix: remove tests with broken cassettes
  • Loading branch information
mattpodolak authored Dec 24, 2022
1 parent f1156cd commit 675619a
Show file tree
Hide file tree
Showing 41 changed files with 57,004 additions and 24,090 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.0.0 (2022/12/2x)

- 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](https://www.reddit.com/r/pushshift/comments/zkggt0/update_on_colo_switchover_bug_fixes_reindexing/)
- refactored metadata usage

## 2.1.3 (2022/02/20)

- Don't inherit from object in classes
Expand Down
Loading

0 comments on commit 675619a

Please sign in to comment.