Skip to content

1.0.0 GA Release

Compare
Choose a tag to compare
@erdirowlands erdirowlands released this 28 Mar 14:00
· 13 commits to main since this release
92ee337

[1.0.0] - 2023-03-28

The Erlang SDK has gone GA, and includes the following:

** Breaking **

  • Changes to mulit-instance behaviour - see readme for updated instructions and code samples:
    • If you define a multi-instance configuration, and one of the instances (including the default instance) fails to authenticate, then the other instances will not attempt to start and the SDK will not boot.
    • You can choose not to start the default instance.

Enhancements

  • Bug fixes for multi-instance configurations
  • Improved logging for debugging purposes
  • General tidy up of code base