1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00
simi--omniauth-facebook/CHANGELOG.md

134 lines
4 KiB
Markdown
Raw Normal View History

2016-06-26 20:46:57 -04:00
## 4.0.0 (Unreleased)
Changes:
- drop support for Ruby 1.8 (@mkdynamic)
- switch to versioned FB APIs, currently using v2.6 (#245, @printercu, @mkdynamic)
- remove deprecated :nickname field from README example (#223, @abelorian)
2016-06-26 20:50:08 -04:00
- add Ruby 2.2 to CI (#225, @tricknotes, @mkdynamic)
2016-06-26 20:46:57 -04:00
- update example app (@mkynamic)
## 3.0.0 (2015-10-26)
2015-02-24 16:51:27 -05:00
Changes:
2016-06-26 20:45:47 -04:00
- remove query string from redirect_uri on callback by default (#221, @gioblu)
- signed request parsing extracted to `OmniAuth::Facebook::SignedRequest` class. (#183, @simi, @Vrael)
- change default value of `info_fields` to `name,email` for the [graph-api-v2.4](https://developers.facebook.com/blog/post/2015/07/08/graph-api-v2.4/). ([#209](https://github.com/mkdynamic/omniauth-facebook/pull/209))
2015-02-24 16:51:27 -05:00
2015-02-21 17:46:04 -05:00
## 2.0.1 (2015-02-21)
2015-02-13 16:02:01 -05:00
Bugfixes:
2016-06-26 20:45:47 -04:00
- allow versioning by not forcing absolute path for graph requests (#180, @frausto)
- allow the image_size option to be set as a symbol. (#182, @jgrau)
2015-02-13 16:02:01 -05:00
2014-08-07 19:53:27 -04:00
## 2.0.0 (2014-08-07)
2014-08-07 20:03:33 -04:00
Changes:
2016-06-26 20:45:47 -04:00
- remove support for canvas app flow (765ed9, @mkdynamic)
2014-08-07 20:03:33 -04:00
2014-08-07 19:53:27 -04:00
Bugfixes:
2016-06-26 20:45:47 -04:00
- bump omniauth-oauth2 dependency which addresses CVE-2012-6134 (#162, @linedotstar)
- rescue `NoAuthorizationCodeError` in callback_phase (a0036b, @tomoya55)
- fix CSRF exception when using FB JS SDK and parsing signed request (765ed9, @mkdynamic)
2014-08-07 19:53:27 -04:00
2014-01-11 17:07:44 -05:00
## 1.6.0 (2014-01-13)
Features:
- ability to specify `auth_type` per-request (#78, @sebastian-stylesaint)
- image dimension can be set using `image_size` option (#91, @weilu)
- update Facebook authorize URL to fix broken authorization (#103, @dlackty)
- adds `info_fields` option (#109, @bloudermilk)
- adds `locale` parameter (#133, @donbobka, @simi)
2013-12-02 22:41:20 -05:00
- add automatically `appsecret_proof` (#140, @nlsrchtr, @simi)
Changes:
2013-12-03 03:59:17 -05:00
- `NoAuthorizationCodeError` and `UnknownSignatureAlgorithmError` will now `fail!` (#117, @nchelluri)
- don't try to parse the signature if it's nil (#127, @oriolgual)
## 1.5.1 (2013-11-18)
Changes:
- don't use `access_token` in URL [CVE-2013-4593](https://github.com/mkdynamic/omniauth-facebook/wiki/Access-token-vulnerability:-CVE-2013-4593) (@homakov, @mkdynamic, @simi)
## 1.5.0 (2013-11-13)
Changes:
- remove `state` param to fix CSRF vulnerabilty [CVE-2013-4562](https://github.com/mkdynamic/omniauth-facebook/wiki/CSRF-vulnerability:-CVE-2013-4562) (@homakov, @mkdynamic, @simi)
## 1.4.1 (2012-07-07)
Changes:
- update to omniauth-oauth2 1.1.0 for csrf protection (@mkdynamic)
## 1.4.0 (2012-06-24)
Features:
- obey `skip_info?` config (@mkdynamic)
- add support of the `:auth_type` option to `:authorize_options` (#58, @JHeidinga, @mkdynamic)
- support `access_token` parameter as part of the callback request (#62, @steverandy)
## 1.3.0 (2012-05-05)
Features:
- dynamic permissions in the auth params (#30, @famoseagle)
- add support for facebook canvas (@mkdynamic)
- add verified key to the info hash (#34, @ryansobol)
- add option to use secure url for image in auth hash (@mkdynamic)
- add option to specify image size (@mkdynamic)
Changes:
- have `raw_info` return an empty hash if the Facebook response returns false (#44, @brianjlandau)
- prevent oauth2 from interpreting Facebook's expires field as `expires_in`, when it's really `expires_at` (#39, @watsonbox)
- remove deprecated `offline_access` permission (@mkdynamic)
- tidy up the `callback_url` option (@mkdynamic)
## 1.2.0 (2012-01-06)
Features:
- add `state` to authorization params (#19, @GermanDZ)
Changes:
- lock to `rack ~> 1.3.6` (@mkdynamic)
## 1.1.0 (2011-12-10)
Features:
- add `callback_url` option (#13, @gumayunov)
- support for parsing code from signed request cookie (client-side flow) (@mkdynamic)
## 1.0.0 (2011-11-19)
Features:
- allow passing of display via option (@mkdynamic)
Bugfixes:
- fix `ten_mins_from_now` calculation (#7, @olegkovalenko)
## 1.0.0.rc2 (2011-11-11)
Features:
- allow passing `display` parameter (@mkdynamic)
- included default scope (@mkdynamic)
## 1.0.0.rc1 (2011-10-29)
- first public gem release (@mkdynamic)