The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

1.13  2015-03-11
  - Improved notify performance significantly.

1.12  2015-03-09
  - Fixed Mojo::Pg::Migrations to handle UTF-8 encoded files correctly.

1.11  2015-03-04
  - Removed experimental status from Mojo::Pg::PubSub.
  - Removed experimental status from pubsub attribute in Mojo::Pg.

1.10  2015-02-20
  - Updated for Mojolicious 5.81.

1.09  2015-02-15
  - Added EXPERIMENTAL module Mojo::Pg::PubSub.
  - Added EXPERIMENTAL pubsub attribute to Mojo::Pg.
  - Improved fork-safety by activating AutoInactiveDestroy by default.

1.08  2015-02-12
  - Deprecated Mojo::Pg::Database::do in favor of Mojo::Pg::Database::query.

1.07  2015-01-03
  - Added support for encoding and decoding of JSON values.
  - Added expand method to Mojo::Pg::Results.

1.06  2014-12-28
  - Added dollar_only method to Mojo::Pg::Database.

1.05  2014-12-27
  - Improved Mojo::Pg::Migrations to create a mojo_migrations table with
    stricter constraints.

1.04  2014-12-22
  - Improved all methods not to use question marks in queries.

1.03  2014-12-21
  - Fixed bug where Perl would close the DBD::Pg file descriptor after it had
    been used with the event loop.

1.02  2014-11-22
  - Improved performance for many different queries significantly by
    deactivating pg_server_prepare by default.

1.01  2014-11-20
  - Improved documentation.

1.0  2014-11-19
  - Removed experimental status from distribution.

0.11  2014-11-13
  - Added pid method to Mojo::Pg::Database.
  - Added close event to Mojo::Pg::Database.

0.10  2014-11-12
  - Removed dbh attribute from Mojo::Pg::Transaction.
  - Added db attribute to Mojo::Pg::Transaction.
  - Fixed bug where notifications did not get delivered immediately to the
    process that sent them.

0.09  2014-11-02
  - Updated Mojolicious requirement to 5.57.

0.08  2014-10-13
  - Changed default data source name in Mojo::Pg to allow more DBD::Pg
    environment variables to work correctly.
  - Improved Mojo::Pg to allow service names in connection strings.

0.07  2014-10-13
  - Removed commit and rollback methods from Mojo::Pg::Database.
  - Added Mojo::Pg::Transaction.
  - Added connection event to Mojo::Pg.

0.06  2014-10-12
  - Added notify method to Mojo::Pg::Database.

0.05  2014-10-11
  - Updated Mojolicious requirement to 5.49 to ensure migrations in the DATA
    section are not served as static files.

0.04  2014-10-10
  - Added support for migrations.
  - Added Mojo::Pg::Migrations.
  - Added migrations attribute to Mojo::Pg.

0.03  2014-10-06
  - Improved non-blocking queries to be able to introspect the statement
    handle.

0.02  2014-10-03
  - Added support for PostgreSQL connection strings.
  - Added from_string method to Mojo::Pg.

0.01  2014-10-03
  - First release.