diff --git a/2024/01/14/papermerge-301-release/index.html b/2024/01/14/papermerge-301-release/index.html index 422fc69..400e601 100644 --- a/2024/01/14/papermerge-301-release/index.html +++ b/2024/01/14/papermerge-301-release/index.html @@ -464,8 +464,7 @@ in - announcement, - papermerge3 + announcement diff --git a/archive/2024/index.html b/archive/2024/index.html index 6f10110..279aa7d 100644 --- a/archive/2024/index.html +++ b/archive/2024/index.html @@ -452,8 +452,7 @@

2024

  • in - announcement, - papermerge3
  • + announcement diff --git a/category/announcement/index.html b/category/announcement/index.html index 2b1098e..4e689fe 100644 --- a/category/announcement/index.html +++ b/category/announcement/index.html @@ -452,8 +452,7 @@

    announcement

  • in - announcement, - papermerge3
  • + announcement diff --git a/category/papermerge3/index.html b/category/papermerge3/index.html index 9ff9338..dab40b5 100644 --- a/category/papermerge3/index.html +++ b/category/papermerge3/index.html @@ -444,56 +444,6 @@

    papermerge3

    - -
    -
    -

    Papermerge 3.0.1 Release

    -

    I am happy to announce the release of version 3.0.1.

    -

    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.

    -

    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.

    - -
    -
    - -
    -
    -