Skip to content

Commit 15b6730

Browse files
committed
chore: update changelog with recent additions, changes, and fixes
1 parent 1116901 commit 15b6730

1 file changed

Lines changed: 54 additions & 41 deletions

File tree

content/general/changelog.md

Lines changed: 54 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -12,53 +12,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Added
1414

15-
- Support for OpenTelemetry within the frontend application of sculptor capturing logs, traces, metrics and errors.
16-
- New textarea component inside UI library of pictor.
17-
- Variables and their corresponding Node are now highlighted inside the flow editor.
18-
- New sidebar within the frontend application of sculptor.
19-
- Runtime usage calculation on runtime.
20-
- Support for bigger number values.
21-
- New remove digits and has digits functions.
22-
- A flow can be disabled to be updated to the runtime. We've implemented a reasoning field to explain why the flow is disabled.
23-
- Delete user mutation for administrators.
24-
- Implement flow validation on backend side.
25-
- License management in cloud.
26-
- Redirect option on login or registration within cloud version.
27-
- Runtime support for actions build with our Action SDK.
15+
- Foundational validation and suggestion support for flows, nodes, and validation rules: [#3](https://github.com/code0-tech/triangulum/issues/3), [#22](https://github.com/code0-tech/triangulum/issues/22), [#32](https://github.com/code0-tech/triangulum/issues/32)
16+
- Reference, value, and default-handling improvements for suggestion generation: [#31](https://github.com/code0-tech/triangulum/issues/31), [#60](https://github.com/code0-tech/triangulum/issues/60), [#68](https://github.com/code0-tech/triangulum/issues/68)
17+
- Runtime observability and service endpoints for status and usage reporting: [#94](https://github.com/code0-tech/taurus/issues/94), [#95](https://github.com/code0-tech/taurus/issues/95), [#97](https://github.com/code0-tech/taurus/issues/97)
18+
- Runtime value handling and helper functions for numbers and digits: [#113](https://github.com/code0-tech/taurus/issues/113), [#118](https://github.com/code0-tech/taurus/issues/118), [#119](https://github.com/code0-tech/taurus/issues/119)
19+
- Follow-up runtime and integration work around boolean checks and startup inputs: [#120](https://github.com/code0-tech/taurus/issues/120), [#127](https://github.com/code0-tech/draco/issues/127), [#143](https://github.com/code0-tech/tucana/issues/143)
20+
- Validation edge cases, request flow, and synchronization fixes: [#149](https://github.com/code0-tech/taurus/issues/149), [#151](https://github.com/code0-tech/taurus/issues/151), [#158](https://github.com/code0-tech/taurus/issues/158)
21+
- Data-model cleanup for references, node parameters, and request payloads: [#162](https://github.com/code0-tech/taurus/issues/162), [#169](https://github.com/code0-tech/sculptor/issues/169), [#196](https://github.com/code0-tech/draco/issues/196)
22+
- Cross-service runtime integration and status delivery work: [#197](https://github.com/code0-tech/draco/issues/197), [#223](https://github.com/code0-tech/aquila/issues/223), [#224](https://github.com/code0-tech/aquila/issues/224)
23+
- Sagittarius core runtime updates for disabled flows, missing fields, and validation readiness: [#781](https://github.com/code0-tech/sagittarius/issues/781), [#820](https://github.com/code0-tech/sagittarius/issues/820), [#821](https://github.com/code0-tech/sagittarius/issues/821)
24+
- Sagittarius permission, validation, and runtime-token changes: [#848](https://github.com/code0-tech/sagittarius/issues/848), [#867](https://github.com/code0-tech/sagittarius/issues/867), [#919](https://github.com/code0-tech/sagittarius/issues/919)
25+
- Tucana function signatures and runtime-definition alignment: [#215](https://github.com/code0-tech/tucana/issues/215), [#219](https://github.com/code0-tech/tucana/issues/219), [#220](https://github.com/code0-tech/tucana/issues/220)
26+
- Tucana flow-type contracts and JSON/proto conversion support: [#221](https://github.com/code0-tech/tucana/issues/221), [#226](https://github.com/code0-tech/tucana/issues/226), [#239](https://github.com/code0-tech/tucana/issues/239)
27+
- Data-type model refinements and definition synchronization: [#244](https://github.com/code0-tech/tucana/issues/244), [#254](https://github.com/code0-tech/tucana/issues/254), [#256](https://github.com/code0-tech/code0-definition/issues/256)
28+
- Definition-function updates for parameter metadata and new helpers: [#258](https://github.com/code0-tech/tucana/issues/258), [#263](https://github.com/code0-tech/code0-definition/issues/263), [#264](https://github.com/code0-tech/code0-definition/issues/264)
29+
- Definition baseline updates for newer Tucana versions and data types: [#298](https://github.com/code0-tech/code0-definition/issues/298), [#302](https://github.com/code0-tech/code0-definition/issues/302)
30+
- UI improvements for OpenTelemetry, sidebars, and node highlighting: [#87](https://github.com/code0-tech/sculptor/issues/87), [#96](https://github.com/code0-tech/sculptor/issues/96), [#102](https://github.com/code0-tech/sculptor/issues/102)
31+
- UI refinements for custom data types, login redirects, and function icons: [#115](https://github.com/code0-tech/sculptor/issues/115), [#117](https://github.com/code0-tech/sculptor/issues/117), [#129](https://github.com/code0-tech/sculptor/issues/129)
32+
- UI behavior updates for flow creation, translations, and search performance: [#136](https://github.com/code0-tech/sculptor/issues/136), [#138](https://github.com/code0-tech/sculptor/issues/138), [#142](https://github.com/code0-tech/sculptor/issues/142)
33+
- Schema and edit-flow safeguards for custom types and reference editing: [#153](https://github.com/code0-tech/sculptor/issues/153), [#155](https://github.com/code0-tech/sculptor/issues/155), [#167](https://github.com/code0-tech/sculptor/issues/167)
34+
- Tooling and release prep for the TypeScript core and wrapper gem setup: [#1](https://github.com/code0-tech/triangulum/issues/1), [#2](https://github.com/code0-tech/triangulum/issues/2), [#6](https://github.com/code0-tech/triangulum/issues/6)
35+
- Release automation checks and dev-environment orchestration: [#17](https://github.com/code0-tech/pyxis/issues/17), [#20](https://github.com/code0-tech/pyxis/issues/20), [#195](https://github.com/code0-tech/reticulum/issues/195)
36+
- Build and packaging updates for runtime versioning and compose files: [#427](https://github.com/code0-tech/reticulum/issues/427), [#439](https://github.com/code0-tech/reticulum/issues/439), [#604](https://github.com/code0-tech/reticulum/issues/604)
37+
- Runtime environment and UX polish for token handling and validation inputs: [#608](https://github.com/code0-tech/reticulum/issues/608), [#673](https://github.com/code0-tech/pictor/issues/673)
2838

2939
### Changed
3040

31-
- Switched to TypeScript for RuntimeFunction, Function, Flow and DataType definitions.
32-
This generelly improves type safety and increased reliability of suggestion and validation.
33-
- Runtime status is now more accurate and has more details and also exposes features installed on the runtime.
34-
- Moving dashboard components from UI library named pictor to frontend application named sculptor.
35-
- New DataTypeType input based on custom type language.
41+
- Core compatibility and refactors for sculptor, flow handling, and type updates: [#79](https://github.com/code0-tech/sculptor/issues/79), [#80](https://github.com/code0-tech/sculptor/issues/80), [#81](https://github.com/code0-tech/sculptor/issues/81)
42+
- Flow and project infrastructure updates around validator replacement and retry behavior: [#116](https://github.com/code0-tech/code0-flow/issues/116), [#123](https://github.com/code0-tech/code0-flow/issues/123), [#251](https://github.com/code0-tech/tucana/issues/251)
43+
- Versioning and component alignment across definitions, runtime, and UI packages: [#266](https://github.com/code0-tech/code0-definition/issues/266), [#572](https://github.com/code0-tech/reticulum/issues/572), [#599](https://github.com/code0-tech/pictor/issues/599)
44+
- Dashboard and runtime updates for moved components and newer Sagittarius behavior: [#627](https://github.com/code0-tech/pictor/issues/627), [#640](https://github.com/code0-tech/pictor/issues/640), [#871](https://github.com/code0-tech/sagittarius/issues/871)
45+
- Flow definition and routing adjustments for updated inputs and metadata: [#880](https://github.com/code0-tech/sagittarius/issues/880), [#894](https://github.com/code0-tech/sagittarius/issues/894), [#189](https://github.com/code0-tech/draco/issues/189)
46+
- Tucana structure changes for signatures and shared flow models: [#215](https://github.com/code0-tech/tucana/issues/215), [#219](https://github.com/code0-tech/tucana/issues/219), [#220](https://github.com/code0-tech/tucana/issues/220)
47+
- Tucana follow-ups for flow types, proto/json conversion, and value shaping: [#221](https://github.com/code0-tech/tucana/issues/221), [#239](https://github.com/code0-tech/tucana/issues/239), [#244](https://github.com/code0-tech/tucana/issues/244)
48+
- Definition and Taurus synchronization for newer models and helper functions: [#302](https://github.com/code0-tech/code0-definition/issues/302), [#151](https://github.com/code0-tech/taurus/issues/151), [#158](https://github.com/code0-tech/taurus/issues/158)
49+
- Final Taurus follow-up for object access helpers: [#162](https://github.com/code0-tech/taurus/issues/162)
3650

3751
### Fixed
3852

39-
- Correct naming of variables inside suggestion.
40-
- Uncaught TypeError: can't access property "push", n.settings. nodes are undefined
41-
- The flow creation menu shows even though there is no flow type available.
42-
- Role creation page back link is broken.
43-
- Cron flow definition is wrong.
44-
- Number is always displayed with a decimal point. It not depends on the value of the number.
45-
- Prevent role deletion if no member has a different admin role.
46-
- Change foreign key from namespace_projects(primary_runtime_id) to runtimes(id) from cascade to restrict.
47-
- Ensure a project always has a primary runtime if it contains flows.
48-
- std::number::math Panics when second number is bigger than first.
49-
- REST adapter returns ProtoJson not JSON.
50-
- Wrong parameter description for HTTP Status code.
51-
- Project slug input validation is missing.
52-
- NodeParameter is possible to be an empty array. Fallback to FunctionParameterDefinition.
53-
- Input fields error when not filled.
54-
- Create new project page go back link is broken.
55-
- Go back button link is broken on members add page.
56-
- Sagittarius version is a placeholder.
57-
- Create role mutation and screen are missing and not linked.
58-
- Remove old project tab fragmental component under [namespaceId].
59-
- ReferenceValue missing fields during flow update.
60-
- Type OBJECT and Function std::object::set have wrong signature.
61-
- Validation for trigger doesn't exist.
53+
- Validation and suggestion bugs across node parameters, JSON inputs, and node suggestion logic: [#169](https://github.com/code0-tech/sculptor/issues/169), [#147](https://github.com/code0-tech/sculptor/issues/147), [#51](https://github.com/code0-tech/triangulum/issues/51)
54+
- Suggestion and reference edge cases for nested paths, optional types, and real data fixtures: [#50](https://github.com/code0-tech/triangulum/issues/50), [#15](https://github.com/code0-tech/triangulum/issues/15), [#22](https://github.com/code0-tech/triangulum/issues/22)
55+
- Definition and parameter fixes for node suggestions, HTTP types, and object access behavior: [#68](https://github.com/code0-tech/triangulum/issues/68), [#276](https://github.com/code0-tech/code0-definition/issues/276), [#275](https://github.com/code0-tech/code0-definition/issues/275)
56+
- Flow and runtime basics such as list access, reserved names, and undefined node settings: [#274](https://github.com/code0-tech/code0-definition/issues/274), [#277](https://github.com/code0-tech/code0-definition/issues/277), [#73](https://github.com/code0-tech/sculptor/issues/73)
57+
- Flow creation and role management fixes for navigation and missing definitions: [#74](https://github.com/code0-tech/sculptor/issues/74), [#91](https://github.com/code0-tech/sculptor/issues/91), [#253](https://github.com/code0-tech/code0-definition/issues/253)
58+
- Namespace and runtime integrity checks for admin roles, runtime deletion, and primary runtime rules: [#851](https://github.com/code0-tech/sagittarius/issues/851), [#852](https://github.com/code0-tech/sagittarius/issues/852), [#853](https://github.com/code0-tech/sagittarius/issues/853)
59+
- Runtime data consistency fixes for foreign-key handling and flow updates: [#854](https://github.com/code0-tech/sagittarius/issues/854), [#855](https://github.com/code0-tech/sagittarius/issues/855), [#131](https://github.com/code0-tech/sculptor/issues/131)
60+
- Service and adapter updates for number handling, ProtoJSON, and missing configurations: [#117](https://github.com/code0-tech/taurus/issues/117), [#161](https://github.com/code0-tech/draco/issues/161), [#217](https://github.com/code0-tech/tucana/issues/217)
61+
- Status and response handling improvements for HTTP status descriptions and restart options: [#252](https://github.com/code0-tech/code0-definition/issues/252), [#446](https://github.com/code0-tech/reticulum/issues/446), [#76](https://github.com/code0-tech/sculptor/issues/76)
62+
- UI and navigation fixes for validation, empty fields, and broken back links: [#103](https://github.com/code0-tech/sculptor/issues/103), [#632](https://github.com/code0-tech/pictor/issues/632), [#78](https://github.com/code0-tech/sculptor/issues/78)
63+
- Back-link and placeholder fixes for role screens, version placeholders, and missing links: [#77](https://github.com/code0-tech/sculptor/issues/77), [#71](https://github.com/code0-tech/sculptor/issues/71), [#75](https://github.com/code0-tech/sculptor/issues/75)
64+
- Component cleanup and validation work for old fragments, reference fields, and missing variants: [#82](https://github.com/code0-tech/sculptor/issues/82), [#107](https://github.com/code0-tech/sculptor/issues/107), [#14](https://github.com/code0-tech/triangulum/issues/14)
65+
- Type and signature fixes for OBJECT, adapters, and validation payloads: [#293](https://github.com/code0-tech/code0-definition/issues/293), [#295](https://github.com/code0-tech/code0-definition/issues/295), [#914](https://github.com/code0-tech/sagittarius/issues/914)
66+
- Flow deletion and data-type handling improvements around missing IDs and login policy: [#913](https://github.com/code0-tech/sagittarius/issues/913), [#165](https://github.com/code0-tech/sculptor/issues/165), [#67](https://github.com/code0-tech/triangulum/issues/67)
67+
- Validation and node-reference fixes for message routing and input parameter detection: [#49](https://github.com/code0-tech/triangulum/issues/49), [#140](https://github.com/code0-tech/sculptor/issues/140), [#65](https://github.com/code0-tech/sculptor/issues/65)
68+
- Runtime validation and protocol bugs in flow settings and foreign-key-sensitive updates: [#891](https://github.com/code0-tech/sagittarius/issues/891), [#892](https://github.com/code0-tech/sagittarius/issues/892), [#895](https://github.com/code0-tech/sagittarius/issues/895)
69+
- Flow type and validation mapping fixes for missing datatypes and validation inputs: [#898](https://github.com/code0-tech/sagittarius/issues/898), [#904](https://github.com/code0-tech/sagittarius/issues/904), [#52](https://github.com/code0-tech/triangulum/issues/52)
70+
- Reference and parsing issues for numeric values, null indices, and control flow: [#149](https://github.com/code0-tech/taurus/issues/149), [#58](https://github.com/code0-tech/triangulum/issues/58), [#154](https://github.com/code0-tech/taurus/issues/154)
71+
- Runtime data and request handling for missing references and protobuf decoding: [#63](https://github.com/code0-tech/triangulum/issues/63), [#197](https://github.com/code0-tech/draco/issues/197), [#196](https://github.com/code0-tech/draco/issues/196)
72+
- Definition and branching fixes for response payloads, loop handling, and missing starting nodes: [#321](https://github.com/code0-tech/code0-definition/issues/321), [#65](https://github.com/code0-tech/triangulum/issues/65), [#909](https://github.com/code0-tech/sagittarius/issues/909)
73+
- Missing start node handling for validation service and flow input requirements: [#910](https://github.com/code0-tech/sagittarius/issues/910), [#911](https://github.com/code0-tech/sagittarius/issues/911)
74+
- Final validation follow-ups for string conversion and reference updates: [#912](https://github.com/code0-tech/sagittarius/issues/912), [#917](https://github.com/code0-tech/sagittarius/issues/917)
6275

6376
## [[0.0.0-canary-2356067148-c06e576791513b10dbcb10aa3b0420b87178a205]](https://github.com/code0-tech/codezero/releases/tag/0.0.0-canary-2356067148-c06e576791513b10dbcb10aa3b0420b87178a205) - 2026-02-28
6477

0 commit comments

Comments
 (0)