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

release 4.0.0 #988

Merged
merged 25 commits into from
Dec 3, 2023
Merged

release 4.0.0 #988

merged 25 commits into from
Dec 3, 2023

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    7655511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d685d98 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. enable request logging by default

    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
    topi314 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8ab4e48 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    c136802 View commit details
    Browse the repository at this point in the history
  2. Update to Koe 2.0.0-rc2 (#985)

    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3b61c5f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    b78a956 View commit details
    Browse the repository at this point in the history
  2. docs (#944)

    topi314 authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    86348bd View commit details
    Browse the repository at this point in the history
  3. Change the default max heap allocation to java default (#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
    ttmx authored and topi314 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    95217d0 View commit details
    Browse the repository at this point in the history
  4. allow for deserialization of plugin info into data classes (#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>
    topi314 and viztea authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c2b6b09 View commit details
    Browse the repository at this point in the history
  5. Allow setting user data on tracks (#983)

    * 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>
    topi314 and duncte123 authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3c442f3 View commit details
    Browse the repository at this point in the history
  6. add docs for track user data (#984)

    * 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>
    3 people authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    526c880 View commit details
    Browse the repository at this point in the history
  7. Fix typo in field name

    freyacodes authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    bd3a25d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into dev

    # Conflicts:
    #	README.md
    topi314 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    e1de5f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e33099 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    8bae18e View commit details
    Browse the repository at this point in the history
  2. update lavaplayer to 2.0.4

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2671e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b95fcf View commit details
    Browse the repository at this point in the history
  4. update changelog

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a93cfba View commit details
    Browse the repository at this point in the history
  5. update changelog

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3ae0600 View commit details
    Browse the repository at this point in the history
  6. update changelog

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    f1a0b6c View commit details
    Browse the repository at this point in the history
  7. allow markdown in details

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0fd5a33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fd6954 View commit details
    Browse the repository at this point in the history
  9. reorder v4 changelog entries

    topi314 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3732de6 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ea6f772 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    Co-authored-by: Freya Arbjerg <freya@arbjerg.dev>
    topi314 and freyacodes committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    baec7f7 View commit details
    Browse the repository at this point in the history