forked from lavalink-devs/Lavalink
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature/java json api #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
DRSchlaubi
commented
Dec 3, 2023
- Add Lavalink.kt to v4 clients (Add Lavalink.kt to v4 clients lavalink-devs/Lavalink#918)
- add discatsharp to libs (add discatsharp to libs lavalink-devs/Lavalink#919)
- add jda-nas for linux musl (add jda-nas for linux musl lavalink-devs/Lavalink#920)
- update lavaplayer to 08cfbc0 - Fixed ogg streaming
- add new config option to readme env vars
- fixup some readme things
- readd hardware support section in readme
- update changelog for v4.0.0-beta.2
- release v4.0.0-beta.2 (release v4.0.0-beta.2 lavalink-devs/Lavalink#923)
- Update PLUGINS.md (Update PLUGINS.md lavalink-devs/Lavalink#924)
- update lavaplayer version to 74e6c4d728
- Update README.md
- Use maven publish plugin (Use maven publish plugin lavalink-devs/Lavalink#930)
- add missing env variables in github workflows
- use lavalink lavaplayer fork 2.0.0 (use lavalink lavaplayer fork 2.0.0 lavalink-devs/Lavalink#931)
- Update CHANGELOG.md
- Update frame stats documentation (V4) (Update frame stats documentation (V4) lavalink-devs/Lavalink#934)
- Add a change request template (Add a change request template lavalink-devs/Lavalink#936)
- Make change request form use paragraph fields
- Update README.md
- add null-check before calling List.indexOf with possible null value to avoid npe thanks to ImmutableCollections
- remove outdated startTime from implementation docs
- Add lavalink-rs to the list of V4 libraries. (Add lavalink-rs to the list of V4 libraries. lavalink-devs/Lavalink#945)
- add lavalink client (add lavalink client lavalink-devs/Lavalink#947)
- Add FastLink to the clients list (Add FastLink to the clients list lavalink-devs/Lavalink#949)
- add Omissible#isPresent & Omissible#isOmitted
- Use contracts for isPresent (Use contracts for isPresent lavalink-devs/Lavalink#950)
- docs: Add Lavalink4NET to client libraries (docs: Add Lavalink4NET to client libraries lavalink-devs/Lavalink#951)
- add LavaSearch plugin
- add lavalink client (add lavalink client lavalink-devs/Lavalink#947)
- Add FastLink to the clients list (Add FastLink to the clients list lavalink-devs/Lavalink#949)
- docs: Add Lavalink4NET to client libraries (docs: Add Lavalink4NET to client libraries lavalink-devs/Lavalink#951)
- add LavaSearch plugin
- docs: 📝 Add Riffy to client libraries (docs: 📝 Add Riffy to client libraries lavalink-devs/Lavalink#958)
- Add Python support to lavalink-rs (Add Python support to lavalink-rs lavalink-devs/Lavalink#962)
- update lavaplayer to 2.0.2
- update changelog
- add java lavalink-client to README
- default lavalink plugin repository (default lavalink plugin repository lavalink-devs/Lavalink#972)
- only seek when player is playing
- Fix GitHub-induced 404 link
- update lavaplayer to 2.0.3
- update changelog
- add missing changes to changelog
- Add Wavelink to README (Add Wavelink to README lavalink-devs/Lavalink#976)
- Clarify error message about incomplete voice state
- Add logging of Koe gateway errors (Add logging of Koe gateway errors lavalink-devs/Lavalink#982)
- enable request logging by default
- fix NPE when omitting plugin repository
- Update to Koe 2.0.0-rc2 (Update to Koe 2.0.0-rc2 lavalink-devs/Lavalink#985)
- Update Wavelink in README (Update Wavelink in README lavalink-devs/Lavalink#986)
- use maven.lavalink.dev maven repo
- docs (docs lavalink-devs/Lavalink#944)
- Change the default max heap allocation to java default (Change the default max heap allocation to java default lavalink-devs/Lavalink#955)
- allow for deserialization of plugin info into data classes (allow for deserialization of plugin info into data classes lavalink-devs/Lavalink#987)
- Allow setting user data on tracks (Allow setting user data on tracks lavalink-devs/Lavalink#983)
- add docs for track user data (add docs for track user data lavalink-devs/Lavalink#984)
- Fix typo in field name
- update docker ubuntu from 20 to 22
- exclude old lava-common version
- update lavaplayer to 2.0.4
- update repo link to repo.lavalink.dev
- update changelog
- update changelog
- update changelog
- allow markdown in details
- allow markdown in details for real this time
- reorder v4 changelog entries
- Update CHANGELOG.md
- Update CHANGELOG.md
- Update README.md
- Update README.md
- Add java json API
…o avoid npe thanks to ImmutableCollections
since a lot of people are updating to lavalink v4 from v3 they don't have this setting in their application.yml these logs are an easy way to see if anything is wrong and should be enabled by default
Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
Wavelink section has been updated
…#955) * Remove forced Xmx on docker entrypoint * Set default readme copypastable Xmx value to 1G * Remove forced Xmx4G from alpine docker file --------- Co-authored-by: Toπ <git@topi.wtf> # Conflicts: # README.md
…devs#987) * allow for deserialization of plugin info into data classes * fix unit test * fixup java access for plugin info deserialization Co-authored-by: viztea <hi@vzt.gay> * rename deserialize to deserializePluginInfo & docs * remove unused import --------- Co-authored-by: viztea <hi@vzt.gay>
* implement track user data * fix unit tests and add Track#copyWithUserData * remove unnecessary exceptionally * use loadItemSync instead of loadItem in player rest handler * Update protocol/src/commonTest/kotlin/PlayerSerializerTest.kt Co-authored-by: Duncan Sterken <contact@duncte123.me> * throw http 400 if both track and encodedTrack/identifier is set * add convenient deserializeUserData method for java --------- Co-authored-by: Duncan Sterken <contact@duncte123.me>
* document track user data * Apply suggestions from code review Co-authored-by: Duncan Sterken <contact@duncte123.me> Co-authored-by: Freya Arbjerg <freya@arbjerg.dev> * readded depreacted fields --------- Co-authored-by: Duncan Sterken <contact@duncte123.me> Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
# Conflicts: # README.md
Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
release 4.0.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.