Skip to content

Packages supports snapshots for Apache Maven

You can now publish snapshots to the Apache Maven registry in GitHub Packages. This feature is enabled for all plans.

Learn more about Packages and Apache Maven

IP allow lists are now generally available for GitHub Enterprise Cloud customers – allowing enterprise and organization owners to limit access to enterprise assets to an allowed set of source IPs. All authorization credential types, including personal access tokens and SSH keys, are filtered by IP allow lists for all apps, users, and roles with access to enterprise organizations. You may also use IP allow lists with GitHub Actions self-hosted runners.

Learn more about IP allow lists

See more

We are changing the default behavior of the endpoint in the Actions API that lists the jobs for a workflow run. Previously this endpoint was returning all jobs, including old executions if you have reran the workflow run.

Now, you can set the query parameter filter=latest on the endpoint and not receive old executions of the same job. latest is the new default behavior, but you can use filter=all to use the older behavior and receive all executions.

This is a breaking change. Existing users of this endpoint should add the filter=all query parameter to return to the older behavior.

Learn more about the jobs endpoint in the GitHub Actions API

See more