<div dir="ltr"><div>Hi all,</div><div><br></div><div>We've just released Pony ORM version 0.6.6</div><div><br></div><div>The main feature of this release is native JSON data type support in databases.</div><div>We have added a new chapter to the documentation, which describes how it works.</div><div><br></div><div>Here is the list of changes, improvements and bug fixes:</div><div><br></div><div>- Starting with this release Pony drops Python 2.6 support</div><div><br></div><div>- Added an experimental @db_session strict parameter</div><div>  <a href="https://docs.ponyorm.com/transactions.html#strict">https://docs.ponyorm.com/transactions.html#strict</a></div><div><br></div><div>- Added the compatibility with PYPY using psycopg2cffi: </div><div>  <a href="https://github.com/ponyorm/pony/pull/179">https://github.com/ponyorm/pony/pull/179</a></div><div><br></div><div>- Fixed #182 – LEFT JOIN doesn’t work as expected for inherited entities when </div><div>  foreign key is None <a href="https://github.com/ponyorm/pony/pull/182">https://github.com/ponyorm/pony/pull/182</a></div><div><br></div><div>- Fixed some small bugs</div><div><br></div><div><br></div><div>To install the updated version use the following command:</div><div><br></div><div>pip install --upgrade pony</div><div><br></div><div>Best,</div><div>Pony ORM Team</div></div>