Skip to content

Commit f2901dc

Browse files
committed
feat: updated changelogs
1 parent cf7739a commit f2901dc

1 file changed

Lines changed: 99 additions & 0 deletions

File tree

content/general/changelog.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,105 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [Unreleased]
1212

13+
### Added
14+
15+
- 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)
16+
- Query to fetch all available AI models via Velorum gRPC: [#1013](https://github.com/code0-tech/sagittarius/issues/1013)
17+
- Typed response for AI Subscription Flow: [#1049](https://github.com/code0-tech/sagittarius/issues/1049)
18+
- 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)
19+
- Mutatable module configurations linked to NamespaceProjectRuntimeAssignment, exposed via GraphQL: [#983](https://github.com/code0-tech/sagittarius/issues/983)
20+
- Module update endpoint support in Aquila: [#311](https://github.com/code0-tech/aquila/issues/311)
21+
- Module properties included in Draco runtime: [#212](https://github.com/code0-tech/draco/issues/212)
22+
- Module properties included in Taurus: [#186](https://github.com/code0-tech/taurus/issues/186)
23+
- Module structure implemented in code0-flow: [#147](https://github.com/code0-tech/code0-flow/issues/147)
24+
- Module structure implemented in code0-definition with updated folder layout and reader: [#333](https://github.com/code0-tech/code0-definition/issues/333)
25+
- Display of all available modules on runtime column and within settings: [#195](https://github.com/code0-tech/sculptor/issues/195)
26+
- Module configuration page within project page: [#197](https://github.com/code0-tech/sculptor/issues/197)
27+
- Module grouping in next node dialog: [#202](https://github.com/code0-tech/sculptor/issues/202)
28+
- Auth support for the REST adapter: [#246](https://github.com/code0-tech/draco/issues/246)
29+
- External host and URL env variables as endpoint definition: [#243](https://github.com/code0-tech/draco/issues/243)
30+
- 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)
31+
- Test run implementation — select runtime, pass flow body, return results via GraphQL subscription: [#422](https://github.com/code0-tech/sagittarius/issues/422)
32+
- Persistence of test runs in database including query and delete mutation: [#423](https://github.com/code0-tech/sagittarius/issues/423)
33+
- Receiving, storing and querying execution results: [#933](https://github.com/code0-tech/sagittarius/issues/933)
34+
- Node or function identifier added to execution results: [#1023](https://github.com/code0-tech/sagittarius/issues/1023), [#220](https://github.com/code0-tech/taurus/issues/220)
35+
- Taurus handles test executions and parses back an execution result: [#185](https://github.com/code0-tech/taurus/issues/185)
36+
- Taurus handles SubFlows with settings, default values and hidden flags: [#184](https://github.com/code0-tech/taurus/issues/184)
37+
- removed_at field on FlowTypeSetting for safe soft-deletion: [#812](https://github.com/code0-tech/sagittarius/issues/812)
38+
- Option to parse FunctionDefinitions over gRPC: [#881](https://github.com/code0-tech/sagittarius/issues/881)
39+
- ActionStatus added to RuntimeStatus: [#266](https://github.com/code0-tech/tucana/issues/266)
40+
- FlowTypeIdentifier added to AdapterConfiguration: [#261](https://github.com/code0-tech/tucana/issues/261)
41+
- cast field for NodeParameters: [#273](https://github.com/code0-tech/tucana/issues/273)
42+
- design field on RuntimeFunction and Function: [#270](https://github.com/code0-tech/tucana/issues/270)
43+
- NodeFunctionIdWrapper as a possible NodeValue for parameters: [#271](https://github.com/code0-tech/tucana/issues/271)
44+
- definition_source set by DataTypeService: [#144](https://github.com/code0-tech/code0-flow/issues/144)
45+
- Action prefix for definition source in Aquila: [#355](https://github.com/code0-tech/aquila/issues/355)
46+
- Overwrite of definition source from Actions to its identifier: [#306](https://github.com/code0-tech/aquila/issues/306)
47+
- Input type as parameter for flow types: [#330](https://github.com/code0-tech/code0-definition/issues/330)
48+
- Function definitions added in code0-definition: [#344](https://github.com/code0-tech/code0-definition/issues/344)
49+
- Aquila gRPC split into Dynamic and Static server: [#299](https://github.com/code0-tech/aquila/issues/299)
50+
- ActionCable setup for GraphQL subscriptions: [#357](https://github.com/code0-tech/sagittarius/issues/357)
51+
- Aquila flags runtime status for services that are not responding: [#312](https://github.com/code0-tech/aquila/issues/312)
52+
- Type input schema extraction in Triangulum: [#77](https://github.com/code0-tech/triangulum/issues/77)
53+
- Sub flow suggestions in Triangulum: [#76](https://github.com/code0-tech/triangulum/issues/76)
54+
- Schema extraction based on type in Triangulum: [#90](https://github.com/code0-tech/triangulum/issues/90)
55+
- Select component in Pictor: [#686](https://github.com/code0-tech/pictor/issues/686)
56+
- Error feedback strategy for Taurus — standardised error codes and types for denied requests: [#153](https://github.com/code0-tech/taurus/issues/153)
57+
- External few-shot configuration in Velorum: [#9](https://github.com/code0-tech/velorum/issues/9)
58+
- Primitive inputs (Boolean, Number, Text textarea) in sculptor: [#198](https://github.com/code0-tech/sculptor/issues/198)
59+
- Select type input in sculptor: [#199](https://github.com/code0-tech/sculptor/issues/199)
60+
- Execution results view in sculptor: [#193](https://github.com/code0-tech/sculptor/issues/193)
61+
- New suggestion concept — tab system for filtering by type and definition source with search: [#184](https://github.com/code0-tech/sculptor/issues/184)
62+
- New suggestions for SubFlows in sculptor: [#127](https://github.com/code0-tech/sculptor/issues/127)
63+
- License management page in sculptor: [#228](https://github.com/code0-tech/sculptor/issues/228)
64+
- 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)
65+
- Definitions received over module layer in sculptor: [#194](https://github.com/code0-tech/sculptor/issues/194)
66+
67+
### Changed
68+
69+
- Merged Execution and Test Execution in Aquila and Taurus: [#337](https://github.com/code0-tech/aquila/issues/337), [#207](https://github.com/code0-tech/taurus/issues/207)
70+
- Reworked HTTP functions — removed http::request::create and http::response::create, objects resolved into fields: [#325](https://github.com/code0-tech/code0-definition/issues/325)
71+
- Reworked REST flow type, REST and HTTP functions: [#359](https://github.com/code0-tech/code0-definition/issues/359), [#231](https://github.com/code0-tech/taurus/issues/231), [#205](https://github.com/code0-tech/taurus/issues/205)
72+
- Adjusted few-shots to current definition def-0.0.28 in Velorum: [#14](https://github.com/code0-tech/velorum/issues/14)
73+
- Runtime status changed to a heartbeat: [#213](https://github.com/code0-tech/draco/issues/213), [#187](https://github.com/code0-tech/taurus/issues/187)
74+
- NodeFunctionIdWrapper replaced with SubFlow: [#931](https://github.com/code0-tech/sagittarius/issues/931), [#45](https://github.com/code0-tech/triangulum/issues/45), [#44](https://github.com/code0-tech/triangulum/issues/44)
75+
- RuntimeStatusService updated to latest Tucana version: [#970](https://github.com/code0-tech/sagittarius/issues/970)
76+
- Test executions reworked to match new available interfaces in Tucana: [#285](https://github.com/code0-tech/tucana/issues/285)
77+
- Interface adjusted to new RuntimeError strategy in Tucana: [#279](https://github.com/code0-tech/tucana/issues/279)
78+
- JSON input reworked in sculptor: [#200](https://github.com/code0-tech/sculptor/issues/200)
79+
- EditorInput reworked in Pictor: [#687](https://github.com/code0-tech/pictor/issues/687)
80+
- Runtime assignment is now set as primary directly in sculptor: [#190](https://github.com/code0-tech/sculptor/issues/190)
81+
- Definition folder names updated in Reticulum (cron → draco_cron, rest → draco_rest, standard → taurus): [#653](https://github.com/code0-tech/reticulum/issues/653)
82+
- Reticulum env updated — root password, provider, ide_velorum default profile and INITIAL_RUNTIME_TOKEN: [#801](https://github.com/code0-tech/reticulum/issues/801), [#802](https://github.com/code0-tech/reticulum/issues/802), [#803](https://github.com/code0-tech/reticulum/issues/803), [#808](https://github.com/code0-tech/reticulum/issues/808)
83+
- New db fields for parameters and runtime parameters based on new Tucana version: [#890](https://github.com/code0-tech/sagittarius/issues/890)
84+
- Telescopium set up for Taurus: [#122](https://github.com/code0-tech/taurus/issues/122)
85+
- Aquila Status Service temporarily deactivated to eliminate UNIMPLEMENTED spam logs in Sagittarius: [#359](https://github.com/code0-tech/aquila/issues/359)
86+
- Documentation added for Aquila Action Service and service structure: [#269](https://github.com/code0-tech/aquila/issues/269)
87+
- Outdated links removed from Aquila README: [#319](https://github.com/code0-tech/aquila/issues/319)
88+
- Postgres 18 update: [#920](https://github.com/code0-tech/sagittarius/issues/920)
89+
90+
### Removed
91+
92+
- Runtime features table, model, factories and related GraphQL types: [#935](https://github.com/code0-tech/sagittarius/issues/935), [#286](https://github.com/code0-tech/tucana/issues/286)
93+
- Infinity function dropped: [#210](https://github.com/code0-tech/taurus/issues/210), [#353](https://github.com/code0-tech/code0-definition/issues/353)
94+
95+
### Fixed
96+
97+
- GenerationFlowSerializer incorrectly auto-generating a next_node_id, causing infinite loops in the flow builder: [#1058](https://github.com/code0-tech/sagittarius/issues/1058)
98+
- Null values not allowed in flow setting values: [#1066](https://github.com/code0-tech/sagittarius/issues/1066)
99+
- Module config mutation producing incorrect results: [#1003](https://github.com/code0-tech/sagittarius/issues/1003)
100+
- Execution gRPC endpoint losing date information: [#1014](https://github.com/code0-tech/sagittarius/issues/1014)
101+
- Service identified by token alone instead of identifier and token: [#307](https://github.com/code0-tech/aquila/issues/307)
102+
- Return function reference suggestion and schema extraction not working in Triangulum: [#95](https://github.com/code0-tech/triangulum/issues/95)
103+
- Undefined type in a union resulting in a generic schema in Triangulum: [#108](https://github.com/code0-tech/triangulum/issues/108)
104+
- Node param type null not falling back to function param type in Triangulum: [#110](https://github.com/code0-tech/triangulum/issues/110)
105+
- Triangulum validation failing without any error information: [#99](https://github.com/code0-tech/triangulum/issues/99)
106+
- Action execution not handled correctly in Taurus: [#229](https://github.com/code0-tech/taurus/issues/229)
107+
- Invalid signature in rest::control::respond in Taurus: [#235](https://github.com/code0-tech/taurus/issues/235)
108+
- Rest Response Function Definition having incorrect signature: [#361](https://github.com/code0-tech/code0-definition/issues/361)
109+
- Rest Auth Type missing undefined option: [#363](https://github.com/code0-tech/code0-definition/issues/363)
110+
- JSON conversion of infinite value causing a panic in Rust: [#309](https://github.com/code0-tech/tucana/issues/309)
111+
13112
## [[0.0.0-canary-2479774825-5f30e1cf348478a20d0d708f31e863f5e521b368]](https://github.com/code0-tech/codezero/releases/tag/0.0.0-canary-2479774825-5f30e1cf348478a20d0d708f31e863f5e521b368) - 2026-04-25
14113

15114
### Added

0 commit comments

Comments
 (0)