Skip to content

Latest commit

 

History

History
74 lines (37 loc) · 5.76 KB

File metadata and controls

74 lines (37 loc) · 5.76 KB

Changelog

0.5.1 (2026-02-25)

Bug Fixes

  • configSchema DataCloneError 수정 (Zod 객체 → JSON Schema 변환) (#40) (774a148)

0.5.0 (2026-02-20)

Features

  • /card 커맨드로 카카오 카드 메시지 빌드 지원 (#39) (1b65306)
  • 채널 헬스 모니터 연동을 위한 connected 상태 추적 구현 (#37) (e39bda9)

0.4.1 (2026-02-16)

Bug Fixes

  • 401/410 에러 시 토큰 무효화 및 재연결 중단 (#34) (6351b44)
  • resolve relayToken missing error in sendReply (#31) (e7d744d)
  • sendReply 401/410 에러 시 토큰 무효화 및 재연결 중단 (0bf0bec)
  • use DEFAULT_RELAY_URL constant instead of hardcoded URL (5ead655)
  • 페어링 성공 후 메시지 송신 시 relayToken 에러 수정 (#31) (090e67a)

0.4.0 (2026-02-08)

Features

  • OpenClaw v2026.2.6 호환성 업데이트 및 responsePrefix 지원 (#21) (b94664f)

0.3.2 (2026-02-04)

Bug Fixes

  • SSE 버퍼 파싱, 토큰 위생처리, 메모리 관리 등 코드 리뷰 이슈 수정 (71f647c)

0.3.1 (2026-02-04)

Bug Fixes

  • JSON 형태 카드 메시지 파싱 지원 (#16) (6ddac0e)

0.3.0 (2026-02-03)

Features

  • add sendMedia to outbound adapter and API documentation (#15) (fae5831)
  • configurable text chunking with multiple modes (#13) (c634cd8), closes #11
  • 이미지/카드 말풍선 타입 및 마크다운 제거 기능 추가 (#4) (aa15259)

Bug Fixes

  • capabilities.media, osLink button, validation constants (#14) (b35a8ce)

0.2.0 (2026-02-02)

⚠ BREAKING CHANGES

  • relay: SSE endpoint changed from /messages/stream to /v1/events

Features

  • initial implementation of Kakao TalkChannel plugin (2663ae7)
  • relay: add session-based authentication for simplified setup (7e3982a)