Skip to content

Release v2.0.0-rc4

Latest
Compare
Choose a tag to compare
@SimFG SimFG released this 09 Dec 02:50

What's Changed

  • fix the issue that task cannot be created again after being deleted by @SimFG in #153
  • support the database/collection name mapping by @SimFG in #154
  • remove the task info param when start to replicate event by @SimFG in #155
  • support the replicate id param for the cdc server by @SimFG in #156
  • skip the db that has been recycled by @SimFG in #157
  • skip the collection/db that has been recycled by @SimFG in #159
  • ci: update helm install setting by @zhuwenxing in #158
  • fix the creation failure when the db meta has been recycled and the collection is existed by @SimFG in #160
  • use the uuid as the mq subscription name to avoid duplication by @SimFG in #161
  • fix to replicate entity lost when pause the task by @SimFG in #162
  • add api integration test by @SimFG in #163
  • support sending replicate tt to ensure dispatcher multiple tt consumption by @SimFG in #164
  • support disabling automatic task startup when starting a service by @SimFG in #165
  • fixed the issue that the same collection in different db is skipped by @SimFG in #166
  • support to ignore error when delete a task by @SimFG in #167

Full Changelog: v2.0.0-rc3...v2.0.0-rc4

What's Changed

🚀 Features

🎄 Enhancements

🐛 Bug Fixes

Changelog

  • 3976136 add api integration test
  • 29bd79b ci: update helm install setting
  • 3c43e37 fix the creation failure when the db meta has been recycled and the collection is existed
  • 94c6114 fix the issue that task cannot be created again after being deleted
  • 7a3ca02 fix to replicate entity lost when pause the task
  • f0f4597 fixed the issue that the same collection in different db is skipped when replicating
  • 92962d9 remove the task info param when start to replicate event
  • 454e31f skip the collection/db that has been recycled
  • 7cc6748 skip the db that has been recycled
  • d7d0689 support disabling automatic task startup when starting a service
  • dbd13f5 support sending replicate tt to ensure dispatcher multiple tt consumption
  • d8f3573 support the database/collection name mapping
  • bce1e7a support the replicate id param for the cdc server
  • 369b60f support to ignore error when delete a task
  • 4bc59b9 use the uuid as the mq subscription name to avoid duplication