forked from mongodb/mongo-php-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE-0.2.0
398 lines (266 loc) · 12.8 KB
/
RELEASE-0.2.0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
2015-05-12 Jeremy Mikola <[email protected]>
* Revert to more traditional error reporting in Makefile
2015-05-12 Jeremy Mikola <[email protected]>
* Add note that docs may require a manual gh-pages push
2015-05-12 Jeremy Mikola <[email protected]>
* Use Makefile error reporting for missing binaries
2015-05-12 Jeremy Mikola <[email protected]>
* Don't clean site/ directory on gh-pages deploy
2015-05-12 Jeremy Mikola <[email protected]>
* Fix trailing semicolons for some Makefile commands
2015-05-12 Jeremy Mikola <[email protected]>
* Consolidate building of API and book docs
2015-05-12 Jeremy Mikola <[email protected]>
* Exclude merges from generated release log
2015-05-12 Jeremy Mikola <[email protected]>
* Use dynamic release/VERSION make target
2015-05-12 Jeremy Mikola <[email protected]>
* Fix Makefile indentation
2015-05-12 Jeremy Mikola <[email protected]>
* Update docs for 0.2
2015-05-12 Jeremy Mikola <[email protected]>
* Update code examples for 0.2
2015-05-12 Jeremy Mikola <[email protected]>
* PHPLIB-105: Remove Collection::VERSION constant
2015-05-12 Jeremy Mikola <[email protected]>
* PHPLIB-83: Extend driver exceptions
2015-05-12 Jeremy Mikola <[email protected]>
* PHPLIB-87: Remove manual bsonSerialize() call
2015-05-05 Jeremy Mikola <[email protected]>
* Do not iterate on CollectionInfoIterator multiple times
2015-05-05 Jeremy Mikola <[email protected]>
* Bump ext-mongodb dependency to 0.6.0
2015-05-05 Jeremy Mikola <[email protected]>
* Remove Faker test dependency
2015-05-03 Jeremy Mikola <[email protected]>
* PHPLIB-94: Functional tests for bulkWrite() and BulkWriteResult
2015-05-03 Jeremy Mikola <[email protected]>
* PHPLIB-103: bulkWrite() updateMany should require update operators
2015-05-03 Jeremy Mikola <[email protected]>
* PHPLIB-94: BulkWriteResult and collect inserted IDs in bulkWrite()
2015-05-03 Jeremy Mikola <[email protected]>
* InsertManyResult should require $insertedIds array
2015-05-03 Jeremy Mikola <[email protected]>
* UpdateResult::getUpsertedId() may return any value
2015-05-03 Jeremy Mikola <[email protected]>
* PHPLIB-102: Implement UpdateResult::getUpsertedCount()
2015-05-03 Jeremy Mikola <[email protected]>
* Revise InsertManyResult::getInsertedIds() documentation
2015-05-03 Jeremy Mikola <[email protected]>
* Fix iteration on operations in bulkWrite()
2015-05-03 Jeremy Mikola <[email protected]>
* PHPLIB-92: bulkWrite() updates should use "multi" option
2015-04-30 Jeremy Mikola <[email protected]>
* Note that UpdateResult::getModifiedCount() is undefined for legacy ops
2015-04-30 Jeremy Mikola <[email protected]>
* Fix documentation for getInsertedId(s) methods on insert results
2015-04-30 Jeremy Mikola <[email protected]>
* PHPLIB-89: String getters for Database and Collection classes
2015-04-30 Jeremy Mikola <[email protected]>
* Reduce default server selection timeout for tests
2015-04-30 Jeremy Mikola <[email protected]>
* PHPLIB-98: Ensure mongod service is started for all versions
2015-04-30 Jeremy Mikola <[email protected]>
* Do not check modifiedCount for updates on 2.4
2015-04-29 Jeremy Mikola <[email protected]>
* Skip $out aggregation test for MongoDB 2.4
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-86: Fix aggregate() useCursor default and 2.4 compatibility
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-98: Add multiple server versions to Travis CI
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-95: Massage findAndModify null results before 3.0
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-97: Cast count() results to integers
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-96: Fix replacement/upsert test failures for 2.4
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-58: Functional tests for CRUD spec write methods
2015-04-29 Jeremy Mikola <[email protected]>
* Hash test case names to avoid hitting namespace limits
2015-04-29 Jeremy Mikola <[email protected]>
* Clean up after passing Collection functional tests
2015-04-29 Jeremy Mikola <[email protected]>
* Return findAndModify result document as an array
2015-04-29 Jeremy Mikola <[email protected]>
* Restore Collection::_massageFindAndModifyOptions()
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-93: Insert result classes should always track IDs
2015-04-29 Jeremy Mikola <[email protected]>
* PHPLIB-92: Update methods should use "multi" option
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-58: Functional tests for CRUD spec read methods
2015-04-28 Jeremy Mikola <[email protected]>
* PHPLIB-91: Ensure count/distinct filters serialize as BSON objects
2015-04-27 Jeremy Mikola <[email protected]>
* Split Database and Collection functional tests
2015-04-27 Jeremy Mikola <[email protected]>
* Reorder methods in CollectionInfo
2015-04-27 Jeremy Mikola <[email protected]>
* Pedantic method declaration test should ignore inherited methods
2015-04-27 Jeremy Mikola <[email protected]>
* Reorder methods for reasons of pedantry
2015-03-18 Jeremy Mikola <[email protected]>
* Move pedantic method declaration test to its own file
2015-04-26 Jeremy Mikola <[email protected]>
* PHPLIB-79: Add __debugInfo() handlers for info classes
2015-04-26 Jeremy Mikola <[email protected]>
* PHPLIB-75: Unit tests for database, collection, and index models
2015-04-26 Jeremy Mikola <[email protected]>
* PHPLIB-88: Rename IndexInfo::getKeys() to getKey()
2015-04-26 Jeremy Mikola <[email protected]>
* PHPLIB-77: Use namespaced exceptions
2015-04-26 Jeremy Mikola <[email protected]>
* PHPLIB-63: Fix index creation for legacy servers
2015-04-24 Jeremy Mikola <[email protected]>
* Bump ext-mongodb dependency to 0.5.1
2015-04-24 Jeremy Mikola <[email protected]>
* Use wire protocol version constants for feature detection
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-63: Refactor to avoid else condition and void methods
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-63: Test custom name for index creation
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-69: Do not allow empty index name for dropIndex()
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-75: Use package BadMethodCallException for IndexInfo
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-63: Empty input to createIndexes() is a NOP
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-63: Use model class to validate index creation args
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-46, PHPLIB-63, PHPLIB-69: Functional tests for index methods
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-63: Index creation methods
2015-04-24 Jeremy Mikola <[email protected]>
* PHPLIB-46: Index enumeration methods
2015-04-22 Jeremy Mikola <[email protected]>
* PHPLIB-46: Index info and corresponding iterator class
2015-04-22 Jeremy Mikola <[email protected]>
* PHPLIB-75: Refactor model classes and add class-level docs
2015-04-22 Jeremy Mikola <[email protected]>
* PHPLIB-70: Add class-level docs to model iterators
2015-04-22 Jeremy Mikola <[email protected]>
* Use type map for database and collection enumeration
2015-04-22 Jeremy Mikola <[email protected]>
* Fix word wrap in documentation
2015-04-21 Jeremy Mikola <[email protected]>
* PHPLIB-69: Index drop methods
2015-04-13 Jeremy Mikola <[email protected]>
* Link to interface docs from implementations
2015-04-13 Jeremy Mikola <[email protected]>
* PHPLIB-72: Use model class when listing databases
2015-04-13 Jeremy Mikola <[email protected]>
* Link to canonical documentation URL
2015-04-10 Jeremy Mikola <[email protected]>
* Don't be quiet when compiling the extension
2015-04-10 Jeremy Mikola <[email protected]>
* Install latest PECL extension when testing
2015-04-10 Jeremy Mikola <[email protected]>
* PHPLIB-45: Test listCollections with filter option
2015-04-10 Jeremy Mikola <[email protected]>
* PHPLIB-45: Support stdClass listCollections() filter option
2015-04-10 Jeremy Mikola <[email protected]>
* PHPLIB-45: List collections according to wire protocol version
2015-04-10 Jeremy Mikola <[email protected]>
* PHPLIB-45: Construct CollectionInfoLegacyIterator from Traversable
2015-04-06 Jeremy Mikola <[email protected]>
* Allow any extension version for development
2015-04-06 Jeremy Mikola <[email protected]>
* PHPLIB-64: Collection creation method
2015-04-06 Jeremy Mikola <[email protected]>
* Handle new Cursor and toArray() API in extension
2015-03-27 Jeremy Mikola <[email protected]>
* PHPLIB-45: Collection enumeration methods
2015-03-27 Jeremy Mikola <[email protected]>
* Setup Database object in DatabaseFunctionalTest
2015-03-26 Jeremy Mikola <[email protected]>
* PHPLIB-71: Collection drop methods
2015-03-26 Jeremy Mikola <[email protected]>
* PHPLIB-72: Database enumeration method
2015-03-25 Jeremy Mikola <[email protected]>
* Restructure CollectionTest and fixture generation functions
2015-03-25 Jeremy Mikola <[email protected]>
* Use 127.0.0.1 instead of localhost for default URI
2015-03-25 Jeremy Mikola <[email protected]>
* Dump server buildInfo before running tests on Travis CI
2015-03-23 Jeremy Mikola <[email protected]>
* Cast expected string arguments
2015-03-23 Jeremy Mikola <[email protected]>
* PHPLIB-65: Database drop methods
2015-03-23 Jeremy Mikola <[email protected]>
* PHPLIB-73: Inherit default write concern and read preferences
2015-03-17 Jeremy Mikola <[email protected]>
* Create base classes for unit and functional tests
2015-03-17 Jeremy Mikola <[email protected]>
* Create test bootstrap for autoloading
2015-04-10 Jeremy Mikola <[email protected]>
* Link to the HHVM driver alongside PHP
2015-03-23 Jeremy Mikola <[email protected]>
* Remove unsupported options in ApiGen config
2015-03-23 Jeremy Mikola <[email protected]>
* Rename version variable in Makefile
2015-03-23 Jeremy Mikola <[email protected]>
* Fix typos in Makefile
2015-03-23 Jeremy Mikola <[email protected]>
* Fix database name in example docs
2015-03-23 Jeremy Mikola <[email protected]>
* Update documentation for PECL mongodb-0.2.0
2015-03-23 Jeremy Mikola <[email protected]>
* Fix function array dereferencing syntax for PHP 5.3
2015-03-23 Jeremy Mikola <[email protected]>
* PHPLIB-56: Travis CI configuration
2015-03-23 Jeremy Mikola <[email protected]>
* Update readme and composer.json for PECL mongodb-0.2.0
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-45: Prototype for collection enumeration method
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-46: Prototypes for index enumeration method
2015-03-17 Jeremy Mikola <[email protected]>
* Declare Collection methods alphabetically by visibility
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-71: Prototypes for collection drop methods
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-65: Prototypes for database drop methods
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-64: Prototype for collection create method
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-63: Prototypes for index creation methods
2015-03-17 Jeremy Mikola <[email protected]>
* PHPLIB-69: Prototypes for index drop methods
2015-03-16 Jeremy Mikola <[email protected]>
* PHPLIB-59: Implement insertMany() and InsertManyResult
2015-03-16 Jeremy Mikola <[email protected]>
* PHPLIB-60: Create result classes for CRUD methods
2015-03-16 Hannes Magnusson <[email protected]>
* Bump phongo version and link to jira
2015-03-12 Hannes Magnusson <[email protected]>
* Add MongoClient and Database objects
2015-03-12 Hannes Magnusson <[email protected]>
* missing argument doc
2015-03-12 Hannes Magnusson <[email protected]>
* PHPLIB-62: Its called BulkWrite now
2015-02-19 Jeremy Mikola <[email protected]>
* PHPLIB-54: Update references to driver classes
2015-02-19 Jeremy Mikola <[email protected]>
* PHPLIB-44: php-cs-fixer fix src/ --level=psr2
2014-12-19 Jeremy Mikola <[email protected]>
* Rename package to mongodb/mongodb and update metadata
2014-12-19 Jeremy Mikola <[email protected]>
* Add @jmikola and @derickr to Composer author list
2014-12-19 Jeremy Mikola <[email protected]>
* Add @jmikola to author list
2014-12-19 Jeremy Mikola <[email protected]>
* Specify Apache 2 license
2014-12-12 Jeremy Mikola <[email protected]>
* Reformat composer.json
2014-12-12 Jeremy Mikola <[email protected]>
* Fix package name in composer.json
2014-12-12 Hannes Magnusson <[email protected]>
* Update links after moving the repo from bjori to 10gen-labs
2014-12-12 Hannes Magnusson <[email protected]>
* README updates
2014-12-11 Hannes Magnusson <[email protected]>
* Improve steps needed
2014-12-11 Hannes Magnusson <[email protected]>
* Add 0.1.0 release notes