# Releases and Known Issues

## Known Issues

The following items are current EasyCLA v2 behavior notes and known limitations:

* [Auto-Branch Protection behavior](#auto-branch-protection)
* [Organization Association](#organization-association)

### Auto-Branch Protection

Auto-Branch Protection behavior currently differs by provider:

* **GitHub:** when EasyCLA auto branch protection is enabled, EasyCLA configures branch protection rules that target all branches.
* **GitLab:** EasyCLA currently protects only the project's default branch automatically. If non-default branches also require EasyCLA enforcement, configure those branches manually in GitLab.

### Organization Association

Currently, user roles in EasyCLA can only be associated with a single company or organization at a time.

## Releases

Release notes for the EasyCLA backend and APIs can be found at <https://github.com/linuxfoundation/easycla/releases>.

Release notes for the EasyCLA Contributor Console can be found at <https://github.com/linuxfoundation/easycla-contributor-console/releases>

EasyCLA V2.0 supports projects with a parent-child model of any number of hierarchy levels without any limit in the depth of the hierarchy. The following is an example:

* Parent Project
  * Child Project
    * Grand Child Project
      * Great Grand Child Project

        * Great-Great Grand Child Project

        ….


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/easycla/v2-current/releases-and-known-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
