ngcp-schema/Changes

98 lines
1.6 KiB

=encoding UTF-8
=head1 NAME
Changes - Revision history for NGCP-Schema
=head2 2.006 2013-09-20
=over
=item Add pbx device autoprovisioning tables.
=back
=head2 2.005 2013-09-11
=over
=item Add pbx group table and pbx related fields/rels
=item Sync voip_pbx_groups to underlying database changes
=item Align to new product class enum
=item Fix relation to voip_rewrite_rule_sets
=item Move test.conf to a share directory to make it accessible from schema consumers
=back
=head2 2.004 2013-08-06
deflate messages timestamp to micro precision
=head2 2.003 2013-08-02
relicense GPL3+
=head2 2.002 2013-07-24
inflation of epoch stored as string
=head2 2.001 2013-07-19
=over
=item load DBIx::Class::Helper::ResultSet for C<SetOperations>/C<union> method
=item inflation of epoch with milliseconds data type
=back
=head2 2.000 2013-07-15
=over
=item result classes in a single namespace (see L<NGCP::Schema/INCOMPATIBILITIES)
=item unify access to tables through configuration item C<ngcp_connect_info>
=back
=head2 1.003 2013-06-27
add component for JSON serialisation hooks
=head2 1.002 2013-06-14
=over
=item relax connect_info for passed-through DBI attributes
=item automatically encode password columns
=back
=head2 1.001 2013-05-14
=over
=item add L<DBIx::Class::InflateColumn::DateTime> to classes
=item simple test for checking consistency of moniker naming against the
database
=item column accessors that collide with built-in/autoboxed methods are
prefixed with C<column_>
=item domain handling
=item port configuration and exception handling from ossbss
=back
=head2 1.000 2013-02-05
Initial release.