Skip to content

Releases: dasch-swiss/dsp-api

v30.4.0

13 Oct 08:09
31cefb4
Compare
Choose a tag to compare

30.4.0 (2023-10-12)

Breaking Changes / Deprecation

  • Deprecation: We will discontinue the practice of including credentials or tokens directly in URLs for authentication due to security concerns. To enhance the safety of your data, we recommend shifting to the more secure method of Bearer token-based authentication. Basic authentication and Cookie based authentication are still supported but are marked as deprecated and will be removed in future. Please consider moving to Bearer token based authentication as soon as possible.
  • Breaking Change: admin/project endpoints do not support providing credentials in the URL anymore.

Enhancements

Bug Fixes

  • Improve performance for Gravsearch queries (#2857) (86cc4f2)

Maintenance

Documentation

  • remove inexisting pages from navigation bar (#2871) (dd2dfe6)

v30.3.0

29 Sep 07:27
dde3365
Compare
Choose a tag to compare

30.3.0 (2023-09-28)

Enhancements

Maintenance

v30.2.1

15 Sep 09:08
f3861e8
Compare
Choose a tag to compare

30.2.1 (2023-09-15)

Maintenance

v30.2.0

15 Sep 06:19
820b4eb
Compare
Choose a tag to compare

30.2.0 (2023-09-14)

Enhancements

  • SystemAdmins receive a token which is valid on the dps-ingest api (#2835) (469f228)

Maintenance

  • Remove deprecated methods on JsonLDObject (#2832) (c8cf990)
  • Update db image in docker-compose and Dependencies (#2833) (b0d48d0)

v30.1.2

11 Sep 12:22
a640b48
Compare
Choose a tag to compare

30.1.2 (2023-09-08)

Maintenance

  • Remove compiler warning stemming from -Wvalue-discard (#2831) (9071204)
  • Remove type annotations which produce compiler warnings (#2829) (c754042)
  • Remove unused or dead code (#2827) (36b835e)
  • Update 'fuseki_request_duration' histogram bucket boundaries (#2830) (b7bef4e)

v30.1.1

06 Sep 11:55
7bf4332
Compare
Choose a tag to compare

30.1.1 (2023-09-06)

Maintenance

  • Remove -HEAD from published docker tag when building a git tag (#2825) (108c480)

v30.1.0

06 Sep 10:11
64300ac
Compare
Choose a tag to compare

30.1.0 (2023-09-06)

Enhancements

Maintenance

  • Filter "HEAD" as branch name when building a release on a chec… (#2817) (818fb41)
  • Introduce typed queries Ask, Select, Construct, Update and remove TriplestoreMessageHandler (#2816) (96c330d)
  • Speedup /projects endpoint (#2824) (22d5146)
  • Update app in docker-compose (#2821) (f124f85)
  • Update Dependencies (#2822) (198d570)

v30.0.0

01 Sep 07:26
0a135f8
Compare
Choose a tag to compare

30.0.0 (2023-08-31)

⚠ BREAKING CHANGES

Bug Fixes

Maintenance

v29.1.3

18 Aug 07:33
c95b146
Compare
Choose a tag to compare

29.1.3 (2023-08-16)

Bug Fixes

Maintenance

Documentation

v29.1.2

04 Aug 08:00
50acad8
Compare
Choose a tag to compare

29.1.2 (2023-08-02)

Maintenance