Skip to content

Releases: dasch-swiss/dsp-api

v28.2.0

15 May 07:31
d6bae7f
Compare
Choose a tag to compare

28.2.0 (2023-05-15)

Bug Fixes

  • Fix bad substitution in export-moving-image-frames.sh (#2659) (9ee412c)
  • Use copy instead of move for Sipi file migration (#2655) (1b8ffff)
  • Use move for Sipi's file migration (#2657) (da0a9b8)

Enhancements

Maintenance

v28.1.2

28 Apr 07:52
6375a71
Compare
Choose a tag to compare

28.1.2 (2023-04-28)

Bug Fixes

  • querying all projects don't return system projects (#2607) (68e88d9)
  • search by label produces timeouts if too many resources match (DEV-2043) (#2591) (78479d3)

Documentation

Maintenance

v28.1.1

14 Apr 07:06
571246e
Compare
Choose a tag to compare

28.1.1 (2023-04-13)

Bug Fixes

  • cardinality issues on subclasses after adding cardinalities to superclass (DEV-2026) (#2572) (20a243b)
  • Gravsearch wrongly finds no results, if a query can be optimized down to only negations (DEV-1980) (#2576) (0612b9a)
  • use 400 instead of 500 for invalid input in fulltext search (DEV-1829) (#2557) (51acceb)

Maintenance

v28.1.0

31 Mar 07:10
0747b3a
Compare
Choose a tag to compare

28.1.0 (2023-03-29)

Bug Fixes

Enhancements

  • add separate route for local processing of files through sipi (#2519) (042f806)

Documentation

Maintenance

v28.0.0

17 Mar 10:33
55a9185
Compare
Choose a tag to compare

28.0.0 (2023-03-17)

⚠ BREAKING CHANGES

  • Allow special characters in full-text search (DEV-1712) (#2441)

Bug Fixes

Documentation

  • minor improvements to permissions documentation (#2520) (e434f2c)

Enhancements

Maintenance

v27.1.0

03 Mar 09:51
d573a9e
Compare
Choose a tag to compare

27.1.0 (2023-03-03)

Bug Fixes

  • Filter out deleted subjects and objects when counting for cardinalities (DEV-1795) (#2499) (60e1833)

Documentation

Enhancements

Maintenance

v27.0.0

17 Feb 08:40
ddaa9b6
Compare
Choose a tag to compare

27.0.0 (2023-02-16)

⚠ BREAKING CHANGES

  • return empty list instead of an error on GET /admin/groups route (DEV-1599) (#2439)

Bug Fixes

Enhancements

  • expose GET /admin/projects/[ iri | shortname | shortcode ]/{iri | shortname | shortcode }/admin-members as ZIO HTTP route (DEV-1587) (#2423) (d7c2cd6)
  • expose GET /admin/projects/[ iri | shortname | shortcode ]/{iri | shortname | shortcode }/members as ZIO HTTP route (DEV-1587) (#2422) (b5300b5)
  • expose GET /admin/projects/[iri | shortname | shortcode]/{projectIri | shortname | shortcode}/RestrictedViewSettings as ZIO HTTP route (DEV-1587) (#2428) (8080951)
  • expose GET /admin/projects/iri/{projectIri}/Keywords as ZIO HTTP route (DEV-1587) (#2425) (3b86834)
  • expose GET /admin/projects/Keywords as ZIO HTTP route (DEV-1587) (#2424) (39607a2)

Documentation

Maintenance

v26.2.0

03 Feb 08:53
75884e6
Compare
Choose a tag to compare

26.2.0 (2023-02-02)

Bug Fixes

Maintenance

  • cleanup Cache class, ie. scaladoc, renaming, code improvements (#2411) (5efa7ac)
  • deps: change schedule of dependency updates check (#2414) (a5c7a38)
  • deps: update scalafmt-core, kamon-core, kamon-scala-future (#2412) (a02408a)
  • enable publishing docker image in both arm64 and amd64 architectures (DEV-1684) (#2410) (f224b24)
  • rename ReplaceCardinalitiesRequestV2, remove old code, simplify and extract methods in OntologyResponder (#2389) (5a4f4b6)
  • Replace Cardinality isStricterThan with isIncludedIn (#2405) (229b362)
  • update Scala to 2.13.10 (#2415) (d501f59)
  • upgrade dependencies (#2404) (0d78030)

Enhancements

  • add CORS to ZIO-HTTP routes (DEV-1619) (#2390) (8dad4b2)
  • allow setting a cardinality given the count in the persisted data is compatible DEV-1563 (#2416) (789bdd1)
  • Allow setting new Cardinalities if they are more restrictive than the respective Cardinalities of a possibly existing super class (#2397) (dbde740)
  • expose GET /admin/projects/iri/{project_iri}/allData as ZIO HTTP route (DEV-1587) (#2413) (eefaf62)
  • expose PUT /admin/projects/iri/{project_iri} as ZIO HTTP route (DEV-1587) (#2394) (a832868)

v26.1.0

20 Jan 08:10
558b1c9
Compare
Choose a tag to compare

26.1.0 (2023-01-19)

Bug Fixes

  • API starts up and reports healthy despite failing to load ontologies (#2363) (1696f7d)

Enhancements

Documentation

Maintenance

dsp-api v26.0.0

06 Jan 08:12
9d58b52
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • return external representation of ontology IRIs in admin routes (#2330)
  • replace Spray-JSON with ZIO-JSON in health route (health status is now represented as boolean instead of string) (#2360)

Bug Fixes

  • return external representation of ontology IRIs in admin routes (#2330) (b58828a)

Documentation

Maintenance

Enhancements

  • Add resources/info endpoint (DEV-792) (#2309) (c3f96a9)
  • expose GET /admin/projects as ZIO HTTP route (#2366) (b19f81c)
  • expose GET /admin/projects/[shortname | shortcode]/{shortname | shortcode} as ZIO HTTP routes (#2365) (9907cdf)
  • Expose GET /admin/projects/iri/{iriUrlEncoded} as zio-http route (#2355) (2f42906)