Skip to content

Commit

Permalink
Deployed 5f7c100 to develop with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 12, 2024
1 parent 6e02fad commit f64fe9c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion develop/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
### Security
- for vulnerability fixes.
--> <!--changelog-start--> <h2 id=unreleased><a href=https://github.com/Archmonger/ServeStatic/compare/1.2.0...HEAD>Unreleased</a><a class=headerlink href=#unreleased title="Permanent link">&para;</a></h2> <h3 id=added>Added<a class=headerlink href=#added title="Permanent link">&para;</a></h3> <ul> <li>You can now utilize the Django manifest rather than scanning the filesystem when using <code>settings.py:SERVESTATIC_USE_MANIFEST</code>.<ul> <li>When also using ServeStatic's <code>CompressedManifestStaticFilesStorage</code> backend, ServeStatic will no longer need to call <code>os.stat</code>.</li> </ul> </li> </ul> <h3 id=changed>Changed<a class=headerlink href=#changed title="Permanent link">&para;</a></h3> <ul> <li>Minimum python version is now 3.9.</li> <li>Django <code>setings.py:SERVESTATIC_USE_FINDERS</code> will now discover files strictly using the <a href=https://docs.djangoproject.com/en/stable/ref/contrib/staticfiles/#finders-module>finders API</a>. Previously, ServeStatic would also scan <code>settings.py:STATIC_ROOT</code> for files not found by the finders API.</li> </ul> <h2 id=120-2024-08-30><a href=https://github.com/Archmonger/ServeStatic/compare/1.1.0...1.2.0>1.2.0</a> - 2024-08-30<a class=headerlink href=#120-2024-08-30 title="Permanent link">&para;</a></h2> <h3 id=added_1>Added<a class=headerlink href=#added_1 title="Permanent link">&para;</a></h3> <ul> <li>Verbose Django <code>404</code> error page when <code>settings.py:DEBUG</code> is <code>True</code></li> </ul> <h3 id=fixed>Fixed<a class=headerlink href=#fixed title="Permanent link">&para;</a></h3> <ul> <li>Fix Django compatibility with third-party sync middleware.<ul> <li>ServeStatic Django middleware now only runs in async mode to avoid clashing with Django's internal usage of <code>asgiref.AsyncToSync</code>.</li> </ul> </li> <li>Respect Django <code>settings.py:FORCE_SCRIPT_NAME</code> configuration value.</li> </ul> <h2 id=110-2024-08-27><a href=https://github.com/Archmonger/ServeStatic/compare/1.0.0...1.1.0>1.1.0</a> - 2024-08-27<a class=headerlink href=#110-2024-08-27 title="Permanent link">&para;</a></h2> <h3 id=added_2>Added<a class=headerlink href=#added_2 title="Permanent link">&para;</a></h3> <ul> <li>Files are now compressed within a thread pool to increase performance.</li> </ul> <h3 id=fixed_1>Fixed<a class=headerlink href=#fixed_1 title="Permanent link">&para;</a></h3> <ul> <li>Fix Django <code>StreamingHttpResponse must consume synchronous iterators</code> warning.</li> <li>Fix Django bug where file paths could fail to be followed on Windows.</li> </ul> <h2 id=100-2024-05-08><a href=https://github.com/Archmonger/ServeStatic/releases/tag/1.0.0>1.0.0</a> - 2024-05-08<a class=headerlink href=#100-2024-05-08 title="Permanent link">&para;</a></h2> <h3 id=changed_1>Changed<a class=headerlink href=#changed_1 title="Permanent link">&para;</a></h3> <ul> <li>Forked from <a href=https://github.com/evansd/whitenoise><code>whitenoise</code></a> to add ASGI support.</li> </ul> <!-- END INCLUDE --> <aside class=md-source-file> <span class=md-source-file__fact> <span class=md-icon title="Last update"> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg> </span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 9, 2024</span> </span> <span class=md-source-file__fact> <span class=md-icon title=Contributors> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"/></svg> </span> <nav> <a href=mailto:[email protected]>Mark Bakhit</a> </nav> </span> </aside> </article> </div> <script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script> </div> <button type=button class="md-top md-icon" data-md-component=top hidden> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg> Back to top </button> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> <div class=md-copyright__highlight> &copy;<div id=year></div> <script>document.getElementById("year").innerHTML = new Date().getFullYear();</script> Archmonger </div> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": "..", "features": ["navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "content.code.copy", "search.highlight"], "search": "../assets/javascripts/workers/search.07f07601.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script> <script src=../assets/javascripts/bundle.56dfad97.min.js></script> </body> </html>
--> <!--changelog-start--> <h2 id=unreleased><a href=https://github.com/Archmonger/ServeStatic/compare/1.2.0...HEAD>Unreleased</a><a class=headerlink href=#unreleased title="Permanent link">&para;</a></h2> <h3 id=added>Added<a class=headerlink href=#added title="Permanent link">&para;</a></h3> <ul> <li>Django <code>settings.py:SERVESTATIC_USE_MANIFEST</code> utilize the Django manifest rather than scanning the filesystem.<ul> <li>When also using ServeStatic's <code>CompressedManifestStaticFilesStorage</code> backend, ServeStatic will no longer need to call <code>os.stat</code>.</li> </ul> </li> </ul> <h3 id=changed>Changed<a class=headerlink href=#changed title="Permanent link">&para;</a></h3> <ul> <li>Minimum python version is now 3.9.</li> <li>Django <code>setings.py:SERVESTATIC_USE_FINDERS</code> will now discover files strictly using the <a href=https://docs.djangoproject.com/en/stable/ref/contrib/staticfiles/#finders-module>finders API</a>. Previously, ServeStatic would also scan <code>settings.py:STATIC_ROOT</code> for files not found by the finders API.</li> <li>Async file reading is now done via threads rather than <a href=https://github.com/Tinche/aiofiles><code>aiofiles</code></a> due <a href=https://github.com/mosquito/aiofile/issues/88#issuecomment-2314380621>recent performance tests</a>.</li> <li><code>BaseServeStatic</code> has been renamed to <code>ServeStaticBase</code>.</li> <li><code>AsgiFileServer</code> has been renamed to <code>FileServerASGI</code>.</li> <li>Lots of internal refactoring to improve performance, code quality, and maintainability.</li> </ul> <h2 id=120-2024-08-30><a href=https://github.com/Archmonger/ServeStatic/compare/1.1.0...1.2.0>1.2.0</a> - 2024-08-30<a class=headerlink href=#120-2024-08-30 title="Permanent link">&para;</a></h2> <h3 id=added_1>Added<a class=headerlink href=#added_1 title="Permanent link">&para;</a></h3> <ul> <li>Verbose Django <code>404</code> error page when <code>settings.py:DEBUG</code> is <code>True</code></li> </ul> <h3 id=fixed>Fixed<a class=headerlink href=#fixed title="Permanent link">&para;</a></h3> <ul> <li>Fix Django compatibility with third-party sync middleware.<ul> <li>ServeStatic Django middleware now only runs in async mode to avoid clashing with Django's internal usage of <code>asgiref.AsyncToSync</code>.</li> </ul> </li> <li>Respect Django <code>settings.py:FORCE_SCRIPT_NAME</code> configuration value.</li> </ul> <h2 id=110-2024-08-27><a href=https://github.com/Archmonger/ServeStatic/compare/1.0.0...1.1.0>1.1.0</a> - 2024-08-27<a class=headerlink href=#110-2024-08-27 title="Permanent link">&para;</a></h2> <h3 id=added_2>Added<a class=headerlink href=#added_2 title="Permanent link">&para;</a></h3> <ul> <li>Files are now compressed within a thread pool to increase performance.</li> </ul> <h3 id=fixed_1>Fixed<a class=headerlink href=#fixed_1 title="Permanent link">&para;</a></h3> <ul> <li>Fix Django <code>StreamingHttpResponse must consume synchronous iterators</code> warning.</li> <li>Fix Django bug where file paths could fail to be followed on Windows.</li> </ul> <h2 id=100-2024-05-08><a href=https://github.com/Archmonger/ServeStatic/releases/tag/1.0.0>1.0.0</a> - 2024-05-08<a class=headerlink href=#100-2024-05-08 title="Permanent link">&para;</a></h2> <h3 id=changed_1>Changed<a class=headerlink href=#changed_1 title="Permanent link">&para;</a></h3> <ul> <li>Forked from <a href=https://github.com/evansd/whitenoise><code>whitenoise</code></a> to add ASGI support.</li> </ul> <!-- END INCLUDE --> <aside class=md-source-file> <span class=md-source-file__fact> <span class=md-icon title="Last update"> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg> </span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 9, 2024</span> </span> <span class=md-source-file__fact> <span class=md-icon title=Contributors> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"/></svg> </span> <nav> <a href=mailto:[email protected]>Mark Bakhit</a> </nav> </span> </aside> </article> </div> <script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script> </div> <button type=button class="md-top md-icon" data-md-component=top hidden> <svg xmlns=http://www.w3.org/2000/svg viewbox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg> Back to top </button> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> <div class=md-copyright__highlight> &copy;<div id=year></div> <script>document.getElementById("year").innerHTML = new Date().getFullYear();</script> Archmonger </div> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": "..", "features": ["navigation.instant", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "content.code.copy", "search.highlight"], "search": "../assets/javascripts/workers/search.07f07601.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script> <script src=../assets/javascripts/bundle.56dfad97.min.js></script> </body> </html>
4 changes: 2 additions & 2 deletions develop/django-settings/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion develop/search/search_index.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions develop/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/asgi/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/changelog/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/django-faq/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/django-settings/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/django/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/license/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/quick-start/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/servestatic-asgi/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/servestatic/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://archmonger.github.io/ServeStatic/develop/wsgi/</loc>
<lastmod>2024-09-10</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
</urlset>
Binary file modified develop/sitemap.xml.gz
Binary file not shown.

0 comments on commit f64fe9c

Please sign in to comment.