Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement v4 #818

Merged
merged 62 commits into from
Jul 3, 2023
Merged

implement v4 #818

merged 62 commits into from
Jul 3, 2023

Conversation

topi314
Copy link
Member

@topi314 topi314 commented Jan 23, 2023

  • Removal of deprecated endpoints in v3.7.0 (all non /v3 prefixed endpoints except /version)
  • Replacing the resumeKey with the sessionId to resume a Lavalink session
  • Removal of all json fields which were deprecated in v3 (track in events, etc.)
  • Addition of artworkUrl and isrc in the track json & encoded tracks
  • Addition to the plugin api to be able modify the track json. See plugin track & playlist json modifications #788 for more info
  • Addition of the full track json in all TrackXEvents

…remove depreacted thing from v3, add full track json to track events
@topi314 topi314 added this to the v4.0.0 milestone Jan 23, 2023
@topi314 topi314 marked this pull request as ready for review January 23, 2023 18:44
@topi314 topi314 self-assigned this Mar 27, 2023
@topi314
Copy link
Member Author

topi314 commented May 25, 2023

Known issues:

  • /v4/decodetracks currently doesn't work

@topi314
Copy link
Member Author

topi314 commented Jun 19, 2023

lavalink v4 now requires java 17

# Conflicts:
#	IMPLEMENTATION.md
#	LavalinkServer/build.gradle.kts
#	README.md
#	protocol/build.gradle.kts
#	settings.gradle.kts
Base automatically changed from dev to master June 29, 2023 23:39
@topi314 topi314 changed the base branch from master to dev July 3, 2023 13:32
@topi314 topi314 merged commit f039e8c into dev Jul 3, 2023
@topi314 topi314 deleted the v4 branch July 3, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants