1
+
1
2
v1.3.devel (xxxx-xx-xx)
2
3
-----------------------
3
4
4
5
* Contributors to this version:
5
6
* Frank Mayer (Github: @frankmayer )
6
7
* Francis Chuang (Github: @F21 )
7
8
8
- -----------------------
9
+ =======================
9
10
10
11
11
- * Implemented support for ArangoDB's transactions
12
+ * Implemented support for ArangoDB's transactions (see https://github.com/triAGENS/ArangoDB-PHP/issues/71 )
12
13
13
- * Re-implemented statistics according to new implementation in ArangoDB 1.3
14
+ * Re-implemented statistics according to new implementation in ArangoDB 1.3 (see https://github.com/triAGENS/ArangoDB-PHP/issues/113 )
14
15
15
- * Fixed precondition failed errors
16
+ * Fixed precondition failed errors (see https://github.com/triAGENS/ArangoDB-PHP/issues/95 )
16
17
17
18
* Minor fixes in tests
18
19
19
20
-----------------------
20
21
21
22
22
23
24
+
25
+
23
26
v1.2.1 (2013-05-01)
24
27
-----------------------
25
28
@@ -30,7 +33,8 @@ v1.2.1 (2013-05-01)
30
33
* Jan Steemann (Github: @jsteemann )
31
34
* Frank Mayer (Github: @frankmayer )
32
35
33
- -----------------------
36
+ =======================
37
+
34
38
* Implemented create functions for each index type. #87
35
39
36
40
* Upgrade to 1.2.2 for travis.
@@ -75,15 +79,18 @@ v1.2.1 (2013-05-01)
75
79
76
80
77
81
82
+
78
83
v1.2.0 (2013-03-03)
79
84
-----------------------
85
+
80
86
* Implemented ArangoDB User-Management
81
87
82
88
* Fixed issue #46 "Cannot run AQL queries that produce non-document results"
83
89
84
90
85
91
86
92
93
+
87
94
v1.2.0-BETA2 (2013-02-23)
88
95
-----------------------
89
96
@@ -116,6 +123,7 @@ v1.2.0-BETA2 (2013-02-23)
116
123
117
124
118
125
126
+
119
127
v1.2.0-BETA1 (2013-02-20)
120
128
-----------------------
121
129
@@ -147,6 +155,7 @@ v1.2.0-BETA1 (2013-02-20)
147
155
148
156
149
157
158
+
150
159
v1.1.0 (2013-01-28)
151
160
-------------------
152
161
@@ -169,6 +178,7 @@ v1.1.0 (2013-01-28)
169
178
170
179
171
180
181
+
172
182
v1.0.1 (2012-12-05)
173
183
-------------------
174
184
@@ -193,6 +203,7 @@ v1.0.1 (2012-12-05)
193
203
194
204
- CollectionHandler->index($type, $fields, $unique) ;
195
205
206
+
196
207
197
208
198
209
0 commit comments