diff --git a/CHANGELOG.md b/CHANGELOG.md index d189c94029..0d83f73cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,20 +3,20 @@ 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.0.2] - 2018-07-09 ### Added -- Config option to adjust authoritative match data input queue size. -- Config option to adjust authoritative match call queue size. -- Config options to allow listening on IPv4/6 and a particular network interface. -- Authoritative match modules now allow a `match_join` callback that triggers when users have completed their join process. +- New configuration option to adjust authoritative match data input queue size. +- New configuration option to adjust authoritative match call queue size. +- New configuration options to allow listening on IPv4/6 and a particular network interface. +- Authoritative match modules now support a `match_join` callback that triggers when users have completed their join process. - New stream API function to upsert a user presence. -- Extended validation of Google tokens to account for different token payloads. +- Extended validation of Google signin tokens to handle different token payloads. - Authoritative match labels can now be updated using the dispatcher's `match_label_update` function. ### Changed - Presence list in match join responses no longer contains the user's own presence. - Presence list in channel join responses no longer contains the user's own presence. -- Socket read/write buffer sizes are now set based on the `socket.max_message_size_bytes` config value. +- Socket read/write buffer sizes are now set based on the `socket.max_message_size_bytes` value. - Console GRPC port now set relative to `console.port` config value. ## [2.0.1] - 2018-06-15