From d9213edd58fb77012f39fe7aac2f6a9159ce0cc7 Mon Sep 17 00:00:00 2001 From: Carl <111354161+gnirb@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:49:37 +0100 Subject: [PATCH] Prepare for release 0.6.0 (#83) --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d046bd..8f0404a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,29 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### Added + +### Changed + +### Removed + +## [0.6.0] - 2023-02-17 + ### 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 -- Game round render endpoint for provider Caleta - 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 ## [0.5.0] - 2023-01-18