Commit e27ac0d2 authored by Chris Molozian's avatar Chris Molozian
Browse files

Nakama 2.10.0 release.

parent ef46024c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ All notable changes to this project are documented below.

The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).

## [Unreleased]
## [2.10.0] - 2020-02-13
### Added
- New metric for number of authoritative matches currently running.
- New metric for total number of events dropped by the events processor pool.
@@ -14,11 +14,11 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Automatically stop empty authoritative matches after a configurable amount of time.

### Fixed
- Correctly calculate 'can enter' field for newly created tournaments.
- Fix calculation for 'can enter' field for newly created tournaments.
- Ensure tournament reset callbacks carry the correct ID.
- Ensure tournament end callbacks carry the correct end and reset times.
- Expose match stopped state to the Lua runtime match dispatcher.
- Correctly calculate tournament start active time for schedules with variable active durations.
- Fix calculation of tournament start active time for schedules with variable active durations.

## [2.9.1] - 2020-01-14
### Changed