Releases: openedx/api-doc-tools
Releases · openedx/api-doc-tools
v2.0.0
What's Changed
- Dropped support for Python 3.8
- Various routine maintenance and docs fixes
New Contributors
- @arbrandes made their first contribution in #281
- @CodeWithEmad made their first contribution in #287
Full Changelog: v1.8.0...v2.0.0
v1.8.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #219
- Python Requirements Update by @edx-requirements-bot in #223
- Python Requirements Update by @edx-requirements-bot in #225
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #226
- Python Requirements Update by @edx-requirements-bot in #229
- Python Requirements Update by @edx-requirements-bot in #230
- chore: Add tox<4.0.0 to constraints.txt by @ZiqiXiao in #233
- chore: Add tox<4.0.0 to constraints.txt by @ZiqiXiao in #235
- docs: Update the security e-mail address. by @feanil in #234
- Python Requirements Update by @edx-requirements-bot in #239
- Python Requirements Update by @edx-requirements-bot in #242
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #244
- fix: remove tox-battery package and tox constraint by @UsamaSadiq in #243
- Python Requirements Update by @edx-requirements-bot in #245
- Python Requirements Update by @edx-requirements-bot in #252
- Python Requirements Update by @edx-requirements-bot in #253
- Python Requirements Update by @edx-requirements-bot in #255
- Python Requirements Update by @edx-requirements-bot in #256
- Python Requirements Update by @edx-requirements-bot in #257
- Python Requirements Update by @edx-requirements-bot in #260
- build: remove Arbi-BOM from tagging on upgrade PRs by @edx-requirements-bot in #266
- Python Requirements Update by @edx-requirements-bot in #267
- Python support 3.11 and 3.12 by @awais786 in #259
New Contributors
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Add DEPR workflow automation by @sarina in #121
- fix: transifex migration to new client by @edx-requirements-bot in #126
- fix: Replace any non-ascii characters in setup.cfg by @Jawayria in #135
- fix: Installed pip and pip-tools in upgrade script by @Jawayria in #138
- fix: -t flag added in pull translation command by @edx-requirements-bot in #165
- build: Remove community-engineering CODEOWNERS by @timmc-edx in #169
- Update standard workflow files. by @feanil in #181
- Fix github url strings (org edx -> openedx) by @sarina in #152
- chore: Switch from edx-sphinx-theme to sphinx-book-theme by @xitij2000 in #186
- fix: remove codecov from requirements by @UsamaSadiq in #189
- docs: Update the contributing guidelines link. by @feanil in #191
- fix: update pip-tools to 6.13.0 by @edx-requirements-bot in #193
- build: added reviewers in dependabot config by @edx-requirements-bot in #196
- build(deps): bump actions/setup-python from 2 to 4 by @dependabot in #200
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #199
- build(deps): bump codecov/codecov-action from 2 to 3 by @dependabot in #198
- fix: [email protected] is not the right email for Open edX queries by @nedbat in #201
- feat: upgrade to django 4.2 by @zubairshakoorarbisoft in #217
New Contributors
- @sarina made their first contribution in #121
- @timmc-edx made their first contribution in #169
- @feanil made their first contribution in #181
- @xitij2000 made their first contribution in #186
- @UsamaSadiq made their first contribution in #189
- @zubairshakoorarbisoft made their first contribution in #217
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- chore: update pip and pip-tools versions to fix incompatibility by @edx-requirements-bot in #118
- Post Django32 Cleanup by @edx-requirements-bot in #119
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- fix: correct some Python syntax, and use Python syntax coloring by @nedbat in #94
- chore: edx_lint write pylintrc by @nedbat in #96
- Python Requirements Update by @edx-requirements-bot in #95
- Python Requirements Update by @edx-requirements-bot in #97
- Python Requirements Update by @edx-requirements-bot in #98
- Python Requirements Update by @edx-requirements-bot in #99
- Python Requirements Update by @edx-requirements-bot in #100
- feat: advertise constraints in setup.py by @edx-requirements-bot in #101
- Python Requirements Update by @edx-requirements-bot in #102
- Python Requirements Update by @edx-requirements-bot in #103
- Python Requirements Update by @edx-requirements-bot in #104
- Python Requirements Update by @edx-requirements-bot in #106
- Python Requirements Update by @edx-requirements-bot in #107
- Python Requirements Update by @edx-requirements-bot in #108
- refactor: Updated 'upgrade requirements' workflow to use reusable workflows by @edx-requirements-bot in #105
- Python Requirements Update by @edx-requirements-bot in #109
- Python Requirements Update by @edx-requirements-bot in #110
- Python Requirements Update by @edx-requirements-bot in #111
- Python Requirements Update by @edx-requirements-bot in #112
- Python Requirements Update by @edx-requirements-bot in #113
- Python Requirements Update by @edx-requirements-bot in #114
- Python Requirements Update by @edx-requirements-bot in #115
- Fix removedInDjango40 errors by @aht007 in #116
- Bump version for next release by @aht007 in #117
New Contributors
Full Changelog: 1.5.0...v1.5.1
Removed Django constraint from base.in
Removed Django constraint from base.in
1.4.0: Add option to include body parameter in schema
Optional body
parameter added to schema to allow documentation for POST, PUT, and PATCH endpoints.
1.3.2: Adding option to specify api doc url patterns
In this release users can specify which url patterns api docs should be generated for. If no patterns are specified, docs will be generated for the "/api" base path.
1.3.1: Removing package caniusepython3
Removed package caniusepython3
.
Remove support for Django<2.2 and add support for python 3.8
Remove support for Django<2.2 and add support for python 3.8