Re: [pylons-discuss] WebOb 1.8.2 has been released

2018-06-06 Thread Jonathan Vanasco
On Wednesday, June 6, 2018 at 2:04:20 PM UTC-4, Bert JW Regeer wrote: > > Recently some changes were made to remove any last references to `key`, so > that things would error if you did try to use it, but those are on master > only and have not been back ported to 1.8-branch (yet, I may still

Re: [pylons-discuss] WebOb 1.8.2 has been released

2018-06-06 Thread Bert JW Regeer
I was wrong, I did back port it: https://github.com/Pylons/webob/commit/1c91f51fd5491870200ea7d024f7c1fdca5b9a9c > On Jun 6, 2018, at 12:04 , Bert JW Regeer wrote: > > This has been the case since 1.7.0 was released… > > See >

Re: [pylons-discuss] WebOb 1.8.2 has been released

2018-06-06 Thread Bert JW Regeer
This has been the case since 1.7.0 was released… See https://docs.pylonsproject.org/projects/webob/en/stable/whatsnew-1.7.html#backwards-incompatibility specifically: - Response.set_cookie no longer accepts a key argument. This was deprecated in WebOb 1.5 and as mentioned in the deprecation,

[pylons-discuss] WebOb 1.8.2 has been released

2018-06-05 Thread Bert JW Regeer
Hello all, I have just released WebOb 1.8.2. which fixes an issues with the cookie interface used for adding SameSite to the cookie. This was erroneously only accepting byte strings when it should have simply coerced to bytes as necessary like every other parameter. Please install from your