Skip to content

Releases: gordon-cs/gordon-360-api

360 API v2: Upgrade to .NET 6

23 Aug 15:03
2900eef
Compare
Choose a tag to compare

This release upgrades the Gordon 360 API from .NET Framework 4.6 to .NET 6 (more than six years of updates and changes). This involves updating many dependencies, chiefly ASP.NET (now ASP.NET Core), and Entity Framework (now Entity Framework Core). In the process, we were able to modernize several processes, especially Authentication and Authorization. For more details about the upgrade, see #592.

This release also includes the support for alumni to request updates to their profile info, see #691.

Summer 2021 Final Practicum Release

26 Jul 14:35
96bba35
Compare
Choose a tag to compare

This release adds:

  • Academic Check-in
  • Mailbox Combos
  • 25Live Events Fix
  • (Quick?) People Search Updates

Summer 2021 Second Release

12 Jul 14:13
0e47a9c
Compare
Choose a tag to compare

This release adds:

  • Search by maiden name
  • Abbreviated hometown search for both quick and advanced people search
  • Bug fix for the Clifton strengths (exception throwing for null strengths).

Summer 2021 First Release

30 Jun 12:43
1679325
Compare
Choose a tag to compare

This release contains the first segment of code updates from Summer 2021:

  • Added nickname support to people search
  • Changed advanced search route to add customization of base data for search. (include: student, fac/staff, alumni)
    • Note: old route is still supported for now
  • Student News image support

2021 End of Academic Year

18 May 15:13
22d4aea
Compare
Choose a tag to compare

Can adjust this but wanted to get a snapshot release before summer 2021 work begins.

Changes include:

  • Refactoring
  • ApartApps

2020 Summer Practicum: Health Check, News, Staff Timesheets (endpoints), etc.

17 Jul 19:42
48a56ca
Compare
Choose a tag to compare

Merging in first 7+ weeks of Summer Practicum 2020 work. Changes include:

  • health check for COVID-19
  • student news -- view, post, delete, edit
    • MyGordon DB access is fixed and completed
  • new endpoints for staff timesheets
  • some ride sharing (aka Save, Roundabout) not merged at end of spring

Note: Arbitrary start version as this is the first release of the Gordon 360 API