From 0bd71f3f4c49dd906ddbda72c3769e3b217a922c Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 23 May 2024 17:53:12 +0300 Subject: [PATCH] add changelog --- docs/changelog/changelog_body.rst | 32 +++++++++++++++++++ .../fragments/+link_function.feature.rst | 3 -- .../fragments/+many-relationship.bugfix.rst | 1 - .../fragments/+sqlalchemy-json.feature.rst | 3 -- 4 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog/fragments/+link_function.feature.rst delete mode 100644 docs/changelog/fragments/+many-relationship.bugfix.rst delete mode 100644 docs/changelog/fragments/+sqlalchemy-json.feature.rst diff --git a/docs/changelog/changelog_body.rst b/docs/changelog/changelog_body.rst index ecbcb120..d103517d 100644 --- a/docs/changelog/changelog_body.rst +++ b/docs/changelog/changelog_body.rst @@ -1,6 +1,38 @@ ---------------------------------------------------- +.. _v3.0.0b6: + +`3.0.0b6 `__ -- 2024-05-23 +============================================================================= + +.. _v3.0.0b6-Features: + +Features +-------- + +- Now, you can merge several fields or access the model directly via :func:`.conversion.link_function`. + + See :ref:`link_function` for details. + +- Add a special column type for serializing and deserializing JSON inside SQLAlchemy. + + See :ref:`sqlalchemy_json` for details. + +- Add ``Extended Usage`` article for model conversion and other documentation updates. + +.. _v3.0.0b6-Bug Fixes: + +Bug Fixes +--------- + +- Fix processing of list relationships in SQLAlchemy. + +- Fix model loader generation with non-required field and ``DebugTrail.DISABLE``. + +---------------------------------------------------- + + .. _v3.0.0b5: `3.0.0b5 `__ -- 2024-04-20 diff --git a/docs/changelog/fragments/+link_function.feature.rst b/docs/changelog/fragments/+link_function.feature.rst deleted file mode 100644 index e39cb625..00000000 --- a/docs/changelog/fragments/+link_function.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -Now, you can use :func:`.conversion.link_function` to access model directly and merge data from several fields. - -See :ref:`link_function` for details. diff --git a/docs/changelog/fragments/+many-relationship.bugfix.rst b/docs/changelog/fragments/+many-relationship.bugfix.rst deleted file mode 100644 index 2d54f7cb..00000000 --- a/docs/changelog/fragments/+many-relationship.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix processing list relationships in SQLAlchemy diff --git a/docs/changelog/fragments/+sqlalchemy-json.feature.rst b/docs/changelog/fragments/+sqlalchemy-json.feature.rst deleted file mode 100644 index 7cedcc61..00000000 --- a/docs/changelog/fragments/+sqlalchemy-json.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -Add SQLAlchemy column using adaptix to serialize json - -See :ref:`sqlalchemy_json` for details.