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: content/general/changelog.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
### Added
16
16
17
-
- AI subscription endpoint accepting flow ID, project ID, prompt and model identifier; streams the generated flow back via Velorum: [#1012](https://github.com/code0-tech/sagittarius/issues/1012)
17
+
- AI subscription endpoint streaming a generated flow back via Velorum from a flow ID, prompt and model: [#1012](https://github.com/code0-tech/sagittarius/issues/1012)
18
18
- Query to fetch all available AI models via Velorum gRPC: [#1013](https://github.com/code0-tech/sagittarius/issues/1013)
19
19
- Typed response for AI Subscription Flow: [#1049](https://github.com/code0-tech/sagittarius/issues/1049)
20
-
- New module structure — runtime flow types, flow types, runtime functions, functions and data types are now retrieved and linked per module: [#934](https://github.com/code0-tech/sagittarius/issues/934)
20
+
- New module structure — flow types, functions and data types are now retrieved and linked per module: [#934](https://github.com/code0-tech/sagittarius/issues/934)
21
21
- Mutatable module configurations linked to NamespaceProjectRuntimeAssignment, exposed via GraphQL: [#983](https://github.com/code0-tech/sagittarius/issues/983)
22
22
- Module update endpoint support in Aquila: [#311](https://github.com/code0-tech/aquila/issues/311)
23
23
- Module properties included in Draco runtime: [#212](https://github.com/code0-tech/draco/issues/212)
@@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
- Module grouping in next node dialog: [#202](https://github.com/code0-tech/sculptor/issues/202)
30
30
- Auth support for the REST adapter: [#246](https://github.com/code0-tech/draco/issues/246)
31
31
- External host and URL env variables as endpoint definition: [#243](https://github.com/code0-tech/draco/issues/243)
32
-
- GraphQL subscription to execute a test execution, streaming until an execution result is received; no persistence required: [#932](https://github.com/code0-tech/sagittarius/issues/932)
32
+
- GraphQL subscription to run a test execution, streaming until a result is received, with no persistence: [#932](https://github.com/code0-tech/sagittarius/issues/932)
33
33
- Test run implementation — select runtime, pass flow body, return results via GraphQL subscription: [#422](https://github.com/code0-tech/sagittarius/issues/422)
34
34
- Persistence of test runs in database including query and delete mutation: [#423](https://github.com/code0-tech/sagittarius/issues/423)
35
35
- Receiving, storing and querying execution results: [#933](https://github.com/code0-tech/sagittarius/issues/933)
@@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
63
- New suggestion concept — tab system for filtering by type and definition source with search: [#184](https://github.com/code0-tech/sculptor/issues/184)
64
64
- New suggestions for SubFlows in sculptor: [#127](https://github.com/code0-tech/sculptor/issues/127)
65
65
- License management page in sculptor: [#228](https://github.com/code0-tech/sculptor/issues/228)
66
-
- Refactored NamespaceLicense to support instance-level licensing for self-managed EE with optional namespace association, new GraphQL mutations and queries: [#754](https://github.com/code0-tech/sagittarius/issues/754)
66
+
- Refactored NamespaceLicense for instance-level self-managed EE licensing, with new GraphQL mutations and queries: [#754](https://github.com/code0-tech/sagittarius/issues/754)
67
67
- Definitions received over module layer in sculptor: [#194](https://github.com/code0-tech/sculptor/issues/194)
68
68
69
69
### Changed
@@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
81
- EditorInput reworked in Pictor: [#687](https://github.com/code0-tech/pictor/issues/687)
82
82
- Runtime assignment is now set as primary directly in sculptor: [#190](https://github.com/code0-tech/sculptor/issues/190)
83
83
- Definition folder names updated in Reticulum (cron → draco_cron, rest → draco_rest, standard → taurus): [#653](https://github.com/code0-tech/reticulum/issues/653)
- New db fields for parameters and runtime parameters based on new Tucana version: [#890](https://github.com/code0-tech/sagittarius/issues/890)
86
86
- Telescopium set up for Taurus: [#122](https://github.com/code0-tech/taurus/issues/122)
87
87
- Aquila Status Service temporarily deactivated to eliminate UNIMPLEMENTED spam logs in Sagittarius: [#359](https://github.com/code0-tech/aquila/issues/359)
0 commit comments