nationalarchives/ds-caselaw-custom-api-client (ds-caselaw-marklogic-api-client)
### [`v23.0.2`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2302)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v23.0.1...v23.0.2)
- Remove explicit urllib3 v1 dependency, rely on implicit dependency only
### [`v23.0.1`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2301)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.1.0...v23.0.1)
- Remove fcl_ex_id\_ prefix from UUID of reparse execution ID
- Implement handling of facets received from MarkLogic search results
### [`v22.1.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2210)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.2...v22.1.0)
- Add an `enriched_recently` property
- Add a `validates_against_schema` property
- Add a `can_enrich` property
- Only enrich if not recently enriched and valid against current schema
- Allow fetching linked documents for `Judgement`s and `PressSummary`s
- Add function to check if the docx exists for a judgment
### [`v22.0.2`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2202)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.1...v22.0.2)
- Add a method to allow fetching press summaries for a given document
### [`v22.0.1`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2201)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.0...v22.0.1)
- Ensure that we log a warning and do not error when a judgment has an unrecognised jurisdiction
### [`v22.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2200)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v21.0.0...v22.0.0)
- Expose court jurisdictions in search results
### [`v21.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2100)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v20.0.0...v21.0.0)
- **Breaking:** `Client.get_pending_enrichment_for_version` now requires both a target enrichment version and a target parser version, and will not include documents which have not been parsed with the target version.
- **Feature:** Add accessors for judgment jurisdiction
### [`v20.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2000)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v19.1.0...v20.0.0)
- **Feature:** New `Client.get_pending_parse_for_version` and `Client.get_highest_parser_version` methods to help find documents in need of re-parsing.
- **Breaking:** `Client.get_pending_enrichment_for_version` now accepts a tuple of `(major_version, minor_version)` rather than a single major version.
### [`v19.1.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-1910)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v19.0.0...v19.1.0)
- Add support for quoted phrase prioritisation in result snippets
### [`v19.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-1900)
[Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v18.0.0...v19.0.0)
- **Breaking**: `Client.set_published` no longer has a default argument; you must always be explicit.
- **Feature:** New `Client.get_pending_enrichment_for_version` method finds documents which are not yet enriched with a given version, and which haven't recently been sent for enrichment.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
==18.0.0
->==23.0.2
Release Notes
nationalarchives/ds-caselaw-custom-api-client (ds-caselaw-marklogic-api-client)
### [`v23.0.2`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2302) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v23.0.1...v23.0.2) - Remove explicit urllib3 v1 dependency, rely on implicit dependency only ### [`v23.0.1`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2301) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.1.0...v23.0.1) - Remove fcl_ex_id\_ prefix from UUID of reparse execution ID - Implement handling of facets received from MarkLogic search results ### [`v22.1.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2210) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.2...v22.1.0) - Add an `enriched_recently` property - Add a `validates_against_schema` property - Add a `can_enrich` property - Only enrich if not recently enriched and valid against current schema - Allow fetching linked documents for `Judgement`s and `PressSummary`s - Add function to check if the docx exists for a judgment ### [`v22.0.2`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2202) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.1...v22.0.2) - Add a method to allow fetching press summaries for a given document ### [`v22.0.1`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2201) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.0...v22.0.1) - Ensure that we log a warning and do not error when a judgment has an unrecognised jurisdiction ### [`v22.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2200) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v21.0.0...v22.0.0) - Expose court jurisdictions in search results ### [`v21.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2100) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v20.0.0...v21.0.0) - **Breaking:** `Client.get_pending_enrichment_for_version` now requires both a target enrichment version and a target parser version, and will not include documents which have not been parsed with the target version. - **Feature:** Add accessors for judgment jurisdiction ### [`v20.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-2000) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v19.1.0...v20.0.0) - **Feature:** New `Client.get_pending_parse_for_version` and `Client.get_highest_parser_version` methods to help find documents in need of re-parsing. - **Breaking:** `Client.get_pending_enrichment_for_version` now accepts a tuple of `(major_version, minor_version)` rather than a single major version. ### [`v19.1.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-1910) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v19.0.0...v19.1.0) - Add support for quoted phrase prioritisation in result snippets ### [`v19.0.0`](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/blob/HEAD/CHANGELOG.md#Release-1900) [Compare Source](https://togithub.com/nationalarchives/ds-caselaw-custom-api-client/compare/v18.0.0...v19.0.0) - **Breaking**: `Client.set_published` no longer has a default argument; you must always be explicit. - **Feature:** New `Client.get_pending_enrichment_for_version` method finds documents which are not yet enriched with a given version, and which haven't recently been sent for enrichment.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.