<br>I've just pushed 0.07999_01 out to CPAN.&nbsp; In the meantime, you can grab it directly at <a href="http://dtmf.com/DBIx-Class-0.07999_01.tar.gz">http://dtmf.com/DBIx-Class-0.07999_01.tar.gz</a><br><br>This is *not* a real release candidate for the 
0.08xxx series, as I believe there are still a number of other pending features intended to go in before that.&nbsp; This is just being pushed out because there have already been a number of invasive changes in the development branch (especially in the Storage layer), and it's time for some broader testing of what we've got so far.
<br><br>Here's the Changes updates for this release:<br><br>0.07999_01 2006-10-05 21:00:00<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - add connect_info option &quot;disable_statement_caching&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - create insert_bulk using execute_array, populate uses it
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - added DBIx::Class::Schema::load_namespaces, alternative to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; load_classes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - added source_info method for source-level metadata (kinda like<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column_info)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Some of ::Storage::DBI's code/docs moved to ::Storage
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - DBIx::Class::Schema::txn_do code moved to ::Storage<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Storage::DBI now uses exceptions instead of -&gt;ping/-&gt;{Active} checks<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Storage exceptions are thrown via the schema class's throw_exception
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - DBIx::Class::Schema::throw_exception's behavior can be modified via<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt;exception_action<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - columns_info_for is deprecated, and no longer runs automatically.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You can make it work like before via
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __PACKAGE__-&gt;column_info_from_storage(1) for now<br><br><br>Happy hacking :)<br><br>--Brandon<br>