librelist archives

« back to archive

ANN: Flask 0.3, Schnaps Released

ANN: Flask 0.3, Schnaps Released

From:
Armin Ronacher
Date:
2010-05-27 @ 23:35
Hi everybody,

I just released Version 0.3, codename Schnaps of Flask, the micro
webframework based on Werkzeug, Jinja2 and good intentions.

What's new:

   * added support for categories for flashed messages.
   * the application now configures a logging.Handler and will log
     request handling exceptions to that logger when not in debug mode.
     This makes it possible to receive mails on server errors for
     example.
   * added support for context binding that does not require the use of
     the with statement for playing in the console.
   * the request context is now available within the with statement
     making it possible to further push the request context or pop it.
   * added support for configurations

What else?

Huge updates in the documentation.  First of all we have a working, 
printable PDF now.  There are also many new snippets and patterns in the 
documentation for configuration, error reporting, lazy loading, 
upgrading from older versions, how to work with Flask in the shell and 
much, much more.

All the examples were upgraded to use the new configuration system as well.

Links:

    Online Documentation: http://flask.pocoo.org/docs/
    Downloadable PDF: http://flask.pocoo.org/docs/flask-docs.pdf
    Website: http://flask.pocoo.org/
    On Github: http://github.com/mitsuhiko/flask
    PyPI Record: http://pypi.python.org/pypi/Flask


Grab it from PyPI while it's hot: http://pypi.python.org/pypi/Flask/0.3


Regards,
Armin

Re: [flask] ANN: Flask 0.3, Schnaps Released

From:
Armin Ronacher
Date:
2010-05-28 @ 20:01
Small bugfix release 0.3.1 out. had some pyc files in there.

Regards,
Armin

(sent from a handheld device)

On 28.05.2010, at 01:35, Armin Ronacher <armin.ronacher@active-4.com>  
wrote:

> Hi everybody,
>
> I just released Version 0.3, codename Schnaps of Flask, the micro
> webframework based on Werkzeug, Jinja2 and good intentions.
>
> What's new:
>
>   * added support for categories for flashed messages.
>   * the application now configures a logging.Handler and will log
>     request handling exceptions to that logger when not in debug mode.
>     This makes it possible to receive mails on server errors for
>     example.
>   * added support for context binding that does not require the use of
>     the with statement for playing in the console.
>   * the request context is now available within the with statement
>     making it possible to further push the request context or pop it.
>   * added support for configurations
>
> What else?
>
> Huge updates in the documentation.  First of all we have a working,
> printable PDF now.  There are also many new snippets and patterns in  
> the
> documentation for configuration, error reporting, lazy loading,
> upgrading from older versions, how to work with Flask in the shell and
> much, much more.
>
> All the examples were upgraded to use the new configuration system  
> as well.
>
> Links:
>
>    Online Documentation: http://flask.pocoo.org/docs/
>    Downloadable PDF: http://flask.pocoo.org/docs/flask-docs.pdf
>    Website: http://flask.pocoo.org/
>    On Github: http://github.com/mitsuhiko/flask
>    PyPI Record: http://pypi.python.org/pypi/Flask
>
>
> Grab it from PyPI while it's hot: http://pypi.python.org/pypi/Flask/ 
> 0.3
>
>
> Regards,
> Armin

Re: [flask] ANN: Flask 0.3, Schnaps Released

From:
Alessandro Martin
Date:
2010-05-28 @ 12:31
Thanks Armin!

On Fri, May 28, 2010 at 1:35 AM, Armin Ronacher
<armin.ronacher@active-4.com> wrote:
> Hi everybody,
>
> I just released Version 0.3, codename Schnaps of Flask, the micro
> webframework based on Werkzeug, Jinja2 and good intentions.
>
> What's new:
>
>   * added support for categories for flashed messages.
>   * the application now configures a logging.Handler and will log
>     request handling exceptions to that logger when not in debug mode.
>     This makes it possible to receive mails on server errors for
>     example.
>   * added support for context binding that does not require the use of
>     the with statement for playing in the console.
>   * the request context is now available within the with statement
>     making it possible to further push the request context or pop it.
>   * added support for configurations
>
> What else?
>
> Huge updates in the documentation.  First of all we have a working,
> printable PDF now.  There are also many new snippets and patterns in the
> documentation for configuration, error reporting, lazy loading,
> upgrading from older versions, how to work with Flask in the shell and
> much, much more.
>
> All the examples were upgraded to use the new configuration system as well.
>
> Links:
>
>    Online Documentation: http://flask.pocoo.org/docs/
>    Downloadable PDF: http://flask.pocoo.org/docs/flask-docs.pdf
>    Website: http://flask.pocoo.org/
>    On Github: http://github.com/mitsuhiko/flask
>    PyPI Record: http://pypi.python.org/pypi/Flask
>
>
> Grab it from PyPI while it's hot: http://pypi.python.org/pypi/Flask/0.3
>
>
> Regards,
> Armin
>

Re: [flask] ANN: Flask 0.3, Schnaps Released

From:
Stephane Wirtel
Date:
2010-05-28 @ 05:42
thanks for this release ;-)


Written from my iPhone !

Le 28 mai 2010 à 01:35, Armin Ronacher <armin.ronacher@active-4.com> a  
écrit :

> Hi everybody,
>
> I just released Version 0.3, codename Schnaps of Flask, the micro
> webframework based on Werkzeug, Jinja2 and good intentions.
>
> What's new:
>
>   * added support for categories for flashed messages.
>   * the application now configures a logging.Handler and will log
>     request handling exceptions to that logger when not in debug mode.
>     This makes it possible to receive mails on server errors for
>     example.
>   * added support for context binding that does not require the use of
>     the with statement for playing in the console.
>   * the request context is now available within the with statement
>     making it possible to further push the request context or pop it.
>   * added support for configurations
>
> What else?
>
> Huge updates in the documentation.  First of all we have a working,
> printable PDF now.  There are also many new snippets and patterns in  
> the
> documentation for configuration, error reporting, lazy loading,
> upgrading from older versions, how to work with Flask in the shell and
> much, much more.
>
> All the examples were upgraded to use the new configuration system  
> as well.
>
> Links:
>
>    Online Documentation: http://flask.pocoo.org/docs/
>    Downloadable PDF: http://flask.pocoo.org/docs/flask-docs.pdf
>    Website: http://flask.pocoo.org/
>    On Github: http://github.com/mitsuhiko/flask
>    PyPI Record: http://pypi.python.org/pypi/Flask
>
>
> Grab it from PyPI while it's hot: http://pypi.python.org/pypi/Flask/ 
> 0.3
>
>
> Regards,
> Armin

Re: [flask] ANN: Flask 0.3, Schnaps Released

From:
Dan Jacob
Date:
2010-05-28 @ 09:44
Thanks again for your hard work.

On 28 May 2010 06:42, Stephane Wirtel <stephane@wirtel.be> wrote:
> thanks for this release ;-)
>
>
> Written from my iPhone !
>
> Le 28 mai 2010 à 01:35, Armin Ronacher <armin.ronacher@active-4.com> a
> écrit :
>
>> Hi everybody,
>>
>> I just released Version 0.3, codename Schnaps of Flask, the micro
>> webframework based on Werkzeug, Jinja2 and good intentions.
>>
>> What's new:
>>
>>   * added support for categories for flashed messages.
>>   * the application now configures a logging.Handler and will log
>>     request handling exceptions to that logger when not in debug mode.
>>     This makes it possible to receive mails on server errors for
>>     example.
>>   * added support for context binding that does not require the use of
>>     the with statement for playing in the console.
>>   * the request context is now available within the with statement
>>     making it possible to further push the request context or pop it.
>>   * added support for configurations
>>
>> What else?
>>
>> Huge updates in the documentation.  First of all we have a working,
>> printable PDF now.  There are also many new snippets and patterns in
>> the
>> documentation for configuration, error reporting, lazy loading,
>> upgrading from older versions, how to work with Flask in the shell and
>> much, much more.
>>
>> All the examples were upgraded to use the new configuration system
>> as well.
>>
>> Links:
>>
>>    Online Documentation: http://flask.pocoo.org/docs/
>>    Downloadable PDF: http://flask.pocoo.org/docs/flask-docs.pdf
>>    Website: http://flask.pocoo.org/
>>    On Github: http://github.com/mitsuhiko/flask
>>    PyPI Record: http://pypi.python.org/pypi/Flask
>>
>>
>> Grab it from PyPI while it's hot: http://pypi.python.org/pypi/Flask/
>> 0.3
>>
>>
>> Regards,
>> Armin
>

Re: [flask] ANN: Flask 0.3, Schnaps Released

From:
Dag Odenhall
Date:
2010-05-28 @ 02:48
Awesome, thanks a bunch Armin!

fre 2010-05-28 klockan 01:35 +0200 skrev Armin Ronacher:
> Hi everybody,
> 
> I just released Version 0.3, codename Schnaps of Flask, the micro
> webframework based on Werkzeug, Jinja2 and good intentions.
> 
> What's new:
> 
>    * added support for categories for flashed messages.
>    * the application now configures a logging.Handler and will log
>      request handling exceptions to that logger when not in debug mode.
>      This makes it possible to receive mails on server errors for
>      example.
>    * added support for context binding that does not require the use of
>      the with statement for playing in the console.
>    * the request context is now available within the with statement
>      making it possible to further push the request context or pop it.
>    * added support for configurations
> 
> What else?
> 
> Huge updates in the documentation.  First of all we have a working, 
> printable PDF now.  There are also many new snippets and patterns in the 
> documentation for configuration, error reporting, lazy loading, 
> upgrading from older versions, how to work with Flask in the shell and 
> much, much more.
> 
> All the examples were upgraded to use the new configuration system as well.
> 
> Links:
> 
>     Online Documentation: http://flask.pocoo.org/docs/
>     Downloadable PDF: http://flask.pocoo.org/docs/flask-docs.pdf
>     Website: http://flask.pocoo.org/
>     On Github: http://github.com/mitsuhiko/flask
>     PyPI Record: http://pypi.python.org/pypi/Flask
> 
> 
> Grab it from PyPI while it's hot: http://pypi.python.org/pypi/Flask/0.3
> 
> 
> Regards,
> Armin

Re: [flask] ANN: Flask 0.3, Schnaps Released

From:
Armin Ronacher
Date:
2010-05-27 @ 23:39
Something else:

And in case anyone is wondering: the development version was temporarily 
called 0.5, but I rather stay honest there and not skip versions.  At 
one point I might jump to 1.0 though to mark the first real, stable release.


Regards,
Armin