librelist archives

« back to archive

Mongrel2 v1.8.0 Is Soon

Mongrel2 v1.8.0 Is Soon

From:
Zed A. Shaw
Date:
2011-07-14 @ 03:15
Hey everyone, I spent the day coding up the big features I wanted to get
done for Mongrel2 v1.8.0.  So far we've managed to get the following
stuff cleaned up and ready to release:

1. Hot reloading, where the reloading of a config happens instantly and
is lazy loaded and should be damn near perfect or I'll puke.

2. SSL is now using the latest PolarSSL, has session caching in a dumb
way, and is documented:

    http://mongrel2.org/static/mongrel2-manual.html#x1-410003.11

3. WebSockets should be working, but they're using the new hybi protocol
spec, so only really recent Firefox can work with it.

4. Filters are now totally configurable, and how to configure one is
documented:

    http://mongrel2.org/static/mongrel2-manual.html#x1-430003.12

5. There's also a working sample Filter that doesn't do much, and it's
docs:
    
    http://mongrel2.org/static/mongrel2-manual.html#x1-830005.8

And as usual, tons of bug fixes and stuff.

Please take the time to review all of this stuff, try it out, thrash it,
and then report back.  This is all in the develop branch on github.

-- 
Zed A. Shaw
http://zedshaw.com/

Re: [mongrel2] Mongrel2 v1.8.0 Is Soon

From:
Mathijs Kwik
Date:
2011-07-14 @ 08:32
Which version of websockets hybi is supported?
Since hybi-00 is supported by chrome, I'm assuming mongrel2 will at
least require hybi-06 ?

Thanks,
Mathijs

On Thu, Jul 14, 2011 at 5:15 AM, Zed A. Shaw <zedshaw@zedshaw.com> wrote:
> Hey everyone, I spent the day coding up the big features I wanted to get
> done for Mongrel2 v1.8.0.  So far we've managed to get the following
> stuff cleaned up and ready to release:
>
> 1. Hot reloading, where the reloading of a config happens instantly and
> is lazy loaded and should be damn near perfect or I'll puke.
>
> 2. SSL is now using the latest PolarSSL, has session caching in a dumb
> way, and is documented:
>
>    http://mongrel2.org/static/mongrel2-manual.html#x1-410003.11
>
> 3. WebSockets should be working, but they're using the new hybi protocol
> spec, so only really recent Firefox can work with it.
>
> 4. Filters are now totally configurable, and how to configure one is
> documented:
>
>    http://mongrel2.org/static/mongrel2-manual.html#x1-430003.12
>
> 5. There's also a working sample Filter that doesn't do much, and it's
> docs:
>
>    http://mongrel2.org/static/mongrel2-manual.html#x1-830005.8
>
> And as usual, tons of bug fixes and stuff.
>
> Please take the time to review all of this stuff, try it out, thrash it,
> and then report back.  This is all in the develop branch on github.
>
> --
> Zed A. Shaw
> http://zedshaw.com/
>

Re: [mongrel2] Mongrel2 v1.8.0 Is Soon

From:
Jason Miller
Date:
2011-07-14 @ 23:00
Hi Mathijs,

I wrote it against the most recent (hybi-09) standard.  However, since 
mongrel2 only touches the handshaking and framing, hybi-07 should work 
as well.  Hopefully I'll get an example up soon for people to play 
with.  I was going to do it last week, but my birthday, combined with 
my home server giving up the ghost has taken up all my spare time.

-Jason

On 10:32 Thu 14 Jul     , Mathijs Kwik wrote:
> Which version of websockets hybi is supported?
> Since hybi-00 is supported by chrome, I'm assuming mongrel2 will at
> least require hybi-06 ?
> 
> Thanks,
> Mathijs
> 
> On Thu, Jul 14, 2011 at 5:15 AM, Zed A. Shaw <zedshaw@zedshaw.com> wrote:
> > Hey everyone, I spent the day coding up the big features I wanted to get
> > done for Mongrel2 v1.8.0.  So far we've managed to get the following
> > stuff cleaned up and ready to release:
> >
> > 1. Hot reloading, where the reloading of a config happens instantly and
> > is lazy loaded and should be damn near perfect or I'll puke.
> >
> > 2. SSL is now using the latest PolarSSL, has session caching in a dumb
> > way, and is documented:
> >
> >    http://mongrel2.org/static/mongrel2-manual.html#x1-410003.11
> >
> > 3. WebSockets should be working, but they're using the new hybi protocol
> > spec, so only really recent Firefox can work with it.
> >
> > 4. Filters are now totally configurable, and how to configure one is
> > documented:
> >
> >    http://mongrel2.org/static/mongrel2-manual.html#x1-430003.12
> >
> > 5. There's also a working sample Filter that doesn't do much, and it's
> > docs:
> >
> >    http://mongrel2.org/static/mongrel2-manual.html#x1-830005.8
> >
> > And as usual, tons of bug fixes and stuff.
> >
> > Please take the time to review all of this stuff, try it out, thrash it,
> > and then report back.  This is all in the develop branch on github.
> >
> > --
> > Zed A. Shaw
> > http://zedshaw.com/
> >