Skip to content

Releases: Usefused/engine

v0.1.6

Choose a tag to compare

@creativeJoe007 creativeJoe007 released this 31 Jul 18:33

Changelog

  • 169760d feat: resolve EndpointIDs for MCP in createMCPConfigPlan function

v0.1.5

Choose a tag to compare

@creativeJoe007 creativeJoe007 released this 31 Jul 17:36

Changelog

  • ade976f feat: add SubscribeWebhooks RPC to EngineService for durable event streaming

v0.1.4

Choose a tag to compare

@creativeJoe007 creativeJoe007 released this 30 Jul 12:22

Changelog

  • 297f3f7 fix: add ServiceID to WorkspaceConnectionProfile in prepareWorkspaceProfile function
  • 96eafd8 feat: upgrade Node.js version to 24.x in Dockerfiles and CI configuration

v0.1.3

Choose a tag to compare

@creativeJoe007 creativeJoe007 released this 30 Jul 11:50

Changelog

  • 96eafd8 feat: upgrade Node.js version to 24.x in Dockerfiles and CI configuration

v0.1.2

Choose a tag to compare

@creativeJoe007 creativeJoe007 released this 30 Jul 01:34

Changelog

  • 7d14261 Refactor workspace config tests: remove obsolete connect config tests and related functions

v0.1.1

Choose a tag to compare

@creativeJoe007 creativeJoe007 released this 29 Jul 09:27

Changelog

  • 651d841 refactor: reorder boundary guards and headless build steps in CI workflow
  • f749620 feat: simplify build hooks by replacing npm commands with make targets
  • 479eae4 feat: enhance build process and add MCP shared runtime support
  • 3653f2f feat: update error handling to return 404 for "no rows in result set"

v0.1.0

Choose a tag to compare

@creativeJoe007 creativeJoe007 released this 29 Jul 01:12

Changelog

  • 43350a2 refactor: remove release notes generation step from release workflow
  • 73cb999 feat: add release-with-tag target to Makefile and reorder import in dispatcher_soap.go
  • 0f57b70 refactor(tests): remove unused migration test for auth connection projection
  • 01830bc feat(ui): initialize UI project with Remix, Tailwind CSS, and Vite
  • 0949510 docs: update README with Docker image references and usage instructions
  • a7f9555 docs: update engine.yaml.example with database connection documentation and license key configuration options
  • 9476f91 feat: enhance README with detailed descriptions and installation instructions
  • dcc9368 feat: add installation script and update README with documentation for webhook port configuration
  • b86a0a0 Merge branch 'main' of https://github.com/Usefused/engine
  • 47a4a48 Initial commit
  • fb28516 Initial commit: Engine README and config template