Skip to content

Releases: contentstack/datasync-manager

NODE_ENV takes priority over content stack config

11 Sep 06:03

Choose a tag to compare

NODE_ENV takes priority over content stack config
Fixed vulnerabilities.

v2.0.1-beta

26 May 13:56

Choose a tag to compare

v2.0.1-beta Pre-release
Pre-release
Debug logs added, Enable logs condition improvement

Added support for nested modular blocks

24 Nov 09:48

Choose a tag to compare

Changes:

  • Added support for nested modular blocks

Added support for global fields

15 Nov 10:06

Choose a tag to compare

Added support for global fields

Bug Fixes

30 Aug 09:29

Choose a tag to compare

Bug Fix

  • updated internal config "type" key with "_" prefix

Changes

  • Added configurable regex for RTE and Makrdown fields for Contentstack assets/images.
  • Configurable process kill timeout: processTimeout

Initial production release

29 Jul 12:17

Choose a tag to compare

Changes

  • Feature

    • Plugin config structure changed
    • Plugin methods updated to beforeSync(action, data, schema?) & afterSync(action, data, schema?)
    • 2 types of plugins. Internal and external
    • Internal plugins can modify data. Will run in sequence
    • External plugins cannot modify data. Will run in sequence
    • JSON structure of data's changed. data key contents moved to root level
    • Support for unwanted keys added
    • event_at key added
    • content_type_uid key removed and is replaced by _content_type_uid
    • Published entry structure changed. The content type schema sent along, with become 2 separate objects while being processed by plugins and connectors/content-store i.e. entry and content_type. Content type would require updateContentType method
  • Bug fixes

    • If API called failed, the app stopped taking requests
  • Misc

    • App termination/kill duration increased from 1s to 20s
    • App network check duration increased
    • Buffer size changed from 5000 - 10000 TO 4000-7000
    • By default, internal plugins will be disabled
    • getAssetLocation method added - to be complimented by getAssetLocation method in the registered asset-store lib