The Used By feature shows a badge at the top of public repositories which indicates how many repositories are known to depend on a public package published by this repository. In repositories that publish multiple packages, repository administrators can now choose the package to display in the repository settings experience.
Find all references in public repositories
Find all references is now available for a subset of public repositories—supported in Go, JavaScript, PHP, Python, Ruby, and TypeScript. Hovering over function and method names in the code view will expose links to all of the calls to that function or method within the same repository. We use the recently open sourced semantic library to find definitions and call sites in your code.
The Audit Log GraphQL API is now generally available. With this update, GitHub Enterprise Cloud administrators can programmatically access audit log events for detailed security and compliance insights across their organizations and repos. In addition, we have added support for new log entries like repo create
and delete
as part of this release.