You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/environment.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ When you deploy your destination function in your workspace, you fill out the se
57
57
With Functions Versioning, you can access a complete change history for each source or destination function. View version history and creation details, then use a unified or split display to compare code and restore previous versions of a function.
58
58
59
59
> info "Functions Versioning in Beta"
60
-
> Functions Versioning is in beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
60
+
> Functions Versioning is in beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. Also note that Versioning is disabled in workspaces where you deploy source functions with multiple instances. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
61
+
61
62
62
63
### View and compare version history
63
64
@@ -84,7 +85,7 @@ The `DEPLOYED` version is the function version that's currently deployed.
84
85
### Restore a previous version
85
86
86
87
To restore a previous function version:
87
-
88
+
88
89
1. Select the function you want to restore.
89
90
2. Click **Restore this version**.
90
91
- Segment creates a duplicate of the selected version and labels it as the `LATEST` version.
@@ -103,8 +104,8 @@ Here are some Public API use case examples:
103
104
104
105
**Create or update versions**: Create or update a function to add a version record and save the source code.
105
106
106
-
**Deploy a function**: Use the Public API to deploy a function. After you deploy, Segment marks the function version as `DEPLOYED`. Learn more about [version states](#latest-and-deployed-versions).
107
-
`
107
+
**Deploy a function**: Use the Public API to deploy a function. After you deploy, Segment marks the function version as `DEPLOYED`. Learn more about function version states[here](#latest-and-deployed-versions).
108
+
108
109
View Segment's [Public API](https://docs.segmentapis.com/tag/Functions){:target="_blank"} docs for more information on how to use Functions Versioning with the Public API.
0 commit comments