Releases: linc-technologies/linc-technologies.github.io
Releases · linc-technologies/linc-technologies.github.io
v0.5.0
🚢 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
- @harmanSidhu9618 made their first contribution in #2
Full Changelog: v0.4.1...v0.5.0
v0.4.1
🚢 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
andsiblingCount
property that was labelled as int64 to be uint32.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
🚢 v0.4.0 - 2021-06-09
Changed
- [HERO-2735] conforms types to canonical proto3 JSON encoding.
- In changing our JSON marshaller to jsonpb, int64 based numbers are now conformed to type string. For the canonical reference around protobuf types to JSON.
Refer: https://developers.google.com/protocol-buffers/docs/proto3#json
- In changing our JSON marshaller to jsonpb, int64 based numbers are now conformed to type string. For the canonical reference around protobuf types to JSON.
v0.3.1
🚢 v0.3.1 - 2021-03-23
Removed
- dev scopes on dates and timetable paths.
v0.3.0
🚢 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
🚢 v0.2.6 - 2020-07-03
Added
components.schemas.schoolsFeature
: adds enums forFeature_PREMIER
andFeature_MULTI_JURISDICTION
components.schemas.schoolsSchool
: adds support for an array of allowed jurisdictions a school can work within.