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

Changelog History
Page 4

  • v17.07 Changes

    July 04, 2017

    ๐Ÿš€ Released on July 4th 2017

    • ๐Ÿ›  Various bugfixes
    • Field.set_attributes now returns the instance
    • ๐Ÿ“œ [PostgreSQL] Added jsonb type and serialization/parsing support
    • โž• Added unix socket support in MySQL and PostgreSQL adapters
    • ๐Ÿ‘ [GCP] Added MySQL and PostgreSQL support
  • v17.03 Changes

    March 09, 2017

    ๐Ÿš€ Released on March 9th 2017

    • ๐Ÿ›  Various bugfixes
    • Re-introduced some backward compatibilties dropped with 17.01
    • โž• Added python 3.6 support
  • v17.01 Changes

    January 31, 2017

    ๐Ÿš€ Released on January 31st 2017

    • ๐Ÿ›  Several bugfixes
    • Introduced "joinable" sub-selects
    • Values are now kept between callbacks
  • v16.11 Changes

    ๐Ÿš€ Released on November 11th 2016

    • Avoid possible memory leaks on DAL instance deletion
  • v16.09 Changes

    ๐Ÿš€ Released on September 28th 2016

    • [MongoDB] Enabled query(field==list:reference)
    • ๐Ÿ›  [PostgreSQL] Several bugfixes
    • ๐Ÿ‘Œ Improved portalocker behaviour on py3
  • v16.08 Changes

    ๐Ÿš€ Released on August 13th 2016

    • ๐Ÿ›  Various bugfixes
  • v16.07 Changes

    ๐Ÿš€ Released on July 26th 2016

    • Introduced Rows.join method
    • ๐Ÿ›  Minor bugfixes
  • v16.06.28 Changes

    ๐Ÿš€ Released on June 28th 2016

    • ๐Ÿ›  Fixed bugs on MSSQL and Postgre adapters introduced with 16.06
    • ๐Ÿ‘Œ Improved parsing performance
  • v16.06.20 Changes

    ๐Ÿš€ Released on June 20th 2016

    • ๐Ÿ›  Fixed bugs introduced with 16.06
  • v16.06.09 Changes

    ๐Ÿš€ Released on June 9th 2016

    • ๐Ÿ›  Fixed boolean parsing errors on Postgre introduced with 16.06
    • ๐Ÿ›  Fixed connection issues on multiprocessing environments with pre-fork
    • โž• Added 'postgres3' adapter to use driver 'boolean' type on fields