This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 24a532fb4c Prepare documentation for weaviate ad-hoc rc2 release
(#36508)
24a532fb4c is described below
commit 24a532fb4c400b862f63b4327995dea8512abde9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Dec 31 12:56:42 2023 +0100
Prepare documentation for weaviate ad-hoc rc2 release (#36508)
---
airflow/providers/weaviate/CHANGELOG.rst | 5 +++++
docs/apache-airflow-providers-weaviate/commits.rst | 11 +++++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/airflow/providers/weaviate/CHANGELOG.rst
b/airflow/providers/weaviate/CHANGELOG.rst
index 6841f0363c..5132e31416 100644
--- a/airflow/providers/weaviate/CHANGELOG.rst
+++ b/airflow/providers/weaviate/CHANGELOG.rst
@@ -34,10 +34,15 @@ Bug Fixes
~~~~~~~~~
* ``Remove 'insertion_errors' as required argument (#36435)``
+* ``Handle list like input objects in weavaite's
'create_or_replace_document_objects' hook method (#36475)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
+.. Review and move the new changes to one of the sections above:
+ * ``Speed up autocompletion of Breeze by simplifying provider state
(#36499)``
+ * ``Add documentation for 3rd wave of providers in Deember (#36464)``
+
1.2.0
.....
diff --git a/docs/apache-airflow-providers-weaviate/commits.rst
b/docs/apache-airflow-providers-weaviate/commits.rst
index ea7d99905a..8230bf3df7 100644
--- a/docs/apache-airflow-providers-weaviate/commits.rst
+++ b/docs/apache-airflow-providers-weaviate/commits.rst
@@ -38,16 +38,19 @@ For high-level changelog, see :doc:`package information
including changelog <ind
1.3.0
.....
-Latest change: 2023-12-26
+Latest change: 2023-12-30
-=================================================================================================
===========
===============================================================================
+=================================================================================================
===========
===========================================================================================================
Commit
Committed Subject
-=================================================================================================
===========
===============================================================================
+=================================================================================================
===========
===========================================================================================================
+`6937ae7647
<https://github.com/apache/airflow/commit/6937ae76476b3bc869ef912d000bcc94ad642db1>`_
2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider
state (#36499)``
+`0a741b2fe6
<https://github.com/apache/airflow/commit/0a741b2fe674e62f693e73937aec5fb97c204b6a>`_
2023-12-28 ``Handle list like input objects in weavaite's
'create_or_replace_document_objects' hook method (#36475)``
+`9b5d6bfe27
<https://github.com/apache/airflow/commit/9b5d6bfe273cf6af0972e28ff97f99ea325cd991>`_
2023-12-28 ``Add documentation for 3rd wave of providers in Deember
(#36464)``
`8850715e22
<https://github.com/apache/airflow/commit/8850715e22dc8fd69dfc234efed805cc75708938>`_
2023-12-26 ``Remove 'insertion_errors' as required argument (#36435)``
`97d2266b2d
<https://github.com/apache/airflow/commit/97d2266b2dfe1c6d3a0185926a7508b7039575a2>`_
2023-12-24 ``Add WeaviateDocumentIngestOperator (#36402)``
`ff3b8daac0
<https://github.com/apache/airflow/commit/ff3b8daac0cbf3c885ea1479b1fb9cfcb2261f21>`_
2023-12-23 ``Add 'uuid_column', 'tenant' params to WeaviateIngestOperator
(#36387)``
`75d74b1f3a
<https://github.com/apache/airflow/commit/75d74b1f3a535fdc3624077bde3a34d1abcf641e>`_
2023-12-23 ``Add create_or_replace_document_objects method to weaviate
provider (#36177)``
-=================================================================================================
===========
===============================================================================
+=================================================================================================
===========
===========================================================================================================
1.2.0
.....