Releases: siyul-park/uniflow
Releases · siyul-park/uniflow
v0.10.0
What's Changed
- feat: support packet and process hook by @siyul-park in #178
- feat: add tracing for processes, symbols, and frames by @siyul-park in #180
- feat: add --debug flag support to start cmd by @siyul-park in #181
- fix(deps): update module github.com/evanw/esbuild to v0.23.1 by @renovate in #182
- feat: add proxy node by @siyul-park in #187
- docs: improve documents by @siyul-park in #176
- feat: add reduce node by @siyul-park in #189
Full Changelog: v0.9.0...v0.10.0
ext/v0.10.0
What's Changed
- feat: support packet and process hook by @siyul-park in #178
- feat: add tracing for processes, symbols, and frames by @siyul-park in #180
- feat: add --debug flag support to start cmd by @siyul-park in #181
- fix(deps): update module github.com/evanw/esbuild to v0.23.1 by @renovate in #182
- feat: add proxy node by @siyul-park in #187
- docs: improve documents by @siyul-park in #176
- feat: add reduce node by @siyul-park in #189
Full Changelog: ext/v0.9.0...ext/v0.10.0
driver/mongo/v0.10.0
What's Changed
- feat: support packet and process hook by @siyul-park in #178
- feat: add tracing for processes, symbols, and frames by @siyul-park in #180
- feat: add --debug flag support to start cmd by @siyul-park in #181
- fix(deps): update module github.com/evanw/esbuild to v0.23.1 by @renovate in #182
- feat: add proxy node by @siyul-park in #187
- docs: improve documents by @siyul-park in #176
- feat: add reduce node by @siyul-park in #189
Full Changelog: driver/mongo/v0.9.0...driver/mongo/v0.10.0
cmd/v0.10.0
What's Changed
- feat: support packet and process hook by @siyul-park in #178
- feat: add tracing for processes, symbols, and frames by @siyul-park in #180
- feat: add --debug flag support to start cmd by @siyul-park in #181
- fix(deps): update module github.com/evanw/esbuild to v0.23.1 by @renovate in #182
- feat: add proxy node by @siyul-park in #187
- docs: improve documents by @siyul-park in #176
- feat: add reduce node by @siyul-park in #189
Full Changelog: cmd/v0.9.0...cmd/v0.10.0
v0.9.0
What's Changed
- docs: improve document to more interestingly by @siyul-park in #156
- feat: support dynamic filename by @siyul-park in #153
- fix(deps): update module github.com/samber/lo to v1.45.0 by @renovate in #154
- feat: Support template-based variable for secure and reuse specifications enhancement - #152 by @siyul-park in #157
- refactor: merge loader, symbol pkg by @siyul-park in #160
- refactor: do not expose database logic in store by @siyul-park in #162
- refactor: direct implement store and divide pkgs by @siyul-park in #163
- feat: support split node by @siyul-park in #166
- feat: ensure tracer receive packets follow write order -#168 by @siyul-park in #169
- feat: add support for initializing dependency on specific port by @siyul-park in #170
- feat: support secret and environment values by @siyul-park in #171
Full Changelog: v0.8.0...v0.9.0
ext/v0.9.0
Full Changelog: ext/v0.8.0...ext/v0.9.0
driver/mongo/v0.9.0
Full Changelog: v0.8.0...driver/mongo/v0.9.0
cmd/v0.9.0
Full Changelog: cmd/v0.8.0...cmd/v0.9.0
v0.8.0
Release Notes
New Features
- Block Node Support: Introduces support for block nodes, allowing for more structured and controlled workflows.
Enhancements
- Improved Runtime Usability: Enhances the runtime environment for improved usability and ease of use.
- Redesigned Node Specifications: Node specifications have been redesigned to enhance clarity and functionality, making it easier to define and utilize nodes.
Dependency Updates
- Dependency Refresh: Updates related dependencies to their latest versions, ensuring compatibility and incorporating security enhancements.
Documentation and Maintenance
- Comprehensive Documentation: Enhances documentation with additional examples, detailed explanations, and licensing information for better understanding.
- Bug Fixes: Addresses race conditions to improve system stability and reliability.
ext/v0.8.0
Release Notes
New Features
- Block Node Support: Introduces support for block nodes, allowing for more structured and controlled workflows.
Enhancements
- Improved Runtime Usability: Enhances the runtime environment for improved usability and ease of use.
- Redesigned Node Specifications: Node specifications have been redesigned to enhance clarity and functionality, making it easier to define and utilize nodes.
Dependency Updates
- Dependency Refresh: Updates related dependencies to their latest versions, ensuring compatibility and incorporating security enhancements.
Documentation and Maintenance
- Comprehensive Documentation: Enhances documentation with additional examples, detailed explanations, and licensing information for better understanding.
- Bug Fixes: Addresses race conditions to improve system stability and reliability.