Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 14:00
· 38 commits to main since this release
d9213ed

Added

  • Provider config base_path. Base path for endpoints related to this provider.
  • Provider config provider_specific. Can be passed to the provider implementation
  • Config operator_base_path. General base path for all requests from operator side
  • Config provider_base_path. General base path for all request from provider side
  • Config operator_api_key. Optional configuration that enables api key authorization check on operator endpoints.
  • Game round render endpoint for provider Caleta
  • Added support for Google Cloud error reporting in logs
  • Added GetTransactionSupplier() to pam interface and implemented support for including round transactions in Caleta provider
  • Added example implementation for a game provider

Changed

  • Retry connection closed errors in http client

Removed