Skip to content

Commit

Permalink
Merge pull request #814 from freyacodes/dev
Browse files Browse the repository at this point in the history
v3.7.2 release
  • Loading branch information
topi314 authored Jan 21, 2023
2 parents 2ce0dfb + 48f3e02 commit 338497c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Each release usually includes various fixes and improvements.
The most noteworthy of these, as well as any features and breaking changes, are listed here.

## 3.7.2
* Fix breaking change where frameStats would be null instead of omitted

## 3.7.1
* Revert of application.yml autocreate as it can cause issues with differently named configs

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package dev.arbjerg.lavalink.protocol.v3

import com.fasterxml.jackson.annotation.JsonInclude

data class Stats(
@JsonInclude(JsonInclude.Include.NON_NULL)
val frameStats: FrameStats?,
val players: Int,
val playingPlayers: Int,
Expand Down

0 comments on commit 338497c

Please sign in to comment.