tag:github.com,2008:https://github.com/tchapi/davis/releases
Release notes from davis
2026-03-14T17:22:29Z
tag:github.com,2008:Repository/218266803/v5.4.1
2026-03-14T17:41:46Z
v5.4.1
<h2>What's Changed</h2>
<p>This is a bugfix release correcting a bug where subscriptions would be deleted upon calendar deletion.</p>
<h2>How to upgrade</h2>
<p>Nothing to do if you're on v5.4.0</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.4.0...v5.4.1"><tt>v5.4.0...v5.4.1</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.4.0
2026-03-08T20:56:46Z
v5.4.0
<p>This release fixes the public calendar behaviour that was not consistent and refactors the birthday service to have a more robust synchronization. The included migration file will take care of doing the necessary changes in the database, ππΌββοΈ <strong>do not forget to run the migrations</strong>.</p>
<div class="markdown-alert markdown-alert-note"><p class="markdown-alert-title"><svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>Note</p><p>Dashboard urls parameters for user identification was changed to using the internal user id rather than the user name. If you have links pointing directly to them, they need to be updated</p>
</div>
<h2>What's Changed</h2>
<ul>
<li>Update german translation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/King3R/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/King3R">@King3R</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3808309135" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/235" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/235/hovercard" href="https://github.com/tchapi/davis/pull/235">#235</a></li>
<li>Add French translation</li>
<li>Lots of CI and Docker build improvements</li>
<li>Update to Symfony 7.4</li>
<li>Changes in user parameter in dashboard urls</li>
<li>Improved and fixed the public calendar feature in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3879548041" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/239" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/239/hovercard" href="https://github.com/tchapi/davis/pull/239">#239</a></li>
<li>Add (limited) API endpoint by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/unkn0wnAPI/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/unkn0wnAPI">@unkn0wnAPI</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3853835828" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/237" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/237/hovercard" href="https://github.com/tchapi/davis/pull/237">#237</a></li>
<li>Refactored the Birthday service (automatic birthday calendar)</li>
</ul>
<h2>How to upgrade</h2>
<h3>0. Back up your database</h3>
<p>This is a safety precaution in case you end up messing with a migration or the database in general. It's highly recommended, even if you know exactly what you're doing.</p>
<h3>1. Update the code and migrate</h3>
<p>You can now update the code (<em>either directly or get the up to date container</em>), and then run the remaining migrations with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="bin/console doctrine:migrations:migrate --allow-no-migration"><pre class="notranslate"><code>bin/console doctrine:migrations:migrate --allow-no-migration
</code></pre></div>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.3.0...v5.4.0"><tt>v5.3.0...v5.4.0</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.3.0
2025-11-01T20:12:06Z
v5.3.0
<h2>What's Changed</h2>
<ul>
<li>PHP-imap replacement in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3061264043" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/198" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/198/hovercard" href="https://github.com/tchapi/davis/pull/198">#198</a> (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Ramblurr/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Ramblurr">@Ramblurr</a> and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/n-connect/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/n-connect">@n-connect</a> for your help!)</li>
<li>Update dependencies</li>
<li>Minor CS fixups</li>
</ul>
<h2>How to upgrade</h2>
<p>If you're on v5.2.0, there is no database migration, but the IMAP configuration has changed following the removal of <code>php-imap</code> as a dependency and the usage of <a href="https://www.php-imap.com/" rel="nofollow">https://www.php-imap.com/</a> as a replacement (<a href="https://php.watch/versions/8.4/imap-unbundled" rel="nofollow">context</a>)</p>
<h3>New config format</h3>
<p>You need to update your configuration to use the new format. The flags are now standalone parameters that you need to fill:</p>
<p><strong>Before</strong></p>
<div class="highlight highlight-source-ini notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="IMAP_AUTH_URL={imap.gmail.com:993/imap/ssl/novalidate-cert}"><pre><span class="pl-k">IMAP_AUTH_URL</span>={imap.gmail.com:993/imap/ssl/novalidate-cert}</pre></div>
<p><strong>After</strong></p>
<div class="highlight highlight-source-ini notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="IMAP_AUTH_URL=imap.mydomain.com:993
IMAP_ENCRYPTION_METHOD=ssl
IMAP_CERTIFICATE_VALIDATION=false"><pre><span class="pl-k">IMAP_AUTH_URL</span>=imap.mydomain.com:993
<span class="pl-k">IMAP_ENCRYPTION_METHOD</span>=ssl
<span class="pl-k">IMAP_CERTIFICATE_VALIDATION</span>=false</pre></div>
<div class="markdown-alert markdown-alert-note"><p class="markdown-alert-title"><svg class="octicon octicon-info mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>Note</p><p>Only <code>IMAP_ENCRYPTION_METHOD</code> and <code>IMAP_CERTIFICATE_VALIDATION</code> are exposed</p>
</div>
<p>The rest of the configuration is unchanged.</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.2.0...v5.3.0"><tt>v5.2.0...v5.3.0</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.2.0
2025-09-16T19:12:43Z
v5.2.0
<h2>What's Changed</h2>
<ul>
<li>Added an automatic birthday calendar in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3009367905" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/190" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/190/hovercard" href="https://github.com/tchapi/davis/pull/190">#190</a></li>
<li>Update dependencies (notably Symfony 7.3)</li>
<li>Fix the standalone docker image to pass X-Forwarded-* headers in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3414981021" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/217" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/217/hovercard" href="https://github.com/tchapi/davis/pull/217">#217</a></li>
<li>Minor fixups in the README</li>
</ul>
<h2>How to upgrade</h2>
<h3>0. Back up your database</h3>
<p>This is a safety precaution in case you end up messing with a migration or the database in general. It's highly recommended, even if you know exactly what you're doing.</p>
<h3>1. Update the code and migrate</h3>
<p>You can now update the code (<em>either directly or get the up to date container</em>), and then run the remaining migrations with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="bin/console doctrine:migrations:migrate --allow-no-migration"><pre class="notranslate"><code>bin/console doctrine:migrations:migrate --allow-no-migration
</code></pre></div>
<p>There is a new <code>BIRTHDAY_REMINDER_OFFSET</code> env var (default to <code>PT9H</code>), check the <a href="https://github.com/tchapi/davis?tab=readme-ov-file#configuration">README</a> for more information.</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.1.3...v5.2.0"><tt>v5.1.3...v5.2.0</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.1.3
2025-08-16T20:44:44Z
v5.1.3
<h2>What's Changed</h2>
<ul>
<li>[Feature] Add calendar public flag option by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/1Luc1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/1Luc1">@1Luc1</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3085319028" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/200" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/200/hovercard" href="https://github.com/tchapi/davis/pull/200">#200</a></li>
<li>Switch to <code>bigint</code> for occurence timestamps in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2983771554" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/186" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/186/hovercard" href="https://github.com/tchapi/davis/pull/186">#186</a></li>
<li>Move docker env vars to .env by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/eosti/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/eosti">@eosti</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3244832124" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/210" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/210/hovercard" href="https://github.com/tchapi/davis/pull/210">#210</a></li>
<li>Various other small updates for Docker + documentation</li>
</ul>
<h2>How to upgrade</h2>
<div class="markdown-alert markdown-alert-tip"><p class="markdown-alert-title"><svg class="octicon octicon-light-bulb mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></svg>Tip</p><p>The added migration will only make changes if you're on MySQL or PostgreSQL; it's expected, you can ignore if you're using SQLite</p>
</div>
<h3>0. Back up your database</h3>
<p>This is a safety precaution in case you end up messing with a migration or the database in general. It's highly recommended, even if you know exactly what you're doing.</p>
<h3>1. Update the code and migrate</h3>
<p>You can now update the code (<em>either directly or get the up to date container</em>), and then run the remaining migrations with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="bin/console doctrine:migrations:migrate --allow-no-migration"><pre class="notranslate"><code>bin/console doctrine:migrations:migrate --allow-no-migration
</code></pre></div>
<p>Also, there is a new <code>PUBLIC_CALENDARS_ENABLED</code> env var (default to true, maintaining the previous behaviour), check the <a href="https://github.com/tchapi/davis?tab=readme-ov-file#configuration">README</a> for more information.</p>
<p>Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/1Luc1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/1Luc1">@1Luc1</a> for your help</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.1.2...v5.1.3"><tt>v5.1.2...v5.1.3</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.1.2
2025-06-12T19:35:14Z
v5.1.2
<h2>What's Changed</h2>
<ul>
<li>Fix .env overriding in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3115385207" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/204" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/204/hovercard" href="https://github.com/tchapi/davis/pull/204">#204</a> - mainly used for NixOS</li>
<li>π©πͺ German translation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/King3R/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/King3R">@King3R</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3124389030" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/206" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/206/hovercard" href="https://github.com/tchapi/davis/pull/206">#206</a></li>
</ul>
<h2>How to upgrade</h2>
<p>Nothing if you're on v5+</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.1.1...v5.1.2"><tt>v5.1.1...v5.1.2</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.1.1
2025-05-31T21:13:45Z
v5.1.1
<h2>What's Changed</h2>
<ul>
<li>This is a bugfix release to address a shared calendar deletion issue when removing a user (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3082336727" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/199" data-hovercard-type="issue" data-hovercard-url="/tchapi/davis/issues/199/hovercard" href="https://github.com/tchapi/davis/issues/199">#199</a>)</li>
</ul>
<h2>How to upgrade</h2>
<p>Nothing if you're on v5+</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.1.0...v5.1.1"><tt>v5.1.0...v5.1.1</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.1.0
2025-05-13T20:41:35Z
v5.1.0
<h2>What's Changed</h2>
<div class="markdown-alert markdown-alert-tip"><p class="markdown-alert-title"><svg class="octicon octicon-light-bulb mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></svg>Tip</p><p>π <strong>Subscriptions are now enabled</strong>: you can subscribe to a public calendar via your preferred client (tested on macOS, iOS). Subscriptions are stored server-side and automatically discovered (<em>for compatible clients</em>)</p>
</div>
<ul>
<li>Minor change removing deprecated constants in the recipe files (<code>index.php</code>, <code>console</code>) in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2840318631" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/177" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/177/hovercard" href="https://github.com/tchapi/davis/pull/177">#177</a></li>
<li>Allow TLS certificate checking policy to be configured by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/daedric/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/daedric">@daedric</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2845629436" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/180" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/180/hovercard" href="https://github.com/tchapi/davis/pull/180">#180</a></li>
<li>Update sabre/dav to 4.7.0 and Symfony to 7.2</li>
<li>Update the example Caddyfile to include the well-known redirection βΒ this will be reflected in the new build for the standalone Docker image</li>
<li>Add Polyfill Intl MessageFormatter Package in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tchapi/davis/commit/0427628e34619faa341d0c093ecf5608669f2f37/hovercard" href="https://github.com/tchapi/davis/commit/0427628e34619faa341d0c093ecf5608669f2f37"><tt>0427628</tt></a> for hosting providers that don't provide php-intl</li>
<li>Add the Subscription plugin in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tchapi/davis/commit/bbb9a366ef8800832a2ae6386ac908a03bbab683/hovercard" href="https://github.com/tchapi/davis/commit/bbb9a366ef8800832a2ae6386ac908a03bbab683"><tt>bbb9a36</tt></a></li>
<li>Add .well-known redirects to .htaccess in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3036317407" data-permission-text="Title is private" data-url="https://github.com/tchapi/davis/issues/194" data-hovercard-type="pull_request" data-hovercard-url="/tchapi/davis/pull/194/hovercard" href="https://github.com/tchapi/davis/pull/194">#194</a></li>
</ul>
<h2>How to upgrade</h2>
<p>Nothing if you're on v5+</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v5.0.2...v5.1.0"><tt>v5.0.2...v5.1.0</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.0.2
2024-10-15T19:52:58Z
v5.0.2
<h2>What's Changed</h2>
<p>This is a major update of Symfony to the 7.0 version, but including no new features, apart from:</p>
<ul>
<li>Use iTIP email when no sender name is present in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tchapi/davis/commit/231b7ffb3dfeeac42ddeb72c10e60c61924db4c5/hovercard" href="https://github.com/tchapi/davis/commit/231b7ffb3dfeeac42ddeb72c10e60c61924db4c5"><tt>231b7ff</tt></a></li>
<li>Fix random bytes having null terminators in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tchapi/davis/commit/c4faa171e2cf42b3d7b18d31dc84085ef996a9de/hovercard" href="https://github.com/tchapi/davis/commit/c4faa171e2cf42b3d7b18d31dc84085ef996a9de"><tt>c4faa17</tt></a></li>
</ul>
<div class="markdown-alert markdown-alert-important"><p class="markdown-alert-title"><svg class="octicon octicon-report mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></svg>Important</p><p><strong><g-emoji class="g-emoji" alias="warning">β οΈ</g-emoji> This release drops PHP 8.0 and PHP 8.1 support</strong></p>
</div>
<h2>How to upgrade</h2>
<p>Nothing if you're on v4.4.2+</p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v4.4.4...v5.0.2"><tt>v4.4.4...v5.0.2</tt></a></p>
tchapi
tag:github.com,2008:Repository/218266803/v5.0.1-rc
2024-08-05T15:59:32Z
v5.0.1-rc
<div class="markdown-alert markdown-alert-warning"><p class="markdown-alert-title"><svg class="octicon octicon-alert mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></svg>Warning</p><p>This is a pre-release pending further testing</p>
</div>
<h2>What's Changed</h2>
<ul>
<li>Fix a bug when trying to load the profiler in production mode</li>
</ul>
<p>This is a major update of Symfony to the 7.0 version, but including no new features.</p>
<p><strong><g-emoji class="g-emoji" alias="warning">β οΈ</g-emoji> This release drops PHP 8.0 and PHP 8.1 support</strong></p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/tchapi/davis/compare/v4.4.4...v5.0.1-rc"><tt>v4.4.4...v5.0.1-rc</tt></a></p>
tchapi