chore: add preview section to release notes (#5591)

* add preview section to reno config and update existing notes

* Empty commit to trigger CLA
This commit is contained in:
Stefano Fiorucci 2023-08-18 09:59:01 +02:00 committed by GitHub
parent da67700318
commit aa8da40820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 8 deletions

View File

@ -34,6 +34,10 @@ template: |
fixes:
- |
Add normal bug fixes here, or remove this section.
preview:
- |
Add changes to Haystack version 2, or remove this section.
Haystack version 2 can be found under haystack/preview.
sections:
# The prelude section is implicitly included.
- [upgrade, Upgrade Notes]
@ -43,3 +47,4 @@ sections:
- [deprecations, Deprecation Notes]
- [security, Security Notes]
- [fixes, Bug Fixes]
- [preview, Haystack 2.0 preview]

View File

@ -1,4 +1,4 @@
---
features:
preview:
- |
Adds FileExtensionClassifier to preview components.

View File

@ -1,4 +1,4 @@
---
features:
preview:
- Add Answer base class for haystack v2
- Add GeneratedAnswer and ExtractedAnswer

View File

@ -1,4 +1,4 @@
---
enhancements:
preview:
- "Migrate existing v2 components to Canals 0.4.0"
- "Fix TextFileToDocument using wrong Document class"

View File

@ -1,4 +1,4 @@
---
features:
preview:
- |
Added new DocumentWriter component to Haystack v2 preview so that documents can be written to stores.

View File

@ -1,2 +1,2 @@
enhancements:
preview:
- copy lazy_imports.py to preview

View File

@ -1,4 +1,4 @@
---
features:
preview:
- |
Add utility function `store_class` factory to create `Store`s for testing purposes.

View File

@ -1,4 +1,4 @@
---
features:
preview:
- Add `from_dict` and `to_dict` methods to `Store` `Protocol`
- Add default `from_dict` and `to_dict` implementations to classes decorated with `@store`

View File

@ -1,4 +1,4 @@
---
features:
preview:
- |
Add new TextFileToDocument component to Haystack v2 preview so that text files can be converted to Haystack Documents.