web2py v1.68.1 Release Notes
-
- ๐ New official markdown with security fix
- rows.first()
- rows.last()
- ๐ New cron
- ๐ New hindi and spanish translation
- cached uploads allow for progress bars (thanks AndCycle)
- ๐ ingres support (thanks Chris)
- ๐ legacy database support for db2, mssql with non-int primary keys (thanks Denes)
- 0๏ธโฃ default setting of content-type (this may cause strange behavior in old apps when downloading images)
- IS_UPPER and IS_LOWER works with unicode
- CLENUP not takes regex of allowed/now allowed chartares
- ๐ New rewrite.py allows dynamic routes
- Better error messages for IS_INT_* and IS_FLOAT_*