Skip to content

Releases: gotranseo/oneroster

2.0.6

02 May 01:09
Compare
Choose a tag to compare
Empty string for username

Nullable metadata

02 May 00:53
Compare
Choose a tag to compare
2.0.5

Update to nullable value

Switch to Foundation networking for all requests

25 Jul 00:42
6a594ea
Compare
Choose a tag to compare
  • Implement and use Vapor.Client conformance for URLSession (#8)

Package infrastructure and testing fixes (#6)

02 Dec 01:35
f90e2c0
Compare
Choose a tag to compare

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

05 Nov 13:18
b84f5b3
Compare
Choose a tag to compare

What's Changed

  • Add workflow for GH Actions by @jdmcd in #5

Full Changelog: 2.0.1...2.0.2

2.0.1

04 Nov 14:44
444a295
Compare
Choose a tag to compare

Fix recursion bug

What's Changed

  • Probable fix for recursion in OAuth1 hashing by @gwynne in #4

Full Changelog: 2.0.0...2.0.1

OneRoster 2.0

03 Nov 21:26
64f24f1
Compare
Choose a tag to compare

Updates the package to use async/await and better pagination/authentication handling.

What's Changed

  • Add missing community content by @gwynne in #2
  • Modernize and overhaul everything, in short by @gwynne in #3

New Contributors

  • @gwynne made their first contribution in #2

Full Changelog: 1.0.8...2.0.0

Add support for OAuth 2

17 Oct 20:37
Compare
Choose a tag to compare
1.0.8

Add OAuth 2 support

Add classes endpoint + decode properly

24 Aug 20:46
Compare
Choose a tag to compare
1.0.7

Add classes endpoint and update decoder

End early

13 Jul 13:38
Compare
Choose a tag to compare
1.0.6

End early if page count is 0