Skip to content

v7.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@twelch twelch released this 20 May 17:42
· 118 commits to dev since this release

πŸš€ New Feature / Improvement

  • Add JSON schema for validation of project config files. By @avmey in #283
  • Upgrade to React 18 by @twelch in #286
  • Support parallel geoprocessing using worker lambda functions. Added permission for async function lambdas to invoke sync function lambdas. Provide geoprocessing functions access to original API parameters (e.g. sketch URL) so that it can be passed on to workers. By @twelch in #287.
  • Export genTaskCacheKey in client-core library.
  • Upgrade all dependencies to latest minor version.

πŸ› Bug Fix

  • genReportStories - pass example sketch params to report context so that sketch is fully available in story
  • Add json type assert to import of extraTerms.json files

Full Changelog: v7.0.0-beta.0...v7.0.0-beta.1