|
1 | 1 | 1.3.4 |
2 | 2 | ===== |
3 | | -* Bugfix: Query iterrator now returns all elements instead of a premature empty list |
| 3 | +* Bugfix: Query iterator now returns all elements instead of a premature empty list |
4 | 4 | * Bugfix: Collection naming when using the arango's name argument |
5 | 5 | * New: Schema validation example |
6 | | -* New: Satelite graphs |
| 6 | +* New: Satellite graphs |
7 | 7 |
|
8 | 8 | 1.3.3 |
9 | 9 | ===== |
10 | 10 |
|
11 | 11 | * SSL certificate support |
12 | 12 | * More doc |
13 | 13 | * Fixed on_load schema validation |
14 | | -* Gevent, monkey patcjing breaks python's multi=processing. Removed grequests as the default, back to requests. |
| 14 | +* Gevent, monkey patching breaks python's multi=processing. Removed grequests as the default, back to requests. |
15 | 15 | * Removed grequests and gevent as hard dependencies. Added explicit error messages, to prompt users can install them if needed. |
16 | | -* Jwauth is not in it's own file |
| 16 | +* Jwauth is not in its own file |
17 | 17 | * Generic rest call to database support (action) for connection, database. |
18 | 18 | * Foxx support |
19 | 19 | * Tasks create, delete, fetch support |
|
24 | 24 | * Validation bug fixes |
25 | 25 | * New Numeric, Int, Bool, String, Enumeration, Range validators |
26 | 26 | * Fields can have default values |
27 | | -* When creationg a new document, Collection will serve one populated with defaults |
| 27 | +* When creating a new document, Collection will serve one populated with defaults |
28 | 28 | * stastd support thx to: @dothebart |
29 | 29 | * properties definition in schema |
30 | 30 | * AQL errors now come with prints and line numbers for everyone's convenience |
|
47 | 47 | ===== |
48 | 48 |
|
49 | 49 | * Added bulk import to connection |
50 | | -* Added binvars to explain |
| 50 | +* Added bindvars to explain |
51 | 51 |
|
52 | 52 | 1.2.8 |
53 | 53 | ===== |
54 | 54 |
|
55 | 55 | * BugFix: recursive field validation |
56 | 56 | * BugFix: fullCount option now works |
57 | 57 | * Length validator will raise a ValidationError if value has no length |
58 | | -* users can now specify custon json encoders |
| 58 | +* users can now specify custom json encoders |
59 | 59 |
|
60 | 60 | 1.2.7 |
61 | 61 | ===== |
|
111 | 111 | * Support for ArangoDB 3.X, pyArango no longer supports 2.X versions |
112 | 112 | * Support for authentication |
113 | 113 | * User support added |
114 | | -* Adedd AikidoSession to seemlessly manage request sessions |
| 114 | +* Added AikidoSession to seemlessly manage request sessions |
115 | 115 | * AikidoSession stores basic stats about the requests |
116 | 116 | * AikidoSession detects 401 errors and notifies the user that authentication is required |
117 | 117 | * AikidoSession detects connection errors and notifies the user that arango is probably not running |
|
0 commit comments