Skip to content

Releases: dasch-swiss/dsp-api

v30.5.1

10 Nov 07:46
e49333c
Compare
Choose a tag to compare

30.5.1 (2023-11-09)

Maintenance

Bug Fixes

  • Fix project name, description and keywords value objects (2892) (#2908) (d1388bc)
  • performance: Reverse order of topological sorting in Gravsearch queries (#2914) (d81a88e)

v30.5.0

27 Oct 07:03
8777ef4
Compare
Choose a tag to compare

30.5.0 (2023-10-27)

Enhancements

Bug Fixes

  • Startup and keep instrumentation server running (#2901) (a11af40)

Maintenance

v30.4.2

23 Oct 11:26
8418f1f
Compare
Choose a tag to compare

30.4.2 (2023-10-23)

Maintenance

  • Add missing component to release please GitHub action (#2896) (8751d52)
  • Update PR title template (#2897) (3c3c45f)
  • Update tapir-refined from 1.2.10 to 1.2.13 (#2886) (05d519a)
  • Use correct syntax in release please configuration (#2895) (e8eced4)

v30.4.1: chore(main): Release 30.4.1 (#2884)

23 Oct 10:46
787eb74
Compare
Choose a tag to compare

Maintenance

Documentation

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)