Files
discoursep/HISTORY.rst
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

165 lines
2.7 KiB
ReStructuredText
Raw Normal View History

.. :changelog:
Release history
===============
2016-04-07 17:41:54 -04:00
2023-09-27 11:20:42 -04:00
1.7.0
-----
- Possible breaking change: Change `search()` term paramater from `term` to `q`,
fixes search. Thanks @weber-s
2024-04-16 16:32:22 -04:00
- Add support for Python 3.12
2023-09-27 11:20:42 -04:00
2023-09-01 10:25:57 -04:00
1.6.1
-----
- Adds `posts_by_number` endpoint from @Dettorer
2023-08-31 17:47:11 -04:00
1.6.0
-----
2023-08-31 18:09:02 -04:00
- Breaking: `toggle_gravatar`, `pick_avatar`, `create_group` now *require*
keyword arguments where keyword arguments were used. This *may* break existing
code if you have not referenced these by keyword!
- Introduced `ruff` and `black` into pre-commit hook
- Added `lint` job to GitHub Actions, tests will run if and only if lint job
passes.
- Sundry code cleanup
2023-08-31 17:47:11 -04:00
2023-08-31 12:52:02 -04:00
1.5.0
-----
- Owner creation endpoint update from @akhmerov
- Python 3.11 support from @Dettorer
- Group membership fixes from @inducer
- Rate limiting fixes from @inducer
- Latest posts endpoint from @max-lancaster
1.4.0
-----
- Documented here as skipped release
2022-07-28 20:09:22 -04:00
1.3.0
-----
- Add fix for handling global Discourse timeouts
- Add group owners
- Update API for add_group_owner
2022-04-18 14:08:47 -04:00
1.2.0
-----
- BREAKING? Dropped support for Python 2.7, 3.4, 3.5
- Added numerous new endpoint queries
- Updated category querying
2020-11-10 18:05:13 -05:00
1.1.2
-----
- Fix for Discourse users API change
2020-10-02 10:09:35 -04:00
1.1.1
-----
- Fix for empty dictionary and 413 API response
- Fix for getting member groups
2020-07-21 17:19:11 -04:00
1.1.0
-----
- Added ability to follow redirects in requests
1.0.0
-----
- Authenticate with headers
2019-04-21 13:53:29 -04:00
0.9.0
-----
- Added rate limiting support
- Added some support for user activation
2018-10-29 18:11:35 -04:00
0.8.0
-----
- Add some PR guidance
- Add support for files in the core request methods
- Adds numerous new API controls, including:
- tag_group
- user_actions
- upload_image
- block
- trust_level_lock
- create_site_customization (theme)
- create_color_scheme
- color_schemes
- add_group_members
- group_members
- group_owners
- delete_group
- create_group
- group
- customize_site_texts
- delete_category
- user_emails
- update_topic_status
- create_post
- update_topic
- update_avatar
- user_all
2016-09-09 10:09:22 -04:00
0.7.0
-----
* Place request parameters in the request body for POST and PUT requests.
Allows larger request sizes and solves for `URI Too Large` error.
2016-07-22 08:48:57 -04:00
0.6.0
-----
* Adds method to add user to group by user ID
2016-06-13 11:37:12 -04:00
0.5.0
-----
* Adds badges functionality
0.4.0
-----
* Adds initial groups functionality
2016-04-17 11:36:09 -04:00
0.3.2
-----
* SSO functionality fixes
2016-04-08 17:38:16 -04:00
0.3.1
-----
2016-04-08 17:38:16 -04:00
* Fix how empty responses are handled
2016-04-08 13:50:46 -04:00
0.3.0
-----
2016-04-08 13:50:46 -04:00
* Added method to unsuspend suspended user
2016-04-07 17:41:54 -04:00
0.2.0
-----
2016-04-07 17:41:54 -04:00
* Inital fork, including gberaudo's changes
* Packaging cleanup, dropping Python 2.6 support and adding Python 3.5, PyPy,
PyPy3
* Packaging on PyPI
0.1.0.dev
---------
2016-04-07 17:41:54 -04:00
All pre-PyPI development