Sun Dec 4 18:48:03 2015 Jeremy Daer jeremydaer@gmail.com

    * First-party "SameSite" cookies. Browsers omit SameSite cookies
    from third-party requests, closing the door on many CSRF attacks.

    Pass `same_site: true` (or `:strict`) to enable:
        response.set_cookie 'foo', value: 'bar', same_site: true
    or `same_site: :lax` to use Lax enforcement:
        response.set_cookie 'foo', value: 'bar', same_site: :lax

    Based on version 7 of the Same-site Cookies internet draft:
    https://tools.ietf.org/html/draft-west-first-party-cookies-07

    Thanks to Ben Toews (@mastahyeti) and Bob Long (@bobjflong) for
    updating to drafts 5 and 7.

Wed Jun 24 12:13:37 2015 Aaron Patterson tenderlove@ruby-lang.org

    * Fix Ruby 1.8 backwards compatibility

Fri Jun 19 07:14:50 2015 Matthew Draper matthew@trebex.net

    * Work around a Rails incompatibility in our private API

Fri Jun 12 11:37:41 2015 Aaron Patterson tenderlove@ruby-lang.org

    * Prevent extremely deep parameters from being parsed. CVE-2015-3225

December 18th, Thirty sixth public release 1.6.0 ↑

February 7th, Thirty fifth public release 1.5.2 ↑

February 7th, Thirty fifth public release 1.4.5 ↑

February 7th, Thirty fifth public release 1.1.6, 1.2.8, 1.3.10 ↑

January 28th, 2013: Thirty fourth public release 1.5.1 ↑

January 21st, 2013: Thirty third public release 1.5.0 ↑

January 13th, 2013: Thirty second public release 1.4.4, 1.3.9, 1.2.7, 1.1.5 ↑

January 7th, 2013: Thirty first public release 1.4.3 ↑

January 7th, 2013: Thirtieth public release 1.3.8 ↑

January 6th, 2013: Twenty ninth public release 1.4.2 ↑

January 6th, 2013: Twenty eighth public release 1.3.7 ↑

January 6th, 2013: Twenty seventh public release 1.2.6 ↑

January 6th, 2013: Twenty sixth public release 1.1.4 ↑

January 22nd, 2012: Twenty fifth public release 1.4.1 ↑

December 28th, 2011: Twenty fourth public release 1.4.0 ↑

December 28th, 2011: Twenty first public release: 1.1.3. ↑

October 17, 2011: Twentieth public release 1.3.5 ↑

October 1, 2011: Nineteenth public release 1.3.4 ↑

September 16, 2011: Eighteenth public release 1.2.4 ↑

September 16, 2011: Seventeenth public release 1.3.3 ↑

July 16, 2011: Sixteenth public release 1.3.2 ↑

July 13, 2011: Fifteenth public release 1.3.1 ↑

May 22nd, 2011: Fourteenth public release 1.2.3 ↑

May 22nd, 2011: Thirteenth public release 1.3.0 ↑

March 13th, 2011: Twelfth public release 1.2.2/1.1.2. ↑

June 15th, 2010: Eleventh public release 1.2.1. ↑

June 13th, 2010: Tenth public release 1.2.0. ↑

January 3rd, 2010: Ninth public release 1.1.0. ↑

October 18th, 2009: Eighth public release 1.0.1. ↑

April 25th, 2009: Seventh public release 1.0.0. ↑

January 9th, 2009: Sixth public release 0.9.1. ↑

January 6th, 2009: Fifth public release 0.9. ↑

August 21st, 2008: Fourth public release 0.4. ↑

February 26th, 2008: Third public release 0.3. ↑

May 16th, 2007: Second public release 0.2. ↑

March 3rd, 2007: First public release 0.1. ↑