Skip to content

Releases: linc-technologies/linc-technologies.github.io

v0.5.0

06 Oct 23:49
223556c
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

🚢 v0.5.0 - 2021-10-07

Changed

  • schemas/schoolsSchool: changed the type of school phone number and fax from struct schoolsPhoneNumber to string.
  • schemas: reverts stringy int64's due to non-performant jsonpb encoder.

Fixed

  • schemas/schoolsSchool: fixed indentation for descriptions.
  • /dates/v4/dates: migrates post request body from a parameter to a requestBody fragment.
  • /dates/v4/dates/{dateId}: migrates put request body from a parameter to a requestBody fragment.
  • /dates/v4/dates/:bulk: migrates post request body from a parameter to a requestBody fragment.
  • /timetable/v4/periods: migrates post request body from a parameter to a requestBody fragment.
  • /timetable/v4/structures: migrates post request body from a parameter to a requestBody fragment.

Removed

  • schemas: removed schoolsPhoneNumber as it's no longer used.

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Oct 23:46
fe069aa
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

🚢 v0.4.1 - 2021-06-10

Fixed

  • /people/v4/enrolments: fixes list parameters that were labelled as int64 to be uint32.
  • /people/v4/people: fixes list parameters that were labelled as int64 to be uint32.
  • schemas/peopleContact: fixes priority property that was labelled as int64 to be uint32.
  • schemas/peopleLearner: fixes siblingPosition and siblingCount property that was labelled as int64 to be uint32.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Jun 00:47
ad6e5b9
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

🚢 v0.4.0 - 2021-06-09

Changed

v0.3.1

09 Jun 00:45
cc8373b
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

🚢 v0.3.1 - 2021-03-23

Removed

  • dev scopes on dates and timetable paths.

v0.3.0

09 Jun 00:45
4c14d58
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

🚢 v0.3.0 - 2021-02-23

Added

  • Dates Service
  • Timetable Service

Fixed

  • A number of parameters that didn't have a format specified now does (date/uuid)

v0.2.6

02 Jul 22:24
6f3e59d
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

🚢 v0.2.6 - 2020-07-03

Added

  • components.schemas.schoolsFeature: adds enums for Feature_PREMIER and Feature_MULTI_JURISDICTION
  • components.schemas.schoolsSchool: adds support for an array of allowed jurisdictions a school can work within.