Skip to content

Commit

Permalink
Version bump 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 12, 2018
1 parent ace6da8 commit abf4555
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 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.9.dev'
version = '0.9'
author = 'Hsiaoming Yang <[email protected]>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
15 changes: 10 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ Changelog

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

Version 0.9
-----------
Version 0.9: Ponyo
------------------

**Released on Aug 12, 2018. Fun Dive.**

**Release Date not Decided.**
There is no big break changes in this version. The very great improvement is
adding JWE support. But the JWA parts of JWE are not finished yet, use with
caution.

RFC implementations in this release:

Expand All @@ -18,9 +22,10 @@ RFC implementations in this release:
- RFC7516: JWE compact serialization and deserialization.
- RFC7519: JWT with JWE encode and decode.

**Deprecate Changes**:
**Other Changes**:

- Removed ``authlib.client.apps`.
- Fixed the lazy initialization of Flask OAuth 2.0 provider.
- Deprecated ``authlib.client.apps`` from v0.7 has been dropped.


Version 0.8: Arutoria
Expand Down
2 changes: 1 addition & 1 deletion docs/django/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ client_kwargs
~~~~~~~~~~~~~

The ``client_kwargs`` is a dict configuration to pass extra parameters to
``OAuth1Session`` or ``OAuth2Session.
``OAuth1Session`` or ``OAuth2Session``.

For OAuth 1.0, you can pass extra parameters like::

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Generic specification implementations that Authlib has built-in:
- :badge:`done` RFC6750: :ref:`specs/rfc6750`
- :badge:`done` RFC7009: :ref:`specs/rfc7009`
- :badge:`done` RFC7515: :ref:`specs/rfc7515`
- :badge-blue:`doing` RFC7516: :ref:`specs/rfc7516`
- :badge-blue:`beta` RFC7516: :ref:`specs/rfc7516`
- :badge:`done` RFC7517: :ref:`specs/rfc7517`
- :badge:`done` RFC7518: :ref:`specs/rfc7518`
- :badge:`done` RFC7519: :ref:`specs/rfc7519`
- :badge:`done` RFC7523: :ref:`specs/rfc7523`
- :badge:`beta` RFC7636: :ref:`specs/rfc7636`
- :badge-blue:`beta` RFC7636: :ref:`specs/rfc7636`
- :badge:`done` RFC7662: :ref:`specs/rfc7662`
- :badge:`done` OIDC: :ref:`specs/oidc`

Expand Down

0 comments on commit abf4555

Please sign in to comment.