Releases: stanfordio/gogettr
Releases · stanfordio/gogettr
v0.9.0
What's Changed
- switched to using a named logger by @twitter-79 in #25
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #29
New Contributors
- @twitter-79 made their first contribution in #25
- @dependabot made their first contribution in #29
Full Changelog: v0.8.0...v0.9.0
Adapt to new API changes, add livestream pulls
What's Changed
- Add Live capability by @KonradIT in #16
- Fix followers and following search (API limit lowered from 500 to 20)
Full Changelog: v0.7.0...v0.8.0
Bug fixes and reliability improvements
Reliability improvements and `registered` command
- Adds the
registered
command to check if a username is registered (thanks @KonradIT). - Reliability improvements for the
all
command.
Comments, robustness, and performance improvements
- A
comments
command is now available to pull all the comments on a post. Thanks @KonradIT! - The
all
command now pulls posts and comments in parallel using a thread pool, making the command faster by an order of magnitude. You can set the number of workers using the--workers
option. - GETTR's API is sometimes unreliable, and it's constantly changing. This release makes GoGettr less likely to unnecessarily propagate GETTR API errors. (For example, requests that timeout are now retried.)
Search support and documentation improvements
v0.4.0 More linting and reformatting
Initial release on PyPI
v0.3.1 Update README
Performance and bug fixes
v0.3.0 Bump version
First public release
v0.2.1 Bump minor version