diff --git a/docs/source/release_notes/release-notes.rst b/docs/source/release_notes/release-notes.rst index 588b48b381e..2f0f6b3c97e 100644 --- a/docs/source/release_notes/release-notes.rst +++ b/docs/source/release_notes/release-notes.rst @@ -115,19 +115,10 @@ develop This will provide more accurate metrics for when sweep is doing something. Sweeping run through the sweep endpoint will now also contribute to these metrics, before it didn't update any metrics which again distorted the view of what work sweep was doing on the DB. (`Pull Request `__) - * - |improved| |devbreak| - - Size of the transaction cache is now configurable. It is not anticipated end users will need to touch this; - it is more likely that this will be configured via per-service overrides for the services for whom the - current cache size is inadequate. - This is a small API change for users manually constructing a TransactionManager, which now requires a - transaction cache size parameter. Please add it from the AtlasDbConfig, or instead of manually creating - a TransactionManager, utilize the helpers in TransactionManagers to have this done for you. - (`Pull Request `__) - - * - |devbreak| - - Simplify and annotate the constructors for ``SerializableTransactionManager``. This should make the code of that class more maintainable. - If you used one of the deleted or deprecated constructors, use the static ``create`` method. - (`Pull Request `__) + * - |devbreak| + - Simplify and annotate the constructors for ``SerializableTransactionManager``. This should make the code of that class more maintainable. + If you used one of the deleted or deprecated constructors, use the static ``create`` method. + (`Pull Request `__) .. <<<<------------------------------------------------------------------------------------------------------------->>>>