Skip to content

Commit 9b5b7d7

Browse files
committed
Add 0.5.1 release notes
1 parent cde3e32 commit 9b5b7d7

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

RELEASE-0.5.1

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
2015-04-24 Hannes Magnusson <[email protected]>
2+
* Bump version to 0.5.1-alpha
3+
4+
2015-04-24 Hannes Magnusson <[email protected]>
5+
* Include the pre-generated fixtures in the package
6+
7+
2015-04-24 Hannes Magnusson <[email protected]>
8+
* PHPC-241: Don't try to use local timezone
9+
10+
2015-04-24 Hannes Magnusson <[email protected]>
11+
* Fix extension name -- and recommend the developers flags
12+
13+
2015-04-24 Hannes Magnusson <[email protected]>
14+
* PHPC-241: mongodb.debug improvements
15+
16+
2015-04-24 Hannes Magnusson <[email protected]>
17+
* Fix unused result warning - and use the localtime in logs
18+
19+
2015-04-23 Hannes Magnusson <[email protected]>
20+
* Update testing section and add related section
21+
22+
2015-04-23 Hannes Magnusson <[email protected]>
23+
* Fix coveralls build
24+
25+
2015-04-23 Hannes Magnusson <[email protected]>
26+
* PHPC-270: Several test fail because of missing enableTestCommands
27+
28+
2015-04-23 Hannes Magnusson <[email protected]>
29+
* PHPC-270: add TESTCOMMANDS() skipif to confirm mongod is running with required options
30+
31+
2015-04-23 Hannes Magnusson <[email protected]>
32+
* PHPC-269: Fix travis setup
33+
34+
2015-04-23 Hannes Magnusson <[email protected]>
35+
* PHPC-268: Update tests to declare which environments they need
36+
37+
2015-04-23 Hannes Magnusson <[email protected]>
38+
* PHPC-268: Add NEEDS() function to check if that environment is available
39+
40+
2015-04-23 Hannes Magnusson <[email protected]>
41+
* Object IDs change, fix test
42+
43+
2015-04-23 Hannes Magnusson <[email protected]>
44+
* PHPC-247: Remove 'faker' as prerequisite from running our full test suite
45+
46+
2015-04-23 Hannes Magnusson <[email protected]>
47+
* PHPC-247: Remove on-the-fly composer generated fixtures
48+
49+
2015-04-23 Hannes Magnusson <[email protected]>
50+
* PHPC-247: Use the bundled pregenerated fixtures
51+
52+
2015-04-23 Hannes Magnusson <[email protected]>
53+
* PHPC-89: Bundle generated fixtures and make them easily loadable
54+
55+
2015-04-23 Hannes Magnusson <[email protected]>
56+
* PHPC-260: Allow/use "object" in setTypeMap() as alias/preferred for "stdclass"
57+
58+
2015-04-23 Hannes Magnusson <[email protected]>
59+
* PHPC-267; _id generated on embedded document
60+
61+
2015-04-23 Hannes Magnusson <[email protected]>
62+
* PHPC-265: BSON encoding unsupoprted types (Resource) should fail
63+
64+
2015-04-23 Hannes Magnusson <[email protected]>
65+
* PHPC-266: Add MongoDB\Driver\UnexpectedValueException
66+
67+
2015-04-22 Hannes Magnusson <[email protected]>
68+
* Bump copyright -- happy 2015
69+
70+
2015-04-22 Hannes Magnusson <[email protected]>
71+
* PHPC-75: Improve code coverage
72+
73+
2015-04-22 Hannes Magnusson <[email protected]>
74+
* No need for code-coverage for contrib
75+
76+
2015-04-23 Hannes Magnusson <[email protected]>
77+
* Merge pull request #39 from remicollet/issue-phpc258
78+
79+
2015-04-23 Remi Collet <[email protected]>
80+
* PHPC-258: make all filed needed for test as role="test"
81+
82+
2015-04-22 Hannes Magnusson <[email protected]>
83+
* Merge branch 'remicollet-issue-libbson'
84+
85+
2015-04-22 Remi Collet <[email protected]>
86+
* PHPC-259: add --with-libbson option
87+
88+
2015-04-21 Jeremy Mikola <[email protected]>
89+
* Mongo Orchestration now works with PyMongo 3.0
90+
91+
2015-04-21 Hannes Magnusson <[email protected]>
92+
* Back to -dev
93+
94+
2015-04-21 Hannes Magnusson <[email protected]>
95+
* Add 0.5.0 release notes
96+
97+
2015-04-21 Hannes Magnusson <[email protected]>
98+
* Bump stability

0 commit comments

Comments
 (0)