Skip to content

Releases: Erudika/scoold

1.67.1

29 Apr 06:32
76b968f

Choose a tag to compare

76b968f Release v1.67.1.
1cd19c6 fixed broken default descending sort order
c471061 updated import code
c69d7cc updated dependencies
bb0daaf updated reachability-metadata.json and Para Client
356c829 added ParaClient's async methods where we have slow operations
cad9631 updated dependencies
692db61 updated logback.xml
0fe3495 fixed issues with the import from SO feature
5201046 updated reachability-metadata.json
5ad24f2 added Catalan and Albanian translations
b40f1bc added support for service tokens used by Scoold Cloud for health checks
ecc0c60 updated reachability-metadata.json

1.67.0

20 Apr 13:32
9340188

Choose a tag to compare

ac0c586 added MCP server implementation based on Spring AI
346bb03 added new feature - personal access tokens for the Scoold API and MCP server

⚠️ This release contains a fix for GHSA-7qfx-c234-xg4g

b78170e added security checks in ApiController for better handling of personal access tokens
5261a6c updated JOSE lib
95d3005 updated reachability-metadata.json
b0f94a4 added personal token validation methods
8a3ebfa added personal token expiration configuration property
5880c61 minor fix for wrong default space name in Post class
c35f4f4 minor fix for null content body in comments and posts
31d55ed minor fix for invalid addition to an empty list in ApiController
b83428a minor fix for occasionally incorrect appid value shown in API responses
9699507 fixed bug where reports count badge is not updated instantly when reports are deleted
4883c5d added optional override entity map in ApiController creation methods
9426a5e added explicit Pager request parameters in ApiController

1.66.2

06 Apr 08:11
a15fa1b

Choose a tag to compare

⚠️ This release contains fix for GHSA-768r-cv9p-wrcm

a15fa1b Release v1.66.2.
e091c93 refactoring - declared explicit request parameters in ApiController methods
e548086 fixed unsafe handling of postId when creating new questions in QuestionsController.post()
3bcd740 added missing filter on questions page for listing questions with accepted answer
100827e minor change in CSP header

1.66.1

31 Mar 06:59
61ae65b

Choose a tag to compare

61ae65b Release v1.66.1.
182bbd0 updated dependencies
5def88c fixed feedback ownership not verified on delete
dfd51de fixed location box duplication when editing questions
ad4c6c4 fixed checkbox rendering in Markdown
a0e3734 added JSON-LD metadata for questions, answers and profiles
c5010c0 fixed sitemap should be disabled for private sites
079ad23 fixed webmanifest images and config, added new favicons
b2c9ea6 readme
9c59130 moved Docs to -> scoold.com/documentation, README cleanup
1f1382a Delete CNAME
59925f9 updated Para client
e27dee3 updated Spring Boot to 4.0.4
ffc3edf fixed styling on task lists in Markdown and the padding on the location input field, under the markdown editor
a99d98c updated dependencies
8aa6683 updated docker compose configuration
aab0b16 fixed NPE on Admin page when rendering overloaded config

1.66.0

26 Jan 17:39
537e8c0

Choose a tag to compare

537e8c0 Release v1.66.0.
faf84e5 updated Para client and Spring Boot to 4.0.2
957492e minor CSS fix for comment images showing up too big
2b7b9da updated reachability-metadata.json
11f33e0 fixed optimization of multiple requests sent to Para, increasing UI load times
c508342 fixed service-worker.js duplicate requests to server by disabling preloads
b93d3be updated reachability-metadata.json
8b0cb4f removed calls to commons-io IOUtils
435bed9 updated Para client
c147b18 updated native-image build configuration
ead2a49 fixed native-image build
cf7dd98 changed native image output package name
b6c7a53 minor refactoring - removed javax.inject API, fixed issues with native image
b1de111 fixed current space selection ambiguity, by showing space name in navbar
9b8c9b7 fixed settings form not triggering
b4fc380 added SBOM plugin in pom.xml
1392f64 upgraded Spring Boot to v4.0
be64344 minor styling changes on the backups page
9237e7b reorganized layout on the settings page
02ab5a9 updated language file
0c05c08 removed the use of Google Maps for the 'near me' feature, refactored location input autocomplete
cf68a75 updated Para client
8d1c265 bump Java compatibility baseline to 21
b4b6b22 fixed og:url meta tag in base html template
3e77205 updated demo links
8899fd7 removed dependency on Akismet Kotlin client
010b114 fixed minor issue in Helm chart
67f84d8 updated Helm chart
b8e3696 added .dockerignore
b23b5e5 updated Dockerfile
983cd3a updated Helm chart to use API v2, Helm 3.x
5f8cba1 updated pom.xml for native image
d178031 minor CSS fix for profile boxes on the people page

1.65.0

22 Oct 12:09
3be13ba

Choose a tag to compare

3be13ba Release v1.65.0.
51ec51d added new config option scoold.security.ldap.displayname_attribute for mapping the LDAP display name to the user's full name
4fdf4d8 updated Spring Boot
9a10505 updated chat widget
c7dc089 updated dependencies
d7c8403 migrated code to use new StringUtils namespaces, fixed deprecation warnings
d058146 added profile link sharing button
df666ba added new config option scoold.ai_training_allowed for permission for AI training on content from the website, implementing the new RSL standard.
a01447d fixed bug in post links leading to 404 errors, updated dependencies

1.64.5

27 May 16:56
092e968

Choose a tag to compare

092e968 Release v1.64.5.
5470723 updated Para client
a6498b5 updated dependencies
185e07c fixed unnecessary full page reload when saving each configuration change on Admin page
7dc7c18 fixed broken profile link when server is deployed under a specific context path, closes #468

1.64.4

04 Apr 18:53
600cb57

Choose a tag to compare

600cb57 Release v1.64.4.
9ae0e1a fixed bug which broke most API endpoints when Scoold is deployed under a context path, closes #467
679cb2a increased default header size for client requests to prevent auth failures

1.64.3

27 Mar 14:24
dfc3b88

Choose a tag to compare

dfc3b88 Release v1.64.3.
ffa4df0 updated Para client
1377d5a updated dependencies
480e038 updated github workflows
fa33044 updated Spring Boot

1.64.2

23 Jan 17:44
47d0a73

Choose a tag to compare

47d0a73 Release v1.64.2.
c8a26d5 updated Para client
ac42a54 fixed bug when importing single JSON file from an SO backup archive
117a90d fixed issues with configuration API where config properties could not be cleared from config file
6e18436 Merge pull request #465 from fpellet/fix-accent-url
fb5e690 fixed configuration editing bug on Admin page which prevented changes to boolean config properties
40f7056 minor fixes on landing page
982e790 updated Spring Boot and Velocity dependencies