Skip to content

Releases: kapi2289/vulcan-api

v2.0.2

02 Sep 15:55
2f5f02e
Compare
Choose a tag to compare

Fixed

  • team_class field in Exam as optional (#91)

v2.0.1

16 Jun 16:07
639b750
Compare
Choose a tag to compare

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

13 Apr 11:17
Compare
Choose a tag to compare

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

17 Mar 17:01
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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

26 Feb 10:17
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Added

  • More complete Hebe API implementation (#65, #66)

Fixed

  • Package installation (#67)

Removed

  • Deprecated old mobile API (#57, #69)

v1.3.1

05 Feb 22:27
Compare
Choose a tag to compare

Fixed

  • Failing documentation build
  • Closing session after registration in hebe (#52)
  • Date format in hebe requests (#53)

v1.3.0

26 Jan 23:00
Compare
Choose a tag to compare

Added

  • Hebe implementation (#43, #47)

Fixed

v1.2.0

19 Oct 14:54
Compare
Choose a tag to compare

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

18 Sep 20:01
Compare
Choose a tag to compare

Fixed

  • Registering a new e-register. (Generates and passes a Firebase token)

v1.1.0

03 Apr 14:47
Compare
Choose a tag to compare

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)