Skip to content

Commit

Permalink
Deployed 00f26b6 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Jan 14, 2024
1 parent 8fa427b commit 9799702
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 59 deletions.
3 changes: 1 addition & 2 deletions 2024/01/14/papermerge-301-release/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,7 @@
<span class="md-ellipsis">
in

<a href="../../../../category/announcement/">announcement</a>,
<a href="../../../../category/papermerge3/">papermerge3</a></span>
<a href="../../../../category/announcement/">announcement</a></span>
</div>
</li>

Expand Down
3 changes: 1 addition & 2 deletions archive/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@ <h1 id="2024">2024</h1>
<li class="md-meta__item">
in

<a href="../../category/announcement/" class="md-meta__link">announcement</a>,
<a href="../../category/papermerge3/" class="md-meta__link">papermerge3</a></li>
<a href="../../category/announcement/" class="md-meta__link">announcement</a></li>



Expand Down
3 changes: 1 addition & 2 deletions category/announcement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@ <h1 id="announcement">announcement</h1>
<li class="md-meta__item">
in

<a href="./" class="md-meta__link">announcement</a>,
<a href="../papermerge3/" class="md-meta__link">papermerge3</a></li>
<a href="./" class="md-meta__link">announcement</a></li>



Expand Down
50 changes: 0 additions & 50 deletions category/papermerge3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,56 +444,6 @@ <h1 id="papermerge3">papermerge3</h1>
<article class="md-post md-post--excerpt">
<header class="md-post__header">

<div class="md-post__meta md-meta">
<ul class="md-meta__list">
<li class="md-meta__item">
<time datetime="2024-01-14 00:00:00">January 14, 2024</time></li>

<li class="md-meta__item">
in

<a href="../announcement/" class="md-meta__link">announcement</a>,
<a href="./" class="md-meta__link">papermerge3</a></li>



<li class="md-meta__item">

1 min read

</li>

</ul>

</div>
</header>
<div class="md-post__content md-typeset">
<h2 id="papermerge-301-release"><a class="toclink" href="../../2024/01/14/papermerge-301-release/">Papermerge 3.0.1 Release</a></h2>
<p>I am happy to announce the release of <a href="https://github.com/papermerge/papermerge-core/releases/tag/3.0.1">version 3.0.1</a>.</p>
<p>Among other things, this release fixes major issue related to
<a href="https://github.com/ciur/papermerge/issues/575">DB connections</a>.
Let me provide short description of the problem.
The access to specific REST API endpoints was leaving DB connection open. The
problem is that open DB connection were accumulating up to the point
(which depends on specific DB configuration) when DB was refusing to accept
more DB connections, which resulted of course to the whole app going
offline.</p>
<p>The root course of the problem is Django ORM and the way it handles DB
connections. To mitigate the issue, we've decided start moving away from
Django ORM to SQLAlchemy. Of course full transition to new ORM will span many
releases, but the main point here is that for end users this transition is
fully opaque.</p>
<nav class="md-post__action">
<a href="../../2024/01/14/papermerge-301-release/">
Continue reading
</a>
</nav>
</div>
</article>

<article class="md-post md-post--excerpt">
<header class="md-post__header">

<div class="md-post__meta md-meta">
<ul class="md-meta__list">
<li class="md-meta__item">
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,7 @@ <h1 id="blog">Blog</h1>
<li class="md-meta__item">
in

<a href="category/announcement/" class="md-meta__link">announcement</a>,
<a href="category/papermerge3/" class="md-meta__link">papermerge3</a></li>
<a href="category/announcement/" class="md-meta__link">announcement</a></li>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Blog","text":""},{"location":"2023/12/29/papermerge-30/","title":"Papermerge 3.0","text":"<p>I am very excited to announce the release of Papermerge DMS 3.0.</p> <p>Comparatively to all previous releases, version 3.0 underwent serious architectural changes. I won't bore reader with all technical details, I will just briefly mention two biggest technical changes:</p> <ul> <li>frontend rewritten in TS/React</li> <li>REST API now served with FastAPI</li> </ul> <p>Also, the format of storing files on the disk differs from previous versions - alone this fact makes version 3.0 incompatible with all previous releases.</p> <p>Here is the list of exciting features that version 3.0 brings:</p> <ul> <li>support for jpeg/png/tiff formats is back</li> <li>full text search is now backed up by Solr search engine</li> <li>multiple authentication backends are supported e.g. oauth2.0/OIDC (not documented yet)</li> <li>well documented REST API</li> <li>dual panel mode</li> <li>page management - delete, reorder, rotate, merge, move pages between documents</li> <li>OCR with text overlay (thanks to OCRMyPDF)</li> </ul> <p>Go to 3.0 documentation and play with docker compose setup. Also, for production deployment on remote server there Ansible playbook available as well.</p> <p>Enjoy!</p>","tags":["papermerge3","announcement",3.0]},{"location":"2024/01/14/papermerge-301-release/","title":"Papermerge 3.0.1 Release","text":"<p>I am happy to announce the release of version 3.0.1.</p> <p>Among other things, this release fixes major issue related to DB connections. Let me provide short description of the problem. The access to specific REST API endpoints was leaving DB connection open. The problem is that open DB connection were accumulating up to the point (which depends on specific DB configuration) when DB was refusing to accept more DB connections, which resulted of course to the whole app going offline.</p> <p>The root course of the problem is Django ORM and the way it handles DB connections. To mitigate the issue, we've decided start moving away from Django ORM to SQLAlchemy. Of course full transition to new ORM will span many releases, but the main point here is that for end users this transition is fully opaque.</p>","tags":["papermerge3","announcement",3.0]},{"location":"archive/2024/","title":"2024","text":""},{"location":"archive/2023/","title":"2023","text":""},{"location":"category/announcement/","title":"announcement","text":""},{"location":"category/papermerge3/","title":"papermerge3","text":""}]}
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Blog","text":""},{"location":"2023/12/29/papermerge-30/","title":"Papermerge 3.0","text":"<p>I am very excited to announce the release of Papermerge DMS 3.0.</p> <p>Comparatively to all previous releases, version 3.0 underwent serious architectural changes. I won't bore reader with all technical details, I will just briefly mention two biggest technical changes:</p> <ul> <li>frontend rewritten in TS/React</li> <li>REST API now served with FastAPI</li> </ul> <p>Also, the format of storing files on the disk differs from previous versions - alone this fact makes version 3.0 incompatible with all previous releases.</p> <p>Here is the list of exciting features that version 3.0 brings:</p> <ul> <li>support for jpeg/png/tiff formats is back</li> <li>full text search is now backed up by Solr search engine</li> <li>multiple authentication backends are supported e.g. oauth2.0/OIDC (not documented yet)</li> <li>well documented REST API</li> <li>dual panel mode</li> <li>page management - delete, reorder, rotate, merge, move pages between documents</li> <li>OCR with text overlay (thanks to OCRMyPDF)</li> </ul> <p>Go to 3.0 documentation and play with docker compose setup. Also, for production deployment on remote server there Ansible playbook available as well.</p> <p>Enjoy!</p>","tags":["papermerge3","announcement",3.0]},{"location":"2024/01/14/papermerge-301-release/","title":"Papermerge 3.0.1 Release","text":"<p>I am happy to announce the release of version 3.0.1.</p> <p>Among other things, this release fixes major issue related to DB connections. Let me provide short description of the problem. The access to specific REST API endpoints was leaving DB connection open. The problem is that open DB connection were accumulating up to the point (which depends on specific DB configuration) when DB was refusing to accept more DB connections, which resulted of course to the whole app going offline.</p> <p>The root course of the problem is Django ORM and the way it handles DB connections. To mitigate the issue, we've decided start moving away from Django ORM to SQLAlchemy. Of course full transition to new ORM will span many releases, but the main point here is that for end users this transition is fully opaque.</p>","tags":["announcement"]},{"location":"archive/2024/","title":"2024","text":""},{"location":"archive/2023/","title":"2023","text":""},{"location":"category/announcement/","title":"announcement","text":""},{"location":"category/papermerge3/","title":"papermerge3","text":""}]}
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 9799702

Please sign in to comment.