Hey list -

I’ve released (hopefully without mistakes…) SQLAlchemy 0.8.3 and 0.9.0b1.

0.8.3 is a bugfix release containing several dozen fixes, and a few features 
backported from the upcoming 0.9.0b1 release planned for the same time.

Areas of improvement include ORM, Core, and fixes for dialects like that of 
MySQL, Postgresql, Oracle, and SQLite.

0.9.0b1 is the first beta release of the new 0.9 series, which features a wide 
array of behavioral improvements and features. It also includes all relevant 
bugfixes that have been applied to the 0.8 and sometimes the 0.7 series as 
develoment has continued. We strongly encourage users to download and evaluate 
0.9.0b1, already in use in production environments, and to report back on 
issues promptly.

To get an overview of SQLAlchemy 0.9's new features, see the What's New in 0.9 
document (http://docs.sqlalchemy.org/en/rel_0_9/changelog/migration_09.html). 
This document should also serve as a guide for those behavioral changes which 
may require adjustments to existing applications.

Major highlights include:

        • Runs on Python 2 and 3 with no 2to3 step needed.
        • C extensions run on Python 3
        • Major improvements to SQL rendering regarding ORM eager loading
        • The event API is enhanced with the ability to remove listeners.
        • Major improvements to composite attributes, association proxies
        • New Query features including a rewritten "loader option" system with 
greater capabilities
        • SQL expression language and schema improvements.

The release is being offered for download via Bitbucket files and not on Pypi, 
so that it is not installed automatically for those users using pip, since it 
is still in beta.

Download links for both 0.8.3 and 0.9.0b1 are at:

http://www.sqlalchemy.org/download.html


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to