Skip to content

Latest commit

 

History

History
107 lines (67 loc) · 2.18 KB

CHANGELOG.rst

File metadata and controls

107 lines (67 loc) · 2.18 KB

Change Log

Unreleased

2.0.0 --- 2024-09-09

  • Drop support for Python 3.8
  • Add setuptools as a direct dependency

1.8.0 --- 2024-02-29

  • Add support for python 3.11 and 3.12 support.
  • Removed django32 support.

1.7.0 --- 2023-07-23

  • Switch from edx-sphinx-theme to sphinx-book-theme since the former is deprecated
  • Add support for Django 4.2

1.6.0 --- 2022-02-11

  • Dropped support for django 2.2, 3.0, 3.1
  • Added support for Django 4.0

1.5.0 --- 2021-07-19

  • Added support for django 3.0, 3.1 and 3.2

1.4.3 --- 2021-07-15

  • Removed Django constraints from base.in

1.4.2 --- 2021-01-08

  • Dropped python3.5 support.

1.4.1 --- 2020-11-20

  • Updated the travis-badge in README.rst to point to travis-ci.com

1.4.0 --- 2020-10-05

  • Adding option to include a body parameter in requests.

1.3.2 --- 2020-09-23

  • Adding option to specify url patterns for generated docs.

1.3.1 --- 2020-05-29

  • Removing caniusepython3 as it is no longer needed since python3 upgrade.

1.3.0 --- 2020-04-30

  • Remove support for Django<2.2 and add support for python 3.8

1.2.0 --- 2020-03-20

  • Added three new decorators for excluding endpoints from API documentation generation:
    • @exclude_schema
    • @exclude_schema_for(method_name)
    • @exclude_all_schemas

1.1.0 --- 2020-03-20

  • Compatibility with Django 2.1 and 2.2.

1.0.3 --- 2020-01-31

  • Added documentation.

1.0.2 --- 2020-01-17

  • First release on PyPI.