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

chore(main): release 4.0.0 #2834

Merged
merged 2 commits into from Jan 7, 2024

Conversation

libretime-bot
Copy link
Collaborator

@libretime-bot libretime-bot commented Dec 22, 2023

🤖 I have created a release beep boop

4.0.0 (2024-01-07)

⚠ BREAKING CHANGES

  • The media file serving is now handled by Nginx instead of the API service. The storage.path field is now used in the Nginx configuration, so make sure to update the Nginx configuration file if you change it.
  • installer: The default listen port for the installer is now 8080. We recommend that you put a reverse proxy in front of LibreTime.
  • installer: The --update-nginx flag was removed from the installer. The nginx configuration deployed by the installer will now always be overwritten. Make sure to move your customizations to a reverse proxy configuration.
  • The default system output (stream.outputs.system[].kind) changed from alsa to pulseaudio. Make sure to update your configuration file if you rely on the default system output.
  • The general.secret_key configuration field is now required. Make sure to update your configuration file and add a secret key.

Features

Bug Fixes

  • add parent function name in setValue exception (#2777) (c764a5a)
  • api: ensure non ascii paths are handled by X-Accel-Redirect (#2861) (0ce63f3)
  • api: enum schema description (#2803) (976b70e)
  • api: let nginx handle the media file content type (#2862) (72268ad)
  • api: move gunicorn worker config to python file (#2854) (43221d9)
  • api: paths with question marks chars are handled by X-Accel-Redirect (#2875) (b2c1ceb)
  • deps: update dependency friendsofphp/php-cs-fixer to <3.42.1 (main) (#2765) (8ae4dce)
  • deps: update dependency friendsofphp/php-cs-fixer to <3.43.2 (main) (#2848) (62e5f4d)
  • deps: update dependency friendsofphp/php-cs-fixer to <3.45.1 (main) (#2855) (6f84328)
  • deps: update dependency friendsofphp/php-cs-fixer to <3.46.1 (main) (#2868) (4827dbc)
  • legacy: allow uploading opus files (#2804) (f252a16)
  • legacy: declare previously undeclared variable (#2793) (e2cfbf4)
  • legacy: ensure last played criteria works with never played files (#2840) (24ee383)
  • playout: increase file download chunk size to 8192 bytes (#2863) (7ed1be1)
  • playout: remove empty file when the download request failed (#2864) (2facbfa)
  • worker: unbound variable when episode url returns HTTP 404 (#2844) (3f39689)

This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b2c1ceb) 70.35% compared to head (d6a5143) 70.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2834   +/-   ##
=======================================
  Coverage   70.35%   70.35%           
=======================================
  Files         149      149           
  Lines        4034     4034           
=======================================
  Hits         2838     2838           
  Misses       1196     1196           
Flag Coverage Δ
analyzer 46.91% <ø> (ø)
api 93.72% <ø> (ø)
api-client 64.40% <ø> (ø)
playout 47.40% <ø> (ø)
shared 89.09% <ø> (ø)
worker 89.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@libretime-bot libretime-bot force-pushed the release-please--branches--main--components--libretime branch 5 times, most recently from 1eb3b4e to 11ff814 Compare December 27, 2023 16:33
@libretime-bot libretime-bot changed the title chore(main): release 3.2.1 chore(main): release 4.0.0 Dec 27, 2023
@libretime-bot libretime-bot force-pushed the release-please--branches--main--components--libretime branch 11 times, most recently from d809535 to 8124984 Compare December 29, 2023 16:58
@libretime-bot libretime-bot force-pushed the release-please--branches--main--components--libretime branch 7 times, most recently from 475e8ad to 094b024 Compare January 1, 2024 13:38
@libretime-bot libretime-bot force-pushed the release-please--branches--main--components--libretime branch 4 times, most recently from 3a1c3c4 to 5266769 Compare January 7, 2024 13:31
@libretime-bot libretime-bot force-pushed the release-please--branches--main--components--libretime branch from 5266769 to 3b20d3b Compare January 7, 2024 14:07
@jooola jooola merged commit 4795170 into main Jan 7, 2024
43 checks passed
@jooola jooola deleted the release-please--branches--main--components--libretime branch January 7, 2024 15:56
@libretime-bot
Copy link
Collaborator Author

🤖 Release is at https://github.com/libretime/libretime/releases/tag/4.0.0 🌻

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.

Change default system output from alsa to pulseaudio Don't use the general.api_key as django secret_key
2 participants