Skip to content

v2.0.0

Compare
Choose a tag to compare
@vijayg10 vijayg10 released this 05 Apr 09:25
· 10 commits to master since this release
b66438f

Features:

  • Standardised configuration library to Convict
  • Parameterised mysql and mongodb configuration urls
  • Refactored the code to upgrade the deprecatedapollo-graphql-server to @apollo/server
  • Added configuration for CORS whitelisting
  • Added instructions for local deployment and manual testing using ml-core-test-harness

Breaking Changes:

  • The configuration environment variables are changed now because of the change in configuration library. Refer the file src/lib/config.ts for the new environment variables.
  • The mysql and mongodb configuration is changed from a single URL format to multiple parameters like host, port, user, password..etc.