Skip to content

Commit

Permalink
Version bump 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 6, 2019
1 parent 90aff45 commit 5403f90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
2 changes: 1 addition & 1 deletion authlib/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = 'Authlib'
version = '0.11.dev'
version = '0.11'
author = 'Hsiaoming Yang <[email protected]>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
29 changes: 10 additions & 19 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ Changelog

Here you can see the full list of changes between each Authlib release.

Version 0.11
------------
Version 0.11: Kaori
-------------------

**Release Date not decided yet.**
**Released on Apr 6, 2019.**

**BIG NEWS**: Authlib has changed its open source license from AGPL to BSD.
**BIG NEWS**: Authlib has changed its open source license **from AGPL to BSD**.

**Important Changes**: Authlib specs module has been split into jose, oauth1,
oauth2, and oidc. Find how to solve the deprecate issues via https://git.io/fjvpt

RFC implementations and updates in this release:

Expand All @@ -30,7 +33,8 @@ Small changes and bug fixes in this release:
- Fixed error response redirect to fragment via :gh:`issue#114`.
- Fixed non-compliant responses from RFC7009 via :gh:`issue#119`.

**Deprecate Changes**: find how to solve the deprecate issues via https://git.io/fjvpt
**Experiment Features**: There is an experiment ``aiohttp`` client for OAuth1
and OAuth2 in ``authlib.client.aiohttp``.

Version 0.10: Kluke
-------------------
Expand Down Expand Up @@ -263,24 +267,11 @@ contributors.

Currently, they are backward compatible. You will be notified by warnings.

Version 0.3: Nagato
-------------------

**Released on Dec 24, 2017. Merry Christmas!**

This is a feature releasing for OAuth 2 server. Since this is the first
release of the server implementation, you would expect that there are bugs,
security vulnerabilities, and uncertainties. Try it bravely.

- :ref:`RFC6749 <specs/rfc6749>`, all grant types, refresh token, authorization server.
- :ref:`RFC6750 <specs/rfc6750>`, bearer token creation and validation.
- :ref:`RFC7009 <specs/rfc7009>`, token revocation.
- :ref:`Flask implementation <flask_oauth2_server>` of authorization server and resource protector.
- Mixin of SQLAlchemy models for easy integration with OAuth 2.

Old Versions
------------

- Version 0.3: Released on Dec 24, 2017
- Version 0.2.1: Released on Dec 6, 2017
- Version 0.2: Released on Nov 25, 2017
- Version 0.1: Released on Nov 18, 2017
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'analytics_id': 'UA-34098939-7',
'meta_html': (
'<link rel="apple-touch-icon" sizes="180x180" '
'href="//authlib.org/apple-touch-icon.png">'
'href="https://authlib.org/apple-touch-icon.png">'
)
}

Expand Down

0 comments on commit 5403f90

Please sign in to comment.