Skip to content

1.0.0 Preview Release 4

Compare
Choose a tag to compare
@siddharthlatest siddharthlatest released this 07 Dec 19:39

Changelog

  • Adds import support for mongodb+srv:// scheme introduced with MongoDB 3.6. This simplifies the src_uri formation. This doesn't affect the user of the older mongodb:// scheme.

Example usage with the new scheme:

abc import --src_type=mongodb --src_uri="mongodb+srv://user:password@some-cluster.mongodb.net/test?retryWrites=true&w=majority" es-index
  • Adds app creation support for ElasticSearch v7, which is the default now.

Example usage:

abc create --es7 my-appbase-app