Releases: pdsinterop/solid-nextcloud
Releases · pdsinterop/solid-nextcloud
Compatibility fixes for Solid apps
Release v0.8.0 Nextcloud 26 & 27 support, Drop PHP8.0
What's Changed
- fix for sending multiple headers with the same value by @ylebre in #117
- Allow running in bash on mac by @michielbdejong in #133
- Check cors on openid configuration by @michielbdejong in #134
- remove apache limits conf by @michielbdejong in #136
- Fixes for legacy solid apps (poddit launcher in solid-nextcloud) by @ylebre in #140
- Update to support up to Nextcloud 27 by @ylebre in #142
Full Changelog: v0.7.2...v0.8.0
Release v0.7.2 Nextcloud 25 support
v0.7.1
Release v0.7.1
What's Changed
- Run latest version of solid-crud-tests by @michielbdejong in #103
- Change the JtiReplayDetector to use a hash rather than a full URL. by @Potherca in #108
- Change GitHub test suite action (and cleanup
Dockerfile
andrun-solid-test-suite.sh
) by @Potherca in #109
Full Changelog: v0.7.0...v0.7.1
Release v0.7.0 - Notifications with webhooks and websockets
Experimental features notice
This release contains a first implementation of webhooks. The specifications for notifications, specifically webhooks, is currently still in development. Expect this functionality to change in the future to keep up with the latest versions of the specifications.
What's Changed
- adding /.well-known/solid by @michielbdejong in #96
- implement notifications by @ylebre in #85
- Revisit install instructions by @michielbdejong in #94
Full Changelog: v0.6.0...v0.7.0
Release v0.6.0 Security and Quality improvements
What's Changed
- Add security check for dependancies by @ylebre in #79
- Add PHP version sniff by @ylebre in #80
- Move CORS config from webserver config to middleware by @ylebre in #83
- Re-enable test suite by @michielbdejong in #88
- webid-provider-tests v2.1.0 by @michielbdejong in #89
- Send CORS headers on /.well-known/openid-configuration response by @michielbdejong in #93
- added oidcIssuer to webid profile by @poef in #97
- Add support for a JWT "jti" value to prevent replay attacks by @Potherca in #86
New Contributors
Full Changelog: v0.5.0...v0.6.0
Release v0.5.0 NC24 and PHP8 🐘8️⃣
What's Changed
- Add script for setting up a test server by @michielbdejong in #75
- Feature/nextcloud 24 by @Potherca in #78
Full Changelog: v0.4.3...v0.5.0
Release v0.4.3 Bugfixes
v0.4.2
Update README.md
v0.4.0
Fixed some cors issues