Unity Version Control 11.0.16.8622
23 documented changes.
- Version
- 11.0.16.8622
- Released
- May 16, 2024
- Product
- Unity Version Control
Unity Version Control 11.0.16.8622
New
- Change
All platforms - REST API: Remove branches with changesets using the v2 REST API
- Change
All platforms - REST API: Before, if you wanted to delete a branch, you had to manually delete its changesets first. Now you can delete all the data at once with the `deleteChangesets` query parameter:
- Removal
All platforms - REST API: Bear in mind that the operation is atomic. Either all of the changesets or none of them will be removed.
- Change
All platforms - REST API: Plastic SCM will prevent removing the changesets in a branch under the following circumstances:
- Feature
All platforms - Desktop GUI: Added advanced filters to multiple views
- Feature
All platforms - Desktop GUI: We added the filters panel that we already have for the branch explorer to the branches, changesets, labels and attributes views.
- Change
All platforms - Desktop GUI: You can now easily filter all views by date, branch and user using the same saved filters that you had in the branch explorer.
- Change
All platforms - Desktop GUI: You can also still use a custom query if you want more advanced filtering.
- Change
All platforms - Desktop GUI: Keep the code reviews filter preference after restarts
- Change
All platforms - Desktop GUI: When you select a filter in the code reviews view, this filter was lost after closing the application, and you had to re-apply it the next time.
- Change
All platforms - Desktop GUI: We modified the behavior so now the filter is kept across restarts.
- Change
All Platforms - Gluon: Allow to share and open folder links
- Change
All Platforms - Gluon: In Gluon, we've expanded the sharing functionality to include folders in addition to files. Previously, users could only copy links to files for sharing, but now they can also share links to directories. This enhancement improves collaboration by allowing users to easily share and open folder links with others.
- Change
Server: SAML authentication is now enabled by default
- Change
Server: Previously, the "SamlAuthenticationEnabled" feature flag had to be set in your server.conf in order to explicitly enable SAML authentication. Now the feature flag will be ignored. For more information on how to set up SAML authentication on your on-prem server, check the following technical documentation:
- Change
Server: /unity-version-control/uvcs-on-prem/saml-auth-microsoft
All platforms - REST API
- Change
The changeset zero is included in the operation (that is, you are trying to delete the main branch).
- Change
One or more of the changesets have children outside of the branch (this is, the branch has child branches).
- Change
One or more of the changesets in the branch are the source of a merge, and the destination changeset of the merge falls outside of the branch.
- Change
One or more of the changesets in the branch are pointed to by a label.
- Change
There are one or more shelvesets created from a changeset in the branch.
Bug
- Change
All platforms - Desktop GUI, Gluon: Consistent behavior adding comments to binary files in code reviews
- Feature
All platforms - Desktop GUI, Gluon: We've made sure that adding comments to binary files in code reviews behaves consistently, whether the files are added or changed. Previously, there was a discrepancy where comments could be added for added binary files in the metadata lines, but not for changed binary files. Now, both scenarios behave the same way - comments are not allowed. In the near future, we plan to enable adding comments to entire binary files at the file level.