Skip to content

v1.1.2 - Bundle and release code

Compare
Choose a tag to compare
@etiennedi etiennedi released this 03 Oct 16:55
1ef788f

This release introduces a better build pipeline where the code is bundled and transpiled. This transforms ES6-specific features and experimental features into widely supported ES5 code. As a result, the weaviate-client package should now be usable from many dev setups, including "Create React App" without requiring further changes.

In addition this contains fixes over the two previous failed releases:

  • v1.1.1: Issue where the build pipeline didn't include the artifact
  • v1.1.0: Issue where the default export was missing