Skip to content

Commit 654dde3

Browse files
committed
Add 0.1.4 release notes
1 parent 22f13a8 commit 654dde3

File tree

1 file changed

+263
-0
lines changed

1 file changed

+263
-0
lines changed

RELEASE-0.1.4

+263
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
2015-02-02 Hannes Magnusson <[email protected]>
2+
* prep for 0.1.4 release
3+
4+
2015-02-02 Hannes Magnusson <[email protected]>
5+
* PHPC-151: Bump to libbson-1.1.0 and mongoc-1.1.0 and fix build
6+
7+
2015-02-02 Hannes Magnusson <[email protected]>
8+
* This is a result iterator, not cursor
9+
10+
2015-02-02 Hannes Magnusson <[email protected]>
11+
* PHPC-149: Iterator holding on to dead results
12+
13+
2015-01-30 Hannes Magnusson <[email protected]>
14+
* NULLify after destroy and clear
15+
16+
2015-01-30 Hannes Magnusson <[email protected]>
17+
* 0.1.3 is the current release...
18+
19+
2015-01-29 Hannes Magnusson <[email protected]>
20+
* PHPC-148: var_dump()ing ObjectID should show the ObjectID
21+
22+
2015-01-29 Hannes Magnusson <[email protected]>
23+
* PHPC-144: MO first-user changes
24+
25+
2015-01-29 Hannes Magnusson <[email protected]>
26+
* Make sure we have a document before dumping it
27+
28+
2015-01-29 Hannes Magnusson <[email protected]>
29+
* Add SSL to the persistance hash
30+
31+
2015-01-28 Hannes Magnusson <[email protected]>
32+
* Quick note about var_dump()ing the cursor, rather then calling iterator_to_array()
33+
34+
2015-01-28 Hannes Magnusson <[email protected]>
35+
* PHPC-147: Document the ODS
36+
37+
2015-01-28 Hannes Magnusson <[email protected]>
38+
* PHPC-146: ReadPreferences swapped
39+
40+
2015-01-28 Hannes Magnusson <[email protected]>
41+
* PHPC-145: Typo in example, operators need to use single quotes
42+
43+
2015-01-28 Hannes Magnusson <[email protected]>
44+
* PHPC-143: skip auth tests when the server configuration required isn't available
45+
46+
2015-01-27 Hannes Magnusson <[email protected]>
47+
* Most of our issues with MO seem to be fixed in master
48+
49+
2015-01-27 Hannes Magnusson <[email protected]>
50+
* PHPC-142: add 'list-servers' target to enumerate all running MO servers
51+
52+
2015-01-27 Hannes Magnusson <[email protected]>
53+
* PHPC-140: var_dump()ing WriteConcernError and WriteError
54+
55+
2015-01-27 Hannes Magnusson <[email protected]>
56+
* PHPC-139: var_dump()ing WriteBatch
57+
58+
2015-01-27 Hannes Magnusson <[email protected]>
59+
* PHPC-138: var_dump()ing WriteConcern
60+
61+
2015-01-27 Hannes Magnusson <[email protected]>
62+
* PHPC-138: var_dump()ing ReadPreference
63+
64+
2015-01-26 Hannes Magnusson <[email protected]>
65+
* PHPC-137: var_dump()ing CursorID should show the Cursor ID
66+
67+
2015-01-09 Hannes Magnusson <[email protected]>
68+
* simplify
69+
70+
2015-01-09 Hannes Magnusson <[email protected]>
71+
* PHPC-134: Add the internal results here too
72+
73+
2015-01-09 Hannes Magnusson <[email protected]>
74+
* PHPC-136: var_dump() CommandResult and QueryResult
75+
76+
2015-01-09 Hannes Magnusson <[email protected]>
77+
* PHPC-133: var_dump()ing cursor
78+
79+
2015-01-09 Hannes Magnusson <[email protected]>
80+
* PHPC-135: Fix memory leak var_dump()ing Command
81+
82+
2015-01-09 Hannes Magnusson <[email protected]>
83+
* PHPC-135: Fix memory leak var_dump()ing Query and add test
84+
85+
2015-01-09 Hannes Magnusson <[email protected]>
86+
* PHPC-134: Add debug info for WriteResult
87+
88+
2015-01-08 Hannes Magnusson <[email protected]>
89+
* PHPC-110: Fix segfault on standalone nodes :)
90+
91+
2015-01-08 Hannes Magnusson <[email protected]>
92+
* PHPC-135: Implement debug handler for Query and Command
93+
94+
2015-01-08 Hannes Magnusson <[email protected]>
95+
* PHPC-110: Fix segfault when var_dump()ing before connecting
96+
97+
2015-01-07 Hannes Magnusson <[email protected]>
98+
* PHPC-110: Add var_dump() support for MongoDB\Driver\Manager
99+
100+
2015-01-07 Hannes Magnusson <[email protected]>
101+
* Revert "PHPC-131: Place the rendered files out of this dir"
102+
103+
2015-01-07 Hannes Magnusson <[email protected]>
104+
* PHPC-131: Place the rendered files out of this dir
105+
106+
2015-01-07 Hannes Magnusson <[email protected]>
107+
* PHPC-131: Add jira issue collector
108+
109+
2015-01-06 Hannes Magnusson <[email protected]>
110+
* PHPC-128: MO presets directory needs to be configurable
111+
112+
2015-01-06 Hannes Magnusson <[email protected]>
113+
* PHPC-128: if there is no cleanup uri then skipit
114+
115+
2015-01-06 Hannes Magnusson <[email protected]>
116+
* PHPC-128: Maybe orchestration doesn't like IPs?
117+
118+
2015-01-06 Hannes Magnusson <[email protected]>
119+
* PHPC-128: more travis debugging
120+
121+
2015-01-06 Hannes Magnusson <[email protected]>
122+
* PHPC-128: ping should be fast
123+
124+
2015-01-06 Hannes Magnusson <[email protected]>
125+
* PHPC-130: Update the get_current_key handler to support pre-5.5
126+
127+
2015-01-06 Hannes Magnusson <[email protected]>
128+
* PHPC-128: Debugging why mo on travis doesn't start
129+
130+
2015-01-06 Hannes Magnusson <[email protected]>
131+
* PHPC-128: use consistent env variable
132+
133+
2015-01-06 Hannes Magnusson <[email protected]>
134+
* PHPC-128: Start the nodes using MO
135+
136+
2015-01-06 Hannes Magnusson <[email protected]>
137+
* PHPC-128: -See if this works better for travis
138+
139+
2015-01-06 Hannes Magnusson <[email protected]>
140+
* PHPC-128: Fix travis setup
141+
142+
2015-01-06 Hannes Magnusson <[email protected]>
143+
* PHPC-116: Cursor methods should call their respective iterator function handlers
144+
145+
2015-01-06 Hannes Magnusson <[email protected]>
146+
* Smiplify cursor/results to prep for PHPC-116
147+
148+
2015-01-06 Hannes Magnusson <[email protected]>
149+
* We don't need to debug this test anymore
150+
151+
2015-01-06 Hannes Magnusson <[email protected]>
152+
* PHPC-116: Implement invalidate_current handler to reduce code
153+
154+
2015-01-06 Hannes Magnusson <[email protected]>
155+
* PHPC-128: Startup the mongodb-org freshly installed mongodb
156+
157+
2015-01-05 Hannes Magnusson <[email protected]>
158+
* PHPC-128: Set the uri to use on travis
159+
160+
2015-01-05 Hannes Magnusson <[email protected]>
161+
* PHPC-128: Fix running tests on travis
162+
163+
2015-01-05 Hannes Magnusson <[email protected]>
164+
* We use corporate coverity now
165+
166+
2015-01-05 Hannes Magnusson <[email protected]>
167+
* PHP-127: Fix test, use the string stderr, not resource STDERR
168+
169+
2015-01-05 Hannes Magnusson <[email protected]>
170+
* PHPC-42: Implement root level (full document) ODM style serialization
171+
172+
2015-01-05 Hannes Magnusson <[email protected]>
173+
* PHPC-125: pointer to out of scope variable :]
174+
175+
2015-01-05 Hannes Magnusson <[email protected]>
176+
* PHPC-123: Wrong sizeof argument
177+
178+
2015-01-05 Hannes Magnusson <[email protected]>
179+
* PHPC-124: Buffer not null terminated
180+
181+
2015-01-05 Hannes Magnusson <[email protected]>
182+
* PHPC-126: Fixed unchecked return
183+
184+
2015-01-02 Hannes Magnusson <[email protected]>
185+
* PHPC-42: BSON Serialization for classes
186+
187+
2014-12-31 Hannes Magnusson <[email protected]>
188+
* PHPC-121: Use BSON\Serialize::bsonSerialize() during serialization
189+
190+
2014-12-31 Hannes Magnusson <[email protected]>
191+
* PHPC-96: Add QueryResult->setTypemap() to overwrite array/object mapping
192+
193+
2014-12-31 Hannes Magnusson <[email protected]>
194+
* WriteConcernError test
195+
196+
2014-12-31 Hannes Magnusson <[email protected]>
197+
* initialize correctly
198+
199+
2014-12-31 Hannes Magnusson <[email protected]>
200+
* fix title
201+
202+
2014-12-31 Hannes Magnusson <[email protected]>
203+
* PHPC-96 & PHPC-119 call the new bsonUnserialize method and optimize things a little
204+
205+
2014-12-31 Hannes Magnusson <[email protected]>
206+
* PHPC-120: BSON\toArray should support classmap to unserialize as
207+
208+
2014-12-31 Hannes Magnusson <[email protected]>
209+
* PHPC-119 && PHPC-49: Create PHP interfaces for BSON (un-)serialization
210+
211+
2014-12-31 Hannes Magnusson <[email protected]>
212+
* Fix array return
213+
214+
2014-12-30 Hannes Magnusson <[email protected]>
215+
* No need for these anymore
216+
217+
2014-12-30 Hannes Magnusson <[email protected]>
218+
* PHPC-118: Use MongoDB\Driver namespace for phongo
219+
220+
2014-12-30 Hannes Magnusson <[email protected]>
221+
* PHPC-96: Retrieve arrays as custom objects
222+
223+
2014-12-29 Hannes Magnusson <[email protected]>
224+
* PHPC-117: Simplify bson deserialization code
225+
226+
2014-12-23 Hannes Magnusson <[email protected]>
227+
* PHPC-50: Implement checking socket state handler
228+
229+
2014-12-23 Hannes Magnusson <[email protected]>
230+
* latest and gratest libmongoc fixes
231+
232+
2014-12-23 Hannes Magnusson <[email protected]>
233+
* PHPC-115: Remove now-useless GeneratedId
234+
235+
2014-12-23 Hannes Magnusson <[email protected]>
236+
* If there is no error, pass null to avoid the type hint
237+
238+
2014-12-22 Hannes Magnusson <[email protected]>
239+
* PHPC-113: WriteConcernError is just one error, not multiple
240+
241+
2014-12-23 Hannes Magnusson <[email protected]>
242+
* PHPC-114: Implement WriteConcernError->getMessage()
243+
244+
2014-12-23 Hannes Magnusson <[email protected]>
245+
* Avoid invalid read when logging from replicaset
246+
247+
2014-12-23 Hannes Magnusson <[email protected]>
248+
* Simplify cli debugging
249+
250+
2014-12-22 Hannes Magnusson <[email protected]>
251+
* PHPC-112: Sping up ReplicaSet
252+
253+
2014-12-22 Hannes Magnusson <[email protected]>
254+
* Bump version
255+
256+
2014-12-22 Hannes Magnusson <[email protected]>
257+
* The development of this driver is now under the PHPC jira project
258+
259+
2014-12-22 Hannes Magnusson <[email protected]>
260+
* Bump release version in the docs
261+
262+
2014-12-22 Hannes Magnusson <[email protected]>
263+
* Add 0.1.3 release notes

0 commit comments

Comments
 (0)