I just released 0.10.7 (security release). It fixes a possible DoS vulnerability that is caused by hash collisions in CPython dicts.
This bug is not specific to bottle. I you are using other frameworks, check for updates there too.
read moreI just released 0.10.7 (security release). It fixes a possible DoS vulnerability that is caused by hash collisions in CPython dicts.
This bug is not specific to bottle. I you are using other frameworks, check for updates there too.
read moreI just released 0.10.5 and 0.9.8. Both are security bugfix releases and recommended for everyone. Here is a brief summary of the changes:
It was a lot of work, but I could finally drop the 2to3 requirement! The Bottle sources now support Python 2.5, 2.6, 2.7, 3,1 and 3.2 natively. All tests pass. No measurable performance drawback. Full backwards compatible. Its pure win :)
You can test it directly …
read moreThere is a lot of new stuff this time: A CLI interface, new routing syntax and lots of convenient helpers for request/response objects and templates. The change-log will tell you more.
A few days ago, Ralf showed us his version of Bottle 0.9 that supports python 2.x and 3.x from a single source. No need to run 2to3 anymore, it runs natively with both major versions of Python.
I want that!
So I created a new branch and …
read moreBottle 0.9.7 (bugfix release) is available. The bug: Loading a template encoded with a codec other than the system default in a Python 3.x environment raised an unicode error under certain circumstances. So, this release is optional. Ignore it if you want :)
read moreThe Bottle auto-reload feature got an upgrade today: It is now able to handle syntax and import errors in your application or imported modules. Just start the server with the new command-line interface and give it a try:
bottle.py --debug --reload package.module:app
I had to change a …
read moreFeature freeze, lets fix some bugs :)
What is in:
Notable stuff that has to wait for 0.11:
It took some time, but the new routing code is finished.
Highlights:
« Page 2 / 2