Re: [pylons-discuss] pyramid_session_redis - v1.7.0rc1

2023-06-16 Thread Jonathan Vanasco
It's just mypy and dropping python2.

There was one small change, in which session ids must now be a string.  

Integrating mypy has been great.  It's been surfacing so many edge cases 
for me.

On Thursday, June 15, 2023 at 12:41:29 PM UTC-4 Mike Orr wrote:

> I can try it in my current project update. It will have a code freeze
> at the beginning of July. Do you expect a release by then? Although I
> don't need to upgrade it if the changes are mainy for mypy, which I
> don't use.
>
> On Tue, Jun 13, 2023 at 10:04 AM Jonathan Vanasco  
> wrote:
> >
> > I've released a new branch of pyramid_sesion_redis with an rc1 status: 
> 1.7.0rc1
> >
> > https://pypi.org/project/pyramid-session-redis/
> > https://github.com/jvanasco/pyramid_session_redis
> >
> > If anyone is able to test this on their staging systems, I would be very 
> appreciative. This has been working well for our needs, but the package is 
> implemented in many different ways.
> >
> > This is the fist version to drop py2 and pyramid1 support. The minimum 
> requirements are Py3.6 and Pyramid2.0
> >
> > Most of the changes are internal and have to deal with supporting mypy 
> and handling some edge-cases that mypy surfaced.
> >
> > Default usage should be fully backwards compatible. The only known 
> breaking change so far involves specifying a custom id_generator. The 
> library now requires session_ids to be strings, and will convert an integer 
> id into a string.
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "pylons-discuss" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to pylons-discus...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pylons-discuss/632b73fe-818f-42b3-b035-b61fb518df85n%40googlegroups.com
> .
>
>
>
> -- 
> Mike Orr 
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/2ede9be4-e0d8-459d-abed-bdf799a52099n%40googlegroups.com.


Re: [pylons-discuss] pyramid_session_redis - v1.7.0rc1

2023-06-15 Thread Mike Orr
I can try it in my current project update. It will have a code freeze
at the beginning of July. Do you expect a release by then? Although I
don't need to upgrade it if the changes are mainy for mypy, which I
don't use.

On Tue, Jun 13, 2023 at 10:04 AM Jonathan Vanasco  wrote:
>
> I've released a new branch of pyramid_sesion_redis with an rc1 status:  
> 1.7.0rc1
>
>  https://pypi.org/project/pyramid-session-redis/
>  https://github.com/jvanasco/pyramid_session_redis
>
> If anyone is able to test this on their staging systems, I would be very 
> appreciative.  This has been working well for our needs, but the package is 
> implemented in many different ways.
>
> This is the fist version to drop py2 and pyramid1 support.  The minimum 
> requirements are Py3.6 and Pyramid2.0
>
> Most of the changes are internal and have to deal with supporting mypy and 
> handling some edge-cases that mypy surfaced.
>
> Default usage should be fully backwards compatible.  The only known breaking 
> change so far involves specifying a custom id_generator.  The library now 
> requires session_ids to be strings, and will convert an integer id into a 
> string.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pylons-discuss/632b73fe-818f-42b3-b035-b61fb518df85n%40googlegroups.com.



-- 
Mike Orr 

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAH9f%3Duqg1kJ%2B6Yj2N2UH50AF_VtajBK%2B5HY6pVZcU11ksUNbtg%40mail.gmail.com.


[pylons-discuss] pyramid_session_redis - v1.7.0rc1

2023-06-13 Thread Jonathan Vanasco
I've released a new branch of pyramid_sesion_redis with an rc1 status:  
1.7.0rc1

 https://pypi.org/project/pyramid-session-redis/
 https://github.com/jvanasco/pyramid_session_redis

If anyone is able to test this on their staging systems, I would be very 
appreciative.  This has been working well for our needs, but the package is 
implemented in many different ways.  

This is the fist version to drop py2 and pyramid1 support.  The minimum 
requirements are Py3.6 and Pyramid2.0

Most of the changes are internal and have to deal with supporting mypy and 
handling some edge-cases that mypy surfaced.  

Default usage should be fully backwards compatible.  The only known 
breaking change so far involves specifying a custom id_generator.  The 
library now requires session_ids to be strings, and will convert an integer 
id into a string.  

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/632b73fe-818f-42b3-b035-b61fb518df85n%40googlegroups.com.