R-2.15.0b2

This commit is contained in:
mdipierro
2017-07-10 03:23:13 -05:00
parent 83681f3f5d
commit 540eecc207
2 changed files with 12 additions and 16 deletions
+11 -15
View File
@@ -1,4 +1,6 @@
## 2.16.0b1
## 2.15.0b1
- dropped support for python 2.6
- dropped web shell
- experimental python 3 support
- experimental authapi for service login
- more tests
@@ -20,6 +22,13 @@
- Updated fpdf to latest version
- JWT support
- import fabfile for remote deployment
- scheduler new feature: you can now specify intervals with cron
- gluon/* removed from sys.path. Applications relying on statements like e.g.
"from storage import Storage"
will need to be rewritten with
"from gluon.storage import Storage"
- tests can only be run with the usual web2py.py --run_system_tests OR with
python -m unittest -v gluon.tests on the root dir
- jQuery 3.2.1
- PyDAL 17.07 including:
allow jsonb support for postgres
@@ -31,20 +40,7 @@
improved mongodb support
overall refactoring
experimental support for Google Cloud SQL v2
## 2.15.x
- web2py does not support python 2.6 anymore
- py3.5 syntax compatible (see #1353 for details)
- dropped web shell from admin
- scheduler new feature: you can now specify intervals with cron
- gluon/* removed from sys.path. Applications relying on statements like e.g.
"from storage import Storage"
will need to be rewritten with
"from gluon.storage import Storage"
- tests can only be run with the usual web2py.py --run_system_tests OR with
python -m unittest -v gluon.tests on the root dir
- updated pymysql driver
new pymysql driver
## 2.14.6
+1 -1
View File
@@ -1 +1 @@
Version 2.16.0-beta2+timestamp.2017.07.10.03.14.16
Version 2.16.0-beta2+timestamp.2017.07.10.03.22.43