Releases: climatepolicyradar/navigator-data-ingest
Releases · climatepolicyradar/navigator-data-ingest
v2.4.0-beta
This Release:
- Integrates the latest DAL version that contains the update type SLUG.
- Integrates functionality to update the slug across the s3 jsons to facilitate the changes in search.
v2.3.5-beta
This Release:
- Integrates an update to pydantic and dal versions.
v2.3.4-beta
This Release:
Bumps the DAL version.
v2.3.3-beta
This Release:
- Bumps the dal package tag.
v2.3.2-beta
This Pull Request:
- Bumps the dal tag
v2.3.1-beta
This release:
- Bumps the dal image tag.
v2.3.0-beta
This Release:
- Integrates DAL for type declaration
- Removes the publication ts updates and replaces this with an update to the metadata field as a whole
- Updates to unit tests accordingly.
v2.2.6-beta
Prior to this tag the ingest stage was responsible for the download and handling of documents from source, identification of metadata and the writing of this metadata back to the backend database.
This tag removes the call to the backend with the document metadata as this functionality is now handled in the db-writer tool.
v2.1.6-beta
The previous bug fix for ext4 max filename length of 255 bytes did not take into account the addition of the content hash, so trim futher to ensure we don't exceed that.
v2.1.5-beta
Max file length was exceeded in s3.
Bug fix as ext4 used in Amazon Linux /tmp directory has a max filename length of 255 bytes, so trim to ensure we don't exceed that.