Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Kendal committed Jan 17, 2017
1 parent ad85d30 commit 6df4a43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
- Elixir version bumped to v1.4
- OTP version bumped to 19.0
- Client requests are now executed in parallel
- API requests will now timeout after 200ms.
If no request is received within 200ms a default ("up") move is recorded.
Similarly if any 'client' failure occurs a default move is chosen.
'client failure' includes malformed JSON resulting in parser errors, or the host going down.
- World.moves is no longer formless maps, replaced with [%BattleSnake.Move{}], which contains information about the response for the move.
This will include information about if the request timed out or resulted in an error.

0 comments on commit 6df4a43

Please sign in to comment.