Releases: dasch-swiss/dsp-api
Releases · dasch-swiss/dsp-api
v30.5.1
30.5.1 (2023-11-09)
Maintenance
- Bump sipi version (#2913) (303ca0f)
- Bump Sipi version to 3.8.3 (#2917) (e4c587a)
- Group dependency updates (#2906) (8b08c74)
- Load ontologies when querying for KnoraProjects (#2916) (21550ce)
- Patch updates (#2910) (3e95d71)
- PRs: Add 'perf' as allowed prefix for PR titles (#2915) (8d08e35)
- release-please: Add missing PR title prefixes to the workflow (#2918) (142fee0)
- Remove GravsearchQueryOptimisationFeature and simplify (#2909) (a91f6f6)
- Replace MessageRelay with KnoraProjectRepo in OntologyResponderV2 (#2920) (b093357)
- scala-steward: Improve dependency grouping (#2919) (dbda1cc)
- Update icu4j to v74.1 (#2912) (77e144b)
- Update sbt-javaagent to v0.1.8 (#2911) (e17cda2)
- Update tapir to v1.8.4 (#2922) (354662c)
Bug Fixes
v30.5.0
v30.4.2
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)