forked from bbangert/velruse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
86 lines (58 loc) · 2.09 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
1.0.3 (2012-10-11)
==================
- [google_hybrid] Modified the type of the
:class:`~velruse.providers.google_hybrid.GoogleAuthenticationComplete`
to be ``google_hybrid`` instead of ``google``.
1.0.2 (2012-10-11)
==================
- [facebook,github,weibo] Fix bug in CSRF checking where Velruse would pass
the CSRF check if a session had not been started.
- [google_hybrid] Renamed the Google OpenID+OAuth1.0 hybrid module to
``google_hybrid``. There are bw-compat shims left in
``velruse.providers.google``. This will be deprecated in a future release.
- [google_oauth2] Added support for Google's OAuth2.0 protocol.
- [mailru] Added a new provider for mail.ru.
- [vk] Added a new provider for vk.com (Vkontakte).
- [yandex] Added a new provider for yandex.ru.
1.0.1 (2012-08-30)
==================
- [facebook] Modified handling of timezone offsets in user profiles to be more
robust to different "minute" values.
1.0 (2012-08-14)
================
Version 0.3 is classified as an older release than the previous 0.20
in the semantic versioning scheme. Thus 0.3 was a brownbag and 1.0 will
correct that issue.
This release is also an opportunity to promote Velruse's new API and
provide confidence that it will try to maintain backward compatibility
going forward.
0.3b3 (2012-08-06)
==================
- 0.3b2 was a brownbag
0.3b2 (2012-08-06)
==================
- [github] Add CSRF checks to the provider as they started requiring the
OAuth state variable to be used.
0.3b1 (2012-08-03)
==================
- Complete rewrite of the Velruse internal API. It is now written as a
fully supported Pyramid plugin.
- Overhaul of documentation.
+ Individually documented the standalone service application and
the Pyramid plugin API.
- Removed support for Twitter's authorization API. This will be brought
back in a future release.
- Added support for several new OAuth2.0 providers.
+ douban
+ github
+ linkedin
+ qq
+ renren (http://renren.com)
+ taobao
+ weibo
0.20a1 (2011-05-25)
===================
- Minor bug fixes.
0.1 (2010-04-30)
================
- Initial release.