Release note 1.115.0 desiree HTTPS for GIT (#3754)

This commit is contained in:
DesireeLindsey 2025-10-10 15:23:26 +02:00 committed by GitHub
parent 8fd04ab725
commit 35195a0ecd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -54,6 +54,15 @@ This is the `next` version. n8n recommends using the `latest` version. The `next
///
This release contains bug fixes.
### Source Control: Added HTTPS support
You can now connect to Git repositories via HTTPS in addition to SSH, making Source Control usable in environments where SSH is restricted.
<br>
<figure markdown="span">
![Source Control](/_images/release-notes/HTTPSSupport.png)
<figcaption>HTTPS is now supported as a connection type in Environments. </figcaption>
</figure>
<br>
### Contributors