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_*