Skip to content

Commit 3758d8c

Browse files
authored
Release v0.4.1 (#60)
1 parent 7ff0361 commit 3758d8c

File tree

3 files changed

+43
-38
lines changed

3 files changed

+43
-38
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/google-auth-oauthlib/#history
6+
7+
## 0.4.1
8+
9+
08-26-2019 13:25 PDT
10+
11+
### Implementation Changes
12+
- Don't auto-generate code_verifier by default. ([#48](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/48))
13+
14+
### Internal / Testing Changes
15+
- Add renovate.json ([#56](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/56))
16+
17+
## 0.4.0
18+
- Add `get_user_credentials` function to get your user credentials ([#40](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/40))
19+
- Add noxfile ([#43](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/43))
20+
- Implement code verifier (PKCE) ([#42](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/42))
21+
- Use actual server port in redirect_uri to allow automatic assignment ([#33](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/33))
22+
([#41](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/41))
23+
24+
## 0.3.0
25+
- Use utc when parsing expiration timestamp ([#26](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/26))
26+
- Allow saving credentials in current directory ([#25](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/25))
27+
28+
## 0.2.0
29+
- Populate id_token into credentials from oauth2session ([#20](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/20))
30+
- Carry token expiry from oauth2session into Credentials object ([#18](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/18)) ([#19](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/19))
31+
- Accept redirect_uri as arg to flow creating classmethods. ([#17](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/17))
32+
33+
## 0.1.1
34+
- Allow ``access_type`` parameter to be overriden in ``Flow`` ([#16](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/16))
35+
- Use a test port that is less likely to be taken ([#12](https://github.com/googleapis/google-auth-library-python-oauthlib/pull/12))
36+
- Documentation updates
37+
38+
## 0.1.0
39+
Add command line tool.
40+
41+
## 0.0.1
42+
Initial release. This package contains the functionality previously located in `google.oauth2.oauthlib` and `google.oauth2.flows`.

CHANGELOG.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='google-auth-oauthlib',
37-
version='0.4.0',
37+
version = '0.4.1',
3838
author='Google Cloud Platform',
3939
author_email='[email protected]',
4040
description='Google Authentication Library',

0 commit comments

Comments
 (0)