Skip to content

Release v0.2.1

Compare
Choose a tag to compare
@lfnovo lfnovo released this 03 Jan 21:13
· 3 commits to main since this release

Features

  • Improved configuration management

    • Removed default values for connection parameters
    • Added better error messages for missing configuration
    • Improved configuration validation
  • Added connection logging

    • Now shows which SurrealDB instance we're connecting to
    • Helps with debugging connection issues
  • Fixed SurrealDB client method names

    • Updated to use correct method names from surrealdb v0.4.1

BREAKING CHANGES

Users must now explicitly provide all connection parameters. The following environment variables are required:

  • SURREAL_ADDRESS
  • SURREAL_USER
  • SURREAL_PASS
  • SURREAL_NAMESPACE
  • SURREAL_DATABASE