Skip to content

Commit 2e18f66

Browse files
committed
Merge branch 'dev'
2 parents 70ba9d7 + c392dd0 commit 2e18f66

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
1.3.4
22
=====
3+
* Bugfix: Query iterrator now returns all elements instead of a premature empty list
4+
* Bugfix: Collection naming when using the arango's name argument
5+
* New: Schema validation example
6+
* New: Satelite graphs
37

48
1.3.3
59
=====

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pyArango contributor guidelines
2+
===============================
3+
4+
Thank you for your interest, pyArango is now a community project and everybody is welcome to join in and contribute.
5+
We do not a have specific schedule for releases and pyArango releases tend be in synch with ArangoDB releases.
6+
7+
Our guidelines are simple:
8+
9+
* Write beautiful code.
10+
* The master branch is the stable branch. Only critical pull requests are directly merged into this branch.
11+
* Send all non-critical pull requests to the dev branch.
12+
* If you add a new feature please provide a test for it. Otherwise your pull request might be rejected.
13+
* Any pull request that improves code coverage is highly appreciated.
14+
* Function names and arguments follow the naming used in ArangoDB's API documentation (hence the camel case).
15+
* Update the CHANGELOG.rst. We use a very simple nomenclature. A bullet point for each item. Bug fixes descriptions are prefixed with *bugfix:*, new features with *new:*, removed features with *removed:*. Anything else is not prefixed.
16+

0 commit comments

Comments
 (0)