Skip to content

Releases: dracor-org/dracor-api

0.91.3

07 Jan 12:48
Compare
Choose a tag to compare

Fix for multiple paragraphs in corpus description (2c0d469).

1.0.2

05 Jan 23:47
Compare
Choose a tag to compare

Fixed ant download in Dockerfile.

1.0.1

11 Dec 01:12
Compare
Choose a tag to compare
  • Fixed status in /info endpoint
  • Building multi-platform docker images on release

1.0.0

01 Dec 01:24
Compare
Choose a tag to compare

This is the first stable release of the DraCor API.

Breaking changes

  • introduced a version prefix (/v1) in URL paths
  • changed the path /corpora/{corpusname}/play/... to /corpora/{corpusname}/plays/... (7268c03)
  • renamed cast to characters in both URL paths and JSON properties (#216, #217)
  • renamed property dramas to plays (84573f1)
  • fixed several naming and other inconsistencies (#181, #189, #187, #84, #87, #88)
  • removed deprecated author property (e67bc14)
  • removed deprecated endpoints /corpora/{corpusname}/metadata.csv and /corpora/{corpusname}/play/{playname}/segmentation (665ea3f)
  • each TEI document must provide the DraCor ID in the xml:id attribute of the TEI root element; encoding the ID as idno in the publicationStmt is no longer supported. (bba7e3b)

Major enhancements

  • added schemas to API specification (940d6dd, #212)
  • introduced endpoint /wikidata/mixnmatch (#192)

0.91.1

01 Aug 11:12
Compare
Choose a tag to compare

Fix /corpora/{corpusname}/metadata/csv endpoint throwing an exception under certain conditions (dc84b7d).

0.91.0

01 Jul 11:02
7028b7a
Compare
Choose a tag to compare
  • Preparations for API versioning (#193)

0.90.1

22 May 07:33
d72ca7c
Compare
Choose a tag to compare
  • Refactored Docker image and configuration (#175)
  • Fixed bogus owl:sameAs in RDF (#190)
  • Fixed numOfPersonGroups column in metadata csv.

0.90.0

17 Apr 18:00
84bd687
Compare
Choose a tag to compare
0.90.0 Pre-release
Pre-release

Refactored Docker image and configuration (#175).

0.89.0

21 Feb 22:39
875d506
Compare
Choose a tag to compare
  • Renamed year properties and ensured they provide years only (#181)
  • Fixed CSV output in pubPlace column (#176)

0.88.0

03 Feb 20:28
Compare
Choose a tag to compare

Added wikidataId of plays to metadata output (#178)