Skip to content

Releases: climatepolicyradar/navigator-data-ingest

v2.4.0-beta

20 Nov 12:00
126ab82
Compare
Choose a tag to compare

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

15 Nov 10:50
ac0c586
Compare
Choose a tag to compare

This Release:


  • Integrates an update to pydantic and dal versions.

v2.3.4-beta

16 Oct 14:09
1733cc3
Compare
Choose a tag to compare

This Release:


Bumps the DAL version.

v2.3.3-beta

14 Sep 13:02
06c31dd
Compare
Choose a tag to compare

This Release:

  • Bumps the dal package tag.

v2.3.2-beta

13 Sep 10:25
1483199
Compare
Choose a tag to compare

This Pull Request:

  • Bumps the dal tag

v2.3.1-beta

30 Aug 10:38
a2791ca
Compare
Choose a tag to compare

This release:

  • Bumps the dal image tag.

v2.3.0-beta

23 Aug 15:15
09966b4
Compare
Choose a tag to compare

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

06 Jul 15:06
2eb77ee
Compare
Choose a tag to compare

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

24 May 21:16
7947119
Compare
Choose a tag to compare

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

24 May 20:12
fb629ff
Compare
Choose a tag to compare

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.