Skip to content

ci(release): Release v0.0.5#201

Merged
pedronauck merged 1 commit intomainfrom
release/v0.0.5
Aug 7, 2025
Merged

ci(release): Release v0.0.5#201
pedronauck merged 1 commit intomainfrom
release/v0.0.5

Conversation

@pedronauck
Copy link
Copy Markdown
Member

Release v0.0.5

This PR prepares the release of version v0.0.5.

Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Unreleased

♻️ Refactoring

  • (cli) Improve init command
  • (docs) Disable theme switcher
  • (llm) General improvements (#48)
  • (parser) Add cwd as struct on common
  • (parser) Change from package_ref to use
  • (parser) Improve errors
  • (parser) Add config interface
  • (parser) Add validator interface
  • (parser) Improve validator
  • (parser) Change from package_ref to pkgref
  • (parser) Add schema validator in a package
  • (parser) Remove ByRef finders on WorkflowConfig
  • (parser) Add schema in a separate package
  • (parser) Use a library to load env
  • (parser) Remove parser.go file
  • (parser) Adjust errors
  • (repo) General improvements
  • (repo) Apply go-blueprint architecture
  • (repo) Change testutils to utils
  • (repo) Types improvements
  • (repo) General improvements
  • (repo) General adjustments
  • (repo) Build improvements
  • (repo) Change architecture
  • (repo) Small improvements
  • (repo) Adjust architecture
  • (repo) Improve protobuf integration
  • (repo) Change to DDD
  • (repo) Change from trigger to opts on workflow.Config
  • (repo) Adapt to use new pkgref
  • (repo) Change from orchestrator to worker
  • (repo) Complete change task state and parallel execution (#16)
  • (repo) Use Redis for store configs (#24)
  • (repo) General improvements
  • (repo) Config global adjustments
  • (repo) Improve test suite
  • (worker) Remove PAUSE/RESUME for now
  • (worker) Create worker.Manager
  • (worker) Avoid pass task.Config through activities (#31)
  • (worker) Split task executors (#77)

⚡ Performance Improvements

  • (repo) Improve startup performance (#74)

🎉 Features

  • (cli) Add watch flag on dev
  • (core) Add basic core structure
  • (nats) Add first NATS server integration
  • (parser) Add models and provider
  • (parser) Add EnvMap methods
  • (parser) Add LoadId method on Config
  • (parser) Add WithParamsValidator
  • (pb) Add ToSubject() method for events
  • (ref) Add inline merge directive
  • (repo) Add schema generation
  • (repo) Run server using workflows on dev cmd
  • (repo) Implement better log using CharmLog
  • (repo) Add support for LogMessage on NATS
  • (repo) Adding file references
  • (repo) Add initial file ref loaders
  • (repo) Adad tplengine package
  • (repo) Add Deno runtime integration (#1)
  • (repo) Add protobuf integration
  • (repo) Add initial orchestrator logic (#3)
  • (repo) Add UpdateFromEvent on states
  • (repo) Handle workflow execute
  • (repo) Init task.Executor
  • (repo) Return full state on executions route
  • (repo) Add version on API and events
  • (repo) Use SQLite for store
  • (repo) Add workflow and task routes
  • (repo) Add agent definitions routes
  • (repo) Add tools routes
  • (repo) Integrate Swagger
  • (repo) Add new pkg/ref (#7)
  • (repo) Add initial temporal integration (#8)
  • (repo) Normalize task state
  • (repo) Add basic agent execution (#9)
  • (repo) Implement tool call within agent (#10)
  • (repo) Implement tool call within task
  • (repo) Implement parallel execution for tasks (#12)
  • (repo) Implement router task
  • (repo) Implement collection tasks (#17)
  • (repo) Adding MCP integration (#25)
  • (repo) Support sequential mode for collection tasks (#36)
  • (repo) Implement auto load for resources (#37)
  • (repo) Implement aggregate task type (#38)
  • (repo) Add composite task type (#47)
  • (repo) Add signals for workflows (#51)
  • (repo) Add nested collection tasks (#55)
  • (repo) Add basic monitoring system (#58)
  • (repo) Add outputs for workflow (#76)
  • (repo) Add scheduled workflows (#98)
  • (repo) Add task type wait (#100)
  • (repo) Add memory (#104)
  • (repo) Add rest api for memory (#108)
  • (repo) Add BunJS as runtime (#114)
  • (repo) Add task engine refac (#116)
  • (repo) Add pkg/config (#124)
  • (repo) Add authsystem (#133)
  • (repo) Add missing CLI commands (#137)
  • (repo) Add default tools (#138)
  • (repo) Move cache and redis config to pkg/config (#139)
  • (repo) Refactor CLI template generation
  • (server) Add first version of the server
  • (server) Add new route handlers
  • (task) Add outputs to task
  • First package files

🐛 Bug Fixes

  • (cli) Add missing check on init command
  • (docs) Hero text animation
  • (docs) Class merge SSR
  • (docs) Metadata og url
  • (engine) Env file location
  • (memory) Memory API request (#121)
  • (repo) General improvements and fixes
  • (repo) Adjust validations inside parser
  • (repo) Make dev command work
  • (repo) Adjust state type assertion
  • (repo) Validate workflow params on Trigger
  • (repo) Collection task (#18)
  • (repo) Nested types of tasks
  • (repo) Concurrency issues with logger (#61)
  • (repo) Collection state creation (#63)
  • (repo) Closing dispatchers (#81)
  • (repo) Memory task integration (#123)
  • (repo) Auth integration
  • (repo) MCP command release
  • (repo) General fixes
  • (repo) Add automatic migration
  • (repo) Broken links
  • (runtime) Deno improvements and fixes (#79)

📚 Documentation

  • (repo) Engine specs (#2)
  • (repo) Cleaning docs
  • (repo) Update weather agent
  • (repo) Improve agentic process
  • (repo) Add memory PRD
  • (repo) Add initial multitenant PRD
  • (repo) Rename schedule PRD
  • (repo) Improve agentic process
  • (repo) Add basic documentation and doc webapp (#130)
  • (repo) General doc improvements
  • (repo) Add OpenAPI docs
  • (repo) Improve current docs
  • (repo) Enhance tools docs
  • (repo) Enhance memory docs
  • (repo) Finish/enhance MCP documentation (#135)
  • (repo) Remove old prds
  • (repo) Improve documentation
  • (repo) Add schemas on git
  • (repo) Add vercel analytics
  • (repo) Add readme and contributing
  • (repo) Finish main landing page
  • (repo) Fix navigation link
  • (repo) Adjust text on lp
  • (repo) Add logo on README
  • (repo) Adjust install page
  • (repo) Update readme

📦 Build System

  • (repo) Fix golint errors
  • (repo) Add initial makefile
  • (repo) Lint errors
  • (repo) Add weather example folder
  • (repo) Fix lint errors
  • (repo) Adjust lint warnigs
  • (repo) Fix lint warnings
  • (repo) Add precommit
  • (repo) Add AI rules
  • (repo) Add monitoring PRD
  • (repo) Remove .vscode from gitignore
  • (repo) Add Github Actions integrations (#136)
  • (repo) Cleanup
  • (repo) Format fix
  • (repo) Improve release process
  • (repo) Update deps

🔧 CI/CD

  • (release) Releasing new version v0.0.4 (#162)
  • (release) Prepare release v0.0.5
  • (repo) Fix actions
  • (repo) Fix services setup
  • (repo) Fix release
  • (repo) Adjust versions
  • (repo) Fix release process
  • (repo) Fix ci
  • (repo) Fix goreleaser
  • (repo) Fix validate title step
  • (repo) Fix quality action
  • (repo) Add pkg/release

🧪 Testing

  • (parser) Add tests for agents
  • (parser) Add tests for package ref
  • (parser) Add tests for tools
  • (parser) Add tests for tasks
  • (parser) Add tests for workflow
  • (repo) Refactor test style
  • (repo) Add integration tests for states
  • (repo) Fix nats tests
  • (repo) Add store integration tests
  • (repo) Adjust repository tests
  • (repo) Test routes
  • (repo) Test improvements
  • (repo) Add basic tasks integration tests (#57)
  • (repo) Fix integrations tests (#59)
  • (repo) Fix testcontainer timeouts
  • (server) Add basic tests for server

Made with ❤️ by the Compozy team • Generated by git-cliff

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
compozy-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 5:10am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Aug 7, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (10)
  • CHANGELOG.md is excluded by !**/*.md
  • package.json is excluded by !**/*.json
  • tools/delete-file/package.json is excluded by !**/*.json
  • tools/exec/package.json is excluded by !**/*.json
  • tools/fetch/package.json is excluded by !**/*.json
  • tools/grep/package.json is excluded by !**/*.json
  • tools/list-dir/package.json is excluded by !**/*.json
  • tools/list-files/package.json is excluded by !**/*.json
  • tools/read-file/package.json is excluded by !**/*.json
  • tools/write-file/package.json is excluded by !**/*.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v0.0.5

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@pedronauck pedronauck merged this pull request into main Aug 7, 2025
12 of 14 checks passed
@pedronauck pedronauck deleted the release/v0.0.5 branch August 7, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant