Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 2.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1 (2022-03-03)

Bug Fixes

  • specify system version for valid plugin version constraint (8ed3ea8)

0.2.0 (2022-02-28)

Features

  • add error code into response body when DomainException happened (3504e2f)
  • handle UnsupportedExtensionsException & return more info (a6b3551)
  • provide api for create template & add swagger annotations to params and models (60090dd)
  • provide api for create third account (c190a3d)
  • provide api for execute tactics async (1023f21)
  • provide PluginMappingChainHandlerMapping to load handler defined in plugin context (262cf4c)
  • support load extra plugins by specify paths (0ec8c6e)
  • support send template message with custom ext & introduce hibernate validator (3a1377b)

0.1.1 (2022-01-24)

Bug Fixes

  • message controller available on prod (538c557)

0.1 (2022-01-24)

Features

  • 支持普通消息、模板消息 (194c63b)
  • 支持消息群发 (2dab9b1)