Releases: gotranseo/oneroster
Releases · gotranseo/oneroster
2.0.6
Nullable metadata
2.0.5 Update to nullable value
Switch to Foundation networking for all requests
- Implement and use
Vapor.Client
conformance forURLSession
(#8)
Package infrastructure and testing fixes (#6)
What's Changed
- Added SPDX license header to all source files.
- Removed many many unnecessary instances of
import Foundation
. - Added updating of OS packages to the
Dockerfile
. - Add soundness check and API breakage check scripts.
- Retooled soundness script to do fancy rules-based stuff for license header checks, just for fun.
- Added real testing to the GH Actions workflow.
- Added derivation notice and derivation source license headers as required by Apache 2.0.
- Enable back-deployment workarounds for concurrency so tests run on macOS Big Sur.
- Properly fix handling of percent-encoding in filter strings.
Fix Linux compilation issue
2.0.1
OneRoster 2.0
Add support for OAuth 2
1.0.8 Add OAuth 2 support
Add classes endpoint + decode properly
1.0.7 Add classes endpoint and update decoder