REST API: retrieve single commit data

In this release, we've added a new REST API resource to retrieve data for a single commit identified by its ID, which allows for a more precise analysis of your codebase. The data returned includes:

  • lines of code added and deleted
  • author details
  • commit creation time
  • parent commits' hashes

Read more about the resource.

Security Improvement

To improve the overall security we disable our graphs on public repositories for anonymous users. Now the app features are only available to authorized Bitbucket users.

Fixed in this release

  • The issue when a user with no permission to view a pull request could access its data via an internal REST API request.
  • The issue when an unauthenticated user could see the names and emails of Bitbucket users.