Releases: dasch-swiss/dsp-api
Releases · dasch-swiss/dsp-api
v30.4.1: chore(main): Release 30.4.1 (#2884)
v30.4.0
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
- add default value of projectRestrictedViewSize (DEV-2626) (#2873) (ff4d3a1)
- Add maintenance service for fixing top-left dimension values DEV-2803 (#2876) (82b715a)
- Add route that sets projectRestrictedViewSetting size (DEV-2304) (#2794) (738ab1c)
- Introduce /admin/maintenance and expose fix top left maintenance action DEV-2805 (#2877) (a6b8c2f)
Bug Fixes
Maintenance
- Configure Scala Steward to produce PR with compatible title (#2867) (fbbe5ec)
- Do not log warn message for 405 and 404 status code responses (#2854) (d9fd81c)
- Introduce tapir on Pekko (#2870) (08accab)
- Migrate secure admin/projects endpoints to Tapir (#2872) (9f98f7e)
- Update dependencies DEV-2742 (#2868) (8ba3bb5)
- Update dependencies fuseki and app (#2856) (8123dbd)
- Update Fuseki DEV-2743 (#2869) (14f1911)
- update PR template (#2878) (6c04101)
- Update spring-security-core to 6.1.4 (#2865) (b75edaf)
Documentation
v30.3.0
v30.2.1
v30.2.0
v30.1.2
30.1.2 (2023-09-08)
Maintenance
v30.1.1
v30.1.0
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
30.0.0 (2023-08-31)
⚠ BREAKING CHANGES
Bug Fixes
Maintenance
- Cleanup TriplestoreService code (#2804) (6278fba)
- Derive version from git tag DEV-2575 (#2800) (5f612a8)
- remove experimental standoff route (DEV-2549) (#2795) (246f1da)
- Remove throws from OntologyResponderV2 DEV-2579 (#2801) (b0694ad)
- Remove throws from ResourceResponderV2 DEV-2580 (#2802) (55d362d)
- remove throws from values responder DEV-2568 (#2799) (42ee838)
v29.1.3
29.1.3 (2023-08-16)
Bug Fixes
Maintenance
- improve compiler warnings (DEV-1611) (#2784) (00379ce)
- improve file path resolving logic for generated test data files (#2783) (c2d6451)
- move integration tests to separate SBT project (#2772) (321e2dc)
- ProjectImportService: improve logging (#2781) (35ce421)
- Remove ValueUpdateRequestV2 and DeleteValueRequestV2 NO-TICKET (#2779) (577e4ec)
- Speed up value creation and update DEV-2473 (#2778) (5e5a3ea)
- update dependencies (#2793) (eb85ba5)
- Use sttp client for dsp-ingest download (#2777) (c431ccf)