Skip to content

Commit

Permalink
Prepare for release 0.6.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnirb authored Feb 17, 2023
1 parent 29f9f78 commit d9213ed
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9213ed

Please sign in to comment.