release 0.900001_05
[dbsrgits/DBIx-Class-Journal.git] / Changes
CommitLineData
4bd0bd90 10.900001_05 2010-04-29
2 - Removed undocumented override of deploy()
e32a5dbb 3 - Added prepopulate_journal() to bootstrap insert logs, for retrofitting (oliver)
4 - Added bootstrap_journal() which calls deploy_journal() and then prepopulate_journal() (oliver)
5
c98ceece 60.900001_04 2010-04-27
7 - Lots of documentation tweaks (oliver)
8 - Fix a bug caused by storing state of row BEFORE update instead of after (oliver)
9 - RT56175: allow tables to have a prefix
10 - RT56179: insert change_id, not change object, into audit log
11
71e2d68c 120.900001_03 2010-02-18
13 - Journal schema is now in it's own virtual package instead of being in
14 DBIx::Class::Schema::Journal::DB so a user should be able to have
15 multiple journals without them mingling
16 - No longer depend on Test::TempDir so this should build on windows
17 - Use Class::C3::Componentised instead of DBIx::Class::Componentised
18 - Fixed syntax error in SYNOPSIS
19 - Lots of cleanup (deleting unused files, commented out code, etc)
20 - Switched to Module::Install instead of EU::MM
21
b00f373e 220.900001_02
23 - The one time I forget to run disttest, the MANIFEST file mysteriously
24 disappears... *sigh*
25
5c679fba 260.900001_01
a39787d7 27 - insert records a history row as well
28 - SQL::Translator is required to run the test suite
29 - Add EvalWrap subclass, that suppressed errors and warns instead, useful
30 for when having no errors is preferable over partial journal data
31 - various refactoring
32 - correct journalling of recreated data (data with a primary key that
33 previously existed)
34 - update to DBIx::Class's versioning scheme
35
18526a9c 360.02_01 2008-07-30
b15a2b3c 37 - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
38 - $main_schema->deploy deploys the journalling tables too
18526a9c 39 - support multi column primary keys
40 - rename Change to ChangeLog to avoid conflict with mysql reserved word
41 - fix schema composition when sharing connection
42 - support for nested transactions (produce one changeset, but support stubs
43 for nested changesets in place)
44 - removed dummy table
45 - various other cleanups
46 - calling current_changeset outside of txn_do is fatal
47 - fix 'now()' default value, timestamp happens in perl space instead
48 - also call txn_do on the journal schema if the storage object differs
49 - don't call txn_begin twice
caea9531 50
ec16e73a 510.01 2007-08-11:
caea9531 52Initial version
53
54