Releases: kapi2289/vulcan-api
Releases · kapi2289/vulcan-api
v2.0.2
Fixed
team_class
field in Exam
as optional (#91)
v2.0.1
Added
class_
property to Student
(#86)
Fixed
address
field in School
as optional (#89)
Changed
- Fakelog domain from
fakelog.cf
to fakelog.tk
(#88)
v2.0.0
Changes since v1.3.1:
Added
- Mostly complete Vulcan Hebe API implementation (#65, #66)
- The Hebe API is now the default and only API
- Fetching messages (#80)
Fixed
- Package installation (#67)
- Some problems related to optional fields (#66, #76, #79)
- Improved error handling (#80)
Removed
- Deprecated old mobile API (#57, #69)
Changed
- Replaced Travis CI with GitHub Actions (#84)
v2.0.0-beta.2
Added
- Fetching changed lessons (#77)
Fixed
- Group key in GradeColumn is now optional (#76)
- Migrated get_base_url to async (#77)
v2.0.0-beta.1
Added
- More complete Hebe API implementation (#65, #66)
Fixed
- Package installation (#67)
Removed
- Deprecated old mobile API (#57, #69)
v1.3.1
Fixed
- Failing documentation build
- Closing session after registration in hebe (#52)
- Date format in hebe requests (#53)
v1.3.0
Added
- Hebe implementation (#43, #47)
Fixed
v1.2.0
Added
- Getting attendance (#39)
- Getting notices (#37)
- Sending messages (#40)
- Possibility to fetch data in periods, not only for a specific date (fda10c9)
- Possibility to use another name for registration (#39)
changes
and visible
lesson attributes (#36, #38)
- Fakelog support (7949052)
Changed
- Documentation to RST format (#44)
- Tests to use fakelog (f058569)
v1.1.1
Fixed
- Registering a new e-register. (Generates and passes a Firebase token)
v1.1.0
Added
- Getting messages
client.get_messages()
- Possibility to access dictionaries (teachers, subjects, etc.)
client.dictionaries
position
attribute in Subject
model
- More tests for new features
Fixed
- Documentation
- Private tests (TravisCI)