summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add 3.2.2 versionHEADmasterJonathan Huot2023-01-101-1/+5
|
* Updated date and authorsv3.2.1Jonathan Huot2022-09-091-1/+2
|
* Prepare 3.2.1 releaseJonathan Huot2022-09-061-0/+12
|
* docs: fix typosKian-Meng Ang2022-07-061-3/+3
|
* Changelog of 3.2.0Jonathan Huot2022-01-291-8/+19
|
* Merge pull request #766 from oauthlib/3.2.0-devJonathan Huot2022-01-291-0/+6
|\ | | | | Prepare 3.2.0 release
| * Add changelog placeholder for 3.2.03.2.0-devJonathan Huot2021-06-071-0/+6
| |
* | Update CHANGELOGNikos Sklikas2021-06-031-0/+5
|/
* 3.1.1 releaseJonathan Huot2021-05-311-2/+13
|
* Use better regex for IPv6 to allow a lot more valid IPv6 addresses (#753)Paul Dekkers2021-05-101-0/+4
| | | | | | | | | | | | | * Use better regex for IPv6 to allow a lot more valid IPv6 addresses * Adding some unit tests for is_absolute_uri in uri_validate * Make unit tests Python 3.6 compatible * Remove redundant import after unit test simplification for py36 * update Changelog * Remove redundant coding line
* Add CHANGELOGNikos Sklikas2021-05-011-0/+3
|
* OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)Hoylen Sue2020-06-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding support for RSA-SHA256. * Added support for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods. * Made version dependencies consistent. * Updated OAuth1 signature tests. * Fixed parsing of netloc/host. Deprecated old functions. * Refactored and expanded tests to include signature validate. * Update docs for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods. * Updated code comments in oauth1 signatures module. * Updated changelog. * Update docs/feature_matrix.rst Co-Authored-By: Omer Katz <omer.drow@gmail.com> * Used parenthesis instead of backslash to break lines. * Fixed typo Co-authored-by: Omer Katz <omer.drow@gmail.com> Co-authored-by: Omer Katz <omer.drow@gmail.com>
* Merge branch 'master' into fix_issue_728Jonathan Huot2020-04-221-6/+17
|\
| * Merge branch 'master' into masterJonathan Huot2020-04-221-1/+10
| |\
| | * Add 3.1.0 date. Moved merged PR into 3.1.1Jonathan Huot2020-04-221-6/+10
| | |
| | * changelogSylvain MARIE2020-04-191-0/+5
| | |
| * | changelog entrySylvain MARIE2020-04-091-1/+2
| |/
* | ChangelogSylvain MARIE2020-04-191-0/+4
|/
* Formatting fixV Anastassiou2019-11-081-16/+19
|
* Add 3.1.0 changelogJonathan Huot2019-07-191-0/+28
|
* Update for 3.0.2Jonathan Huot2019-07-041-1/+4
|
* Change to 3.0.2-dev as long as master is in "dev"Jonathan Huot2019-07-041-1/+1
|
* Fix 652: removed "state" from /token response.Jonathan Huot2019-07-041-0/+8
| | | | | | Fix OIDC /token flow where &state=None was always returned, and fix OAuth2.0 /token flow where &state=foobar was returned if &state=foobar was present in the token request. Remove "save_token" from create_token() signature cuz it was not used internally. Deprecated the option to let upstream libraries have a chance to remove it, if ever used.
* Add Breaking Changes section & split Bugfixes3-releaseJonathan Huot2019-01-071-6/+9
|
* Update Changelog to 3.0.0Jonathan Huot2018-12-281-2/+40
|
* * added support for empty strings of `client_secret`jonathan vanasco2018-09-171-0/+10
| | | | * added LegacyApplicationClient tests to ensure the grant supports a variety of allowed methods
* Prepare 2.1.0 release.Pieter Ennes2018-05-261-0/+9
| | | | (cherry picked from commit 5c76855)
* Update changelog for 2.0.7.Pieter Ennes2018-03-191-2/+8
| | | | (cherry picked from commit e7b906a)
* Version bump 2.0.7.Pieter Ennes2018-03-191-0/+17
| | | | (cherry picked from commit 67ebd7a)
* Version bump 2.0.5v2.0.5Hsiaoming Yang2017-10-191-0/+6
|
* Bump version.v2.0.4Omer Katz2017-09-171-0/+4
|
* Bump version to 2.0.3.v2.0.3Omer Katz2017-09-071-3/+18
|
* Bump version to 2.0.2.v2.0.2Omer Katz2017-03-191-0/+4
|
* Update CHANGELOG.rstOmer Katz2016-12-061-0/+4
|
* Bump version to 2.0.1.v2.0.1Omer Katz2016-11-231-0/+4
|
* Bumped version.v2.0.0Omer Katz2016-09-031-0/+5
|
* Updated changelog.Omer Katz2016-06-011-0/+5
|
* Updated changelog.Omer Katz2016-05-011-0/+4
| | | | [skip-ci]
* Bumped version to 1.1.1.1.0Omer Katz2016-04-111-1/+11
|
* Updated changelog and bumped to 1.0.31.0.3Omer Katz2015-08-161-0/+5
|
* Updated changelog and bumped version to 1.0.2.1.0.2Omer Katz2015-08-101-0/+5
|
* Updated changelog for 1.0.1.1.0.1Omer Katz2015-07-251-0/+4
|
* Updated release date in changelog.Omer Katz2015-07-191-2/+2
| | | | [skip-ci]
* Updated release notes.Omer Katz2015-07-191-3/+8
|
* Updated release notes.Omer Katz2015-07-191-2/+15
|
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵Joseph Tate2015-04-141-0/+6
| | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto
* Add release dates to versions where it is possible. They are recovered from ↵Alexander Artemenko2014-12-011-12/+12
| | | | commit messages.
* Make version number a headers in a changelog.Alexander Artemenko2014-12-011-29/+104
|
* 0.7.20.7.2Ib Lundgren2014-11-131-4/+14
|
* Move changelog into its own file.Ib Lundgren2014-10-231-0/+125