From 21293f365608e4a820d65b37bd91abcd93f75018 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 28 Nov 2012 03:42:31 +0000 Subject: [PATCH] Moved the generated changelog into its own file & manually added some 1.3 notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328518 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/book.xml | 7 +--- reference/mongo/changelog.xml | 61 +++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 6 deletions(-) create mode 100644 reference/mongo/changelog.xml diff --git a/reference/mongo/book.xml b/reference/mongo/book.xml index 462327ec87..e805a9a949 100644 --- a/reference/mongo/book.xml +++ b/reference/mongo/book.xml @@ -17,12 +17,7 @@ &reference.mongo.misc; &reference.mongo.reference; &reference.mongo.exceptions; - - - &ChangelogListingTitle; - &ChangelogListingDescription; - - + &reference.mongo.changelog; diff --git a/reference/mongo/changelog.xml b/reference/mongo/changelog.xml new file mode 100644 index 0000000000..5375c354dd --- /dev/null +++ b/reference/mongo/changelog.xml @@ -0,0 +1,61 @@ + + + + + &ChangelogListingTitle; + &ChangelogListingDescription; + + + + MongoDB PHP Driver 1.3.0 + + The 1.3 series introduced several major changes to the extension such as + completely rewritten connection + handling (and removal of the pooling mechanism), support for + ReadPreferences and change the + default WriteConcerns to be + acknowledged by introducing a new class + MongoClient which serves as a + replacement class for the now deprecated Mongo class. + + + The driver now also supports connecting to multiple mongos instances (the + Mongo Shard router) for loadbalancing. + + + Other enhancements include improved logging for easier connection handling + debugging with MongoLog and support for the + Aggregation Framework + via the MongoCollection::aggregate method. + + + + + Changes to existing methods + + + + + + +