When querying pipelines for builds always lowercase the repository slug. Bitbucket API requires this.
0.1.11
When pagelen is less than previous requests we improperly calculated the number of resources left to query. Keep a counter of all elements received so that we stop paging when we get the last resources returned in a query.
0.1.10
0.1.9
When the creation of a branch or tag is requested and the branch/tag already exists throw a ObjectExists exception.