|
30 | 30 | <active>yes</active>
|
31 | 31 | </lead>
|
32 | 32 | <date>2012-08-16</date>
|
33 |
| - <time>18:14:32</time> |
| 33 | + <time>18:53:32</time> |
34 | 34 | <version>
|
35 |
| - <release>1.3.0alpha1</release> |
36 |
| - <api>1.3.0alpha1</api> |
| 35 | + <release>1.3.0beta1</release> |
| 36 | + <api>1.3.0beta1</api> |
37 | 37 | </version>
|
38 | 38 | <stability>
|
39 | 39 | <release>alpha</release>
|
40 | 40 | <api>alpha</api>
|
41 | 41 | </stability>
|
42 | 42 | <license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
|
43 | 43 | <notes>
|
| 44 | +This is a new major release, which has a rewritten connection handling |
| 45 | +backend. It has been rewritten to form a new improved framework for |
| 46 | +handling connections. On top of this new framework, new functionality is |
| 47 | +also implemented to provide read preference support that comes with |
| 48 | +MongoDB 2.2. The new framework no longer has the concept of a connection |
| 49 | +pool, but instead make sure there is only one connect per |
| 50 | +node/db/username. |
| 51 | + |
| 52 | +We also have introduced some deprecation notices for features and methods that |
| 53 | +are going to disappear in version 2 of the driver, which we plan to release |
| 54 | +before the end of the year. |
| 55 | + |
| 56 | +New major features in this release to support the MongoDB 2.2 release: |
| 57 | + |
| 58 | +- Support for the aggregation framework through the aggregate() helper. |
| 59 | +- Support for read preferences and read preference tags (See: |
| 60 | + http://docs.mongodb.org/manual/applications/replication/#replica-set-read-preference) |
| 61 | + |
| 62 | +Known issues (to be addressed before 1.3.0): |
| 63 | + |
| 64 | +- Authentication has not been implemented it, so this release will only work |
| 65 | + for installations without authentication enabled. |
| 66 | +- Support for connections to multiple mongos nodes is not implemented yet. |
| 67 | +- It has not been tested on anything but Linux. |
| 68 | + |
| 69 | +The rest of the standard changelog: |
| 70 | + |
44 | 71 | ** Bug
|
45 | 72 | * [PHP-293] - listCollections
|
46 | 73 | * [PHP-300] - execute crashes with array() as argument
|
|
52 | 79 | * [PHP-445] - Cannot use mongo.default_host with Mongo constructor options
|
53 | 80 | * [PHP-446] - Uncaught exception 'MongoCursorException' with message 'couldn't send query: ' when find()ing items on an empty collection
|
54 | 81 | * [PHP-454] - Memory leak when many inserts
|
| 82 | + * Note: More might have been fixed, but those issues need to be verified |
| 83 | + first. |
55 | 84 |
|
56 | 85 | ** Improvement
|
57 | 86 | * [PHP-270] - ext/mongo classes should return meaningful results from Reflection API
|
|
0 commit comments