All Versions
52
Latest Version
Avg Release Cycle
8 days
Latest Release
997 days ago

Changelog History
Page 5

  • v16.06 Changes

    ๐Ÿš€ Released on June 6th 2016

    • ๐Ÿ”จ Major refactoring of the codebase
    • ๐Ÿ‘Œ Improved Postgre adapter performance
    • ๐Ÿ›  [MSSQL] Fixed sql generation with orderby on MSSQL3 adapters
    • Connection and cursors are now thread safe
    • ๐Ÿ“œ [Mongo] Empty values for ObjectId fields are now stored and parsed as None instead of a fake ObjectId(0)
    • ๐Ÿ›  Fixed multiple calls of initialization callbacks during connection
    • [Postgre] Added more extraction helpers on fields
    • 0๏ธโƒฃ Enabled entity quoting as default behavior
    • โž• Added indexes creation and drop support on SQL adapters
    • ๐Ÿ›  Several bugfixes
  • v16.03 Changes

    ๐Ÿš€ Released on March 24th 2016

    • Implemented faster SQLite logic in absence of db queris
    • PEP8 improvements
    • โž• Added support for new relic (newrelic>=2.10.0.8)
    • โž• Added support for outerscoped tablenames
    • ๐Ÿ›  Fixed Google Cloud SQL support
    • ๐Ÿ›  Fixed Oracle DB support
    • ๐Ÿ›  Serveral bugfixes
  • v15.12 Changes

    ๐Ÿš€ Released on December 16th 2015

    • โž• Added IPV6 address enclosed in brackets support for URI's host
    • ๐Ÿ‘ [MongoDB] Implemented unique and notnull support for fields during insert
    • ๐Ÿ›  Several bugfixes
  • v15.09 Changes

    ๐Ÿš€ Released on September 28th 2015

    • [MongoDB] Implemented orderby_on_limitby
    • [MongoDB] Implemented distinct for count
    • [MongoDB] Implemented select() with having parameter
    • [MongoDB] Implemented coalesce operations
    • Virtual fields are now ordered depending on definition
    • ๐Ÿ‘ Allow usage of custom Row classes
    • โž• Added .where method to Set and DAL
    • ๐Ÿ›  Several bugfixes
  • v15.07 Changes

    ๐Ÿš€ Released on July 10th 2015

    • โž• Added smart_query support for 'contains' on fields of type 'list:string'
    • Implemented correct escaping for 'LIKE' (see https://github.com/web2py/pydal/issues/212)
    • โž• Added support for ondelete with fields of type 'list:reference' on MongoDBAdapter
    • ๐Ÿ‘Œ Improved BasicStorage performance
    • โž• Added arithmetic expressions support on MongoDBAdapter
    • โž• Added aggregations support on MongoDBAdapter
    • Table.validate_and_insert and Table.validate_and_update methods now validates also empty fields
    • โž• Added support for expression operators on MongoDBAdapter
    • ๐Ÿ›  Several bugfixes
  • v15.05.29 Changes

    ๐Ÿš€ Released on May 29th 2015

    • ๐Ÿ›  Fixed a unicode error with PostgreSQLAdapter introduced with 15.05
  • v15.05.26 Changes

    ๐Ÿš€ Released on May 26th 2015

    • Fixed DAL.__getattr__
    • ๐Ÿ›  Fixed backward compatibility breaks introduced with 15.05
  • v15.05 Changes

    ๐Ÿš€ Released on May 23rd 2015

    • ๐Ÿ›  Fixed True/False expressions in MSSQL
    • Introduced iterselect() and IterRows
    • ๐Ÿ‘ Extended SQLCustomType to support widget & represent attributes
    • โšก๏ธ Updated MongoDBAdapter to support pymongo 3.0
    • Implemented JSON serialization for objects
    • ๐ŸŽ Refactored many internal objects to improve performance
    • โž• Added python 3.x support (experimental)
    • ๐Ÿ›  Several fixes and improvements to MongoDBAdapter
    • Implemented unicode handling in MSSQL (experimental) via mssql4n and mssql3n adapters Notes: These adapters will probably become the de-facto standard for MSSQL handling; any other adapter will continue to be supported just for legacy databases
    • Restricted table and field names to "valid" ones Notes: the "dotted-notation-friendly" syntax for names means anything:
      • alphanumeric
      • not starting with underscore or an integer rname attribute is intended to be used for anything else
  • v15.03 Changes

    ๐Ÿš€ Released on March 23rd 2015

    • ๐Ÿ›  Fixed redefine with lazy tables
    • Added tests for update_or_insert, bulk_insert, validate_and_update_or_insert
    • โœจ Enhanced connections open/close flow
    • โœจ Enhanced logging flow
    • ๐Ÿ”จ Refactored google adapters: ndb is now used by default
    • โž• Added default representation for reference fields
    • ๐Ÿ›  Fixed some caching issues when using pickle
    • ๐Ÿ›  Several improvements and fixes in MongoDBAdapter
  • v15.02.27 Changes

    ๐Ÿš€ Released on February 27th 2015

    • ๐Ÿ›  Fixed a connection bug
    • ๐Ÿ›  Fixed a security flaw which could lead to db password storing in cache