Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 05:23
57e37e1

Changelog

  • 7725e0c Add Debezium CDC integration with E2E tests
  • 2390028 Add E2E tests for all WASM deployment modes
  • c25c4d9 Add WASM interceptor support to Fiso-Link
  • 502c8c3 Add WASM runtime abstraction with wazero and wasmer support
  • 14fb71e Add Wasmer binary entry points and update Makefile
  • 4582c88 Add go.sum for user-service in Debezium E2E test
  • 84e9836 Add internal/wasmer manager package for long-running apps
  • de00de9 Add wasmer-app interceptor type and build targets
  • e09aaaf Fix CI issues and improve test coverage
  • 7337a8d Fix Debezium E2E test configuration issues
  • 0606221 Fix Debezium Server Docker image version in E2E test
  • 1c42d41 Fix Dockerfile to include go.sum for reproducible builds
  • ac85e92 Fix PostgreSQL initdb error in Debezium E2E test
  • 5cc299c Fix errcheck in factory_test.go
  • ae1705e Fix franz-go API usage in Debezium E2E test user-service
  • 67784f6 Fix gofmt formatting issues in gRPC and HTTP sources
  • e24317e Fix lint issues and add Wasmer integration tests
  • 85d17a5 Implement combined Wasmer binaries (flow-wasmer, wasmer-link, wasmer-aio)
  • 36f36bf Implement full Wasmer runtime with WASI support
  • 57e37e1 Improve Wasmer integration: add validation, health checks, context propagation, and docs
  • 4cc5a37 chore: go mod tidy
  • ffd1217 ci(e2e): add all wasm deployment mode jobs in parallel
  • 8d3b8cf feat(aio): implement full Flow+Link+Wasmer orchestration and generic interceptor loading
  • 10d6a94 feat(wasm): implement WasmerAppRuntime and port injection
  • 55a4dd1 fix(ci): resolve gofmt and lint issues in tests and wasmer code
  • 159d4a9 fix(docker): bundle libwasmer.so in wasmer runtime images
  • 804c748 fix(docker): copy libwasmer from correct module subdir
  • f789eb1 fix(docker): resolve libwasmer path via go list
  • 25af3c2 fix(docker): use glibc-based images for wasmer builds
  • d91f168 fix(link+wasmer): support target port/basePath and harden wasm e2e modules
  • 7a844aa fix(test): correct path to wasm module in interceptor registry test
  • 34b5c3e fix(wasm): improve wasmer runtime concurrency and stdin handling
  • 08687ce fix(wasmer): pass mapped stdin path without leading slash
  • 2f8abfc fix(wasmer): support app-mode via host http bridge and robust stdin-file args
  • 3b35e01 fix(wasmer): treat WASI exit code 0 as successful execution
  • a0a2a94 test(config): make create-watch assertion resilient to event ordering
  • 2044a00 test(flow-wasmer): relax header assertion under cloudevents transport
  • 7a74257 test(link): cover port/basePath parsing and URL path helpers