Skip to content

Releases: nationalarchives/ds-caselaw-custom-api-client

v23.0.2

19 Apr 11:51
84be12e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.0.1...v23.0.2

v23.0.1

08 Apr 15:49
b7864f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v22.1.0...v23.0.1

v22.1.0

20 Feb 10:27
e090cc3
Compare
Choose a tag to compare

What's Changed

⚠️ This should have been a major release -- the type of Document.enrich and .reparse is changed

v22.0.1

07 Feb 16:52
3ed88a8
Compare
Choose a tag to compare
  • Ensure that we log a warning and do not error when a judgment has an unrecognised jurisdiction

v22.0.0

01 Feb 14:10
a225cb9
Compare
Choose a tag to compare
  • Expose court jurisdictions in search results

v21.0.0

31 Jan 14:12
0e1c797
Compare
Choose a tag to compare

What's Changed

Full Changelog: v20.0.0...v21.0.0

v20.0.0

25 Jan 10:54
7a47a43
Compare
Choose a tag to compare

What's Changed

  • 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.

Full Changelog: v19.1.0...v20.0.0

Release 19.1.0

19 Jan 15:55
eeb8492
Compare
Choose a tag to compare
  • Add support for quoted phrase prioritisation in result snippets

v19.0.0

03 Jan 14:39
fc3ad61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v18.0.0...v19.0.0

v18.0.0

30 Nov 16:08
7b9507d
Compare
Choose a tag to compare

What's Changed

  • Breaking: Fully remove the deprecated caselawclient.api_client instance.
  • Breaking: Remove top-level methods for interacting with a document's XML representation. These are now all encapsulated in document.xml, which is an instance of Document.XML.
  • Feature: New Document.xml_root_element function to replace get_judgment_root
  • Feature: Documents which are not valid XML are now identified by the raising of a new Document.NonXMLDocumentError exception
  • Feature: Add method to return document's lock status and message.

Full Changelog: v17.3.0...v18.0.0