Skip to content

Releases: pydiscourse/pydiscourse

Fix search term, add Python 3.12 support

16 Apr 20:36
36f8f1e
Compare
Choose a tag to compare
v1.7.0

Add Python 3.12 support, update search term

Add posts_by_number

01 Sep 14:38
6d54153
Compare
Choose a tag to compare

Adds new posts_by_number method, thanks @Dettorer!

Add automated rule enforcement

31 Aug 22:12
b38f99b
Compare
Choose a tag to compare

Adds ruff and black to pre-commit hook and enforces linting rules in CI.

Includes possibly breaking change IF and ONLY IF end users passed method keyword arguments positionally rather than with keywords.

Rate limiting, various endpoint upates

31 Aug 16:58
daab45e
Compare
Choose a tag to compare

A variety of updates, including dropping all Python 3.7 support and ensuring full Python 3.11 support.

Ratelimiting improvements and latest posts

08 Feb 10:46
7898ff3
Compare
Choose a tag to compare

Rate limiting fixes from @inducer and a latest posts endpoint from @max-lancaster.

Thanks both!

Rate limit improvements and group owner API updates

29 Jul 00:12
Compare
Choose a tag to compare

Python support changes and new endpoints

18 Apr 18:14
Compare
Choose a tag to compare

What's Changed

Adds support for Python 3.10, officially drops support for Python 2.7, 3.4, and 3.5.

Also a bunch of new feature support from underappreciated contributors!

New Contributors

Full Changelog: v1.1.2...v1.2.0

Fix for Discourse token API change

10 Nov 23:18
Compare
Choose a tag to compare

Accounts for Discourse API change for the token endpoint FIX: move hp request from /users to /token (#10795)

Bugfix release

18 Aug 21:20
Compare
Choose a tag to compare

This release contains fixes for a couple of bugs:

  • Fix call to get group info by name
  • Fix 413 response from Discourse due to empty dict passed as json

v1.1.0

12 Aug 10:22
Compare
Choose a tag to compare

The first full release for some time includes the following enhancements over its predecessor 0.8:

  • Rate limiting and user activation
  • Replace parameterised auth with header auth
  • Add support for following redirects
  • Expanded methods for handling topics
  • Support for inviting users
  • Plus other changes to enhance features or maintain Discourse compatibility