Skip to content

Commit

Permalink
update changelog about scoped/cache session fixes (attempt to resolve #…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 12, 2021
1 parent 21378f9 commit 7d74767
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ Changes
`Unreleased <https://github.com/Ouranosinc/Magpie/tree/master>`_ (latest)
------------------------------------------------------------------------------------

* Nothing new for the moment.
Features / Changes
~~~~~~~~~~~~~~~~~~~~~
* N/A

Bug Fixes
~~~~~~~~~~~~~~~~~~~~~
* Add ``scoped_session`` directly within the ``get_session_factory`` creating the default session and transaction
objects for all requests in order to better separate their execution across worker/thredds
(address errors identified by issue `#466 <https://github.com/Ouranosinc/Magpie/issues/466>`_).
* Add more fallback operations to detect invalid database ``Session`` objects when caching is involved and attempt
fixing their references such that ``Service`` and ``Resources`` can use them during following `ACL` resolution
(address errors identified by issue `#466 <https://github.com/Ouranosinc/Magpie/issues/466>`_).
* Add more logging entries to identify specific cases where ``Session`` objects are invalid.
* Add more specific ``TWITCHER``-prefixed names with specific modules where loggers employed within ``MagpieAdapter``
are defined in order to better identify which log entries are called (code lines) when resolving `ACL`.

`3.16.0 <https://github.com/Ouranosinc/Magpie/tree/3.16.0>`_ (2021-10-05)
------------------------------------------------------------------------------------
Expand Down

0 comments on commit 7d74767

Please sign in to comment.