Salta ai contenuti

Changelog

Version 30.51.2

  • docs: :memo: GA level API documentation
  • docs(openapi): :memo: comprehensive OpenAPI @Schema/@ArraySchema/@Parameter sweep across all API modules
  • fix(openapi): :bug: remove redundant implementation= from field-level @ArraySchema
  • fix(openapi): consolidate example constants and fix @ArraySchema annotation structure (#473)
  • fix(revolut): gate webhook initializer behind revolut.webhook-initializer.enabled (#474)
  • fix(test): use exact args in WithdrawalControllerTest stub and verify
  • refactor: :recycle: All OpenAPI examples now display
  • refactor: :recycle: allowed npm dep
  • refactor: :recycle: fixed Stripe webhook issue (#475)
  • refactor: :zap: removed Application MCP tools
  • test: :green_heart: fixed all tests after OpenAPI changes