Skip to content

Commit

Permalink
Merge pull request #772 from nationalarchives/release/v28.0.0
Browse files Browse the repository at this point in the history
bump: version 27.4.0 → 28.0.0
  • Loading branch information
jacksonj04 authored Nov 14, 2024
2 parents b470240 + 01e0f12 commit 093af39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog 1.0.0].

## Unreleased
## v28.0.0 (2024-11-14)

### BREAKING CHANGE

- Code which provided unsanitised URIs when initialising `DocumentURIStrings` will now cause `InvalidDocumentURIException`s to be raised.
- Document can now no longer be initialised with a string as the `uri`, it must be a `DocumentURIString`.

### Feat

- Validate strings when creating a new DocumentURIString

### Fix

- **deps**: update dependency boto3 to v1.35.58
- **deps**: update dependency boto3 to v1.35.56

### Refactor

- **Document**: initialising a Document now requires a DocumentURIString, not a str
- **tests**: simpler test changes to pass type checking

## v27.4.0 (2024-11-07)

### Change of behaviour
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ds-caselaw-marklogic-api-client"
version = "27.4.0"
version = "28.0.0"
description = "An API client for interacting with the underlying data in Find Caselaw."
authors = ["The National Archives"]
homepage = "https://github.com/nationalarchives/ds-caselaw-custom-api-client"
Expand Down

0 comments on commit 093af39

Please sign in to comment.