Releases: nationalarchives/ds-caselaw-ingester
Releases · nationalarchives/ds-caselaw-ingester
v1.10.3
What's Changed
- 🔥 Remove v1 code by @dragon-dxw in #131
- Explicitly make sure we set_published(True), not the implicit False by @dragon-dxw in #135
- Update dependency ds-caselaw-marklogic-api-client to v17.3.0
- Update dependency ds-caselaw-marklogic-api-client to v18
Full Changelog: v1.10.2...v1.10.3
v1.10.2
v1.10.1
What's Changed
- S3 SNS keys are quote-plus escaped, unquote them. by @dragon-dxw in #128
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Update pre-commit hook pre-commit/mirrors-mypy to v1.6.1 by @renovate in #118
- Update pre-commit hook psf/black to v23.10.0 by @renovate in #117
- Update dependency pytest to v7.4.3 by @renovate in #120
- Update pre-commit hook psf/black to v23.10.1 by @renovate in #119
- Update dependency ds-caselaw-marklogic-api-client to v17.1.0 by @renovate in #122
- Add S3 support to ingester to be able to ingest the backlog by @dragon-dxw in #121
- Do not set ACL because ACLs are deprecated by @dragon-dxw in #123
- Update python Docker tag to v3.12 by @renovate in #104
Full Changelog: v1.9.2...v1.10.0
v1.9.2
What's Changed
- Rich annotations for new versions by @jacksonj04 in #103
Full Changelog: v1.8.2...v1.9.2
v1.8.2
What's Changed
- Remove redundant MarklogicUseHttps variable from prod deploy by @jacksonj04 in #116
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- Add missing VPC parameters to production deploy workflow by @jacksonj04 in #115
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Save tarfile first to aid debugging by @dragon-dxw in #72
- Debug: save file first by @dragon-dxw in #73
- 👀 Don't try to get URL by @dragon-dxw in #74
- Avoid collisions with metadata.json when looking for TDR-2023-4DR-metajson.json by @dragon-dxw in #75
- Upgrade to apiclient 14.0.2 by @anthonyhashemi in #77
⚠️ Set user agent and build own API client object by @dragon-dxw in #78- Configure Renovate by @renovate in #79
- Update dependency ubuntu to v22 by @renovate in #85
- Use FCL Renovate configuration by @jacksonj04 in #89
- Update pre-commit hook pre-commit/pre-commit-hooks to v4.5.0 by @renovate in #90
- chore(deps): update actions/checkout action to v4 by @renovate in #80
- chore(deps): update pre-commit hook psf/black to v22.12.0 by @renovate in #91
- chore(deps): update aws-actions/setup-sam action to v2 by @renovate in #84
- chore(deps): update actions/setup-python action to v4 by @renovate in #81
- chore(deps): update aws-actions/configure-aws-credentials action to v4 by @renovate in #83
- chore(deps): update pre-commit/action action to v3 by @renovate in #86
- Fix sending a new judgment notification if there's no TDR section by @dragon-dxw in #93
- Allow
MarklogicCommunicationError
s to crash ingester by @dragon-dxw in #94 - Use samlocal for building the local lambda function by @jacksonj04 in #95
- chore(deps): update pre-commit hook psf/black to v23 by @renovate in #92
- Tell Renovate where to find our dependency files by @jacksonj04 in #96
- Fix pip_requirements file regex by @jacksonj04 in #97
- chore(deps): update dependency pytest to v7.4.2 by @renovate in #99
- chore(deps): update pre-commit hook pycqa/flake8 to v6 by @renovate in #101
- Add annotations and rename functions to make v16 compatible by @dragon-dxw in #102
- Add mypy and prettier to pre-commit by @jacksonj04 in #105
- chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.6.0 by @renovate in #107
- TEST: Deploy to staging using GitHub secrets by @jacksonj04 in #108
- Define environment variables and timeout in code by @jacksonj04 in #109
- Can now specify using HTTPS in MarkLogic by @jacksonj04 in #110
- Define VPC config in code by @jacksonj04 in #111
- Remove MarkLogic HTTPS flag by @jacksonj04 in #112
- Fix incorrect VPC config indentation by @jacksonj04 in #114
New Contributors
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- If there's a collision, change name of URL by @dragon-dxw in #64
- Log incoming message for debug purposes by @dragon-dxw in #67
- Refactor v1/v2 messages into classes by @dragon-dxw in #68
- Revert no-splat by @dragon-dxw in #70
- Ingester notification email contains document type (Judgment/Press Summary) by @dragon-dxw in #69
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- V2 documents now use boto s3 download, not raw http requests by @dragon-dxw in #65
- Use newer docker compose format for external networks by @dragon-dxw in #66
Full Changelog: v1.6.1...v1.6.2