release v0.900201
[dbsrgits/DBIx-Class-Journal.git] / Changes
1 0.900201 2014-09-30
2     - Fix for 5.18 and 5.20
3     - Don't copy column data from schema that does anything other
4       than define data type.  e.g. autoinc stuff
5
6 0.900200 2010-07-24
7     - No longer use 'scalar gmtime' for set_date in ChangeSet;
8       that was brittle and doesn't work on many databases, now
9       we just use DBIx::Class::TimeStamp
10
11 0.900102 2010-06-23
12     - Fix a bad test and a silly assumption in population code
13
14 0.900101 2010-05-11
15     - Reupload because of a missing version number
16
17 0.900100 2010-05-11
18     - Tiny bit of doc, besides that it's all of the below.
19
20 0.900001_06 2010-04-30
21     - Fixed silly bug where update and delete didn't return what they were supposed to
22
23 0.900001_05 2010-04-29
24     - Removed undocumented override of deploy()
25     - Added prepopulate_journal() to bootstrap insert logs, for retrofitting (oliver)
26     - Added bootstrap_journal() which calls deploy_journal() and then prepopulate_journal() (oliver)
27
28 0.900001_04 2010-04-27
29     - Lots of documentation tweaks (oliver)
30     - Fix a bug caused by storing state of row BEFORE update instead of after (oliver)
31     - RT56175: allow tables to have a prefix
32     - RT56179: insert change_id, not change object, into audit log
33
34 0.900001_03 2010-02-18
35     - Journal schema is now in it's own virtual package instead of being in
36       DBIx::Class::Schema::Journal::DB so a user should be able to have
37       multiple journals without them mingling
38     - No longer depend on Test::TempDir so this should build on windows
39     - Use Class::C3::Componentised instead of DBIx::Class::Componentised
40     - Fixed syntax error in SYNOPSIS
41     - Lots of cleanup (deleting unused files, commented out code, etc)
42     - Switched to Module::Install instead of EU::MM
43
44 0.900001_02
45     - The one time I forget to run disttest, the MANIFEST file mysteriously
46       disappears... *sigh*
47
48 0.900001_01
49     - insert records a history row as well
50     - SQL::Translator is required to run the test suite
51     - Add EvalWrap subclass, that suppressed errors and warns instead, useful
52       for when having no errors is preferable over partial journal data
53     - various refactoring
54     - correct journalling of recreated data (data with a primary key that
55       previously existed)
56     - update to DBIx::Class's versioning scheme
57
58 0.02_01 2008-07-30
59     - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
60     - $main_schema->deploy deploys the journalling tables too
61     - support multi column primary keys
62     - rename Change to ChangeLog to avoid conflict with mysql reserved word
63     - fix schema composition when sharing connection
64     - support for nested transactions (produce one changeset, but support stubs
65       for nested changesets in place)
66     - removed dummy table
67     - various other cleanups
68     - calling current_changeset outside of txn_do is fatal
69     - fix 'now()' default value, timestamp happens in perl space instead
70     - also call txn_do on the journal schema if the storage object differs
71     - don't call txn_begin twice
72
73 0.01 2007-08-11:
74 Initial version
75
76