Skip to content

Releases: felix-zenk/onboardapis

Release 2.0.0

27 Jun 13:52
Compare
Choose a tag to compare
Update version, dependencies

Release 2.0.0rc4

25 May 12:00
Compare
Choose a tag to compare
Update version

Release 2.0.0rc3

14 May 19:06
Compare
Choose a tag to compare
Update README

Release 2.0.0rc2

02 May 19:59
Compare
Choose a tag to compare
Use predefined attributes

Release 2.0.0rc1

17 Apr 22:39
Compare
Choose a tag to compare
Update version

Release 1.3.2

27 Feb 19:46
Compare
Choose a tag to compare
v1.3.2

Fix DataInvalidError with null unsafe return

Release 1.3.1

11 Oct 14:35
Compare
Choose a tag to compare

* Fixed MRO for FlixTainment

Release 1.3.0

11 Oct 14:13
Compare
Choose a tag to compare

+ Added NotImplementedInAPIError that is raised every time a functionality is requested by the user that is not covered by the providers API
+ Added the IncompleteVehicleMixin and IncompleteTrainMixin mixin classes, that will raise a NotImplementedInAPIError on not implemented abstract methods
+ Added the DummyDataConnector that is now the default DataConnector connected to a Train object
+ Added support for FlixTrains FlixTainment API

Known issues:

Can't use FlixTainment because of wrong MRO - fixed in v1.3.1

Release 1.2.3

18 Sep 10:28
Compare
Choose a tag to compare

* TLS can't be disabled for a whole DataConnector anymore
* Reorganized and optimized parts of the backend code

Release 1.2.2

08 Sep 15:15
Compare
Choose a tag to compare

+ Added more type hints

* Fixed JSONDataConnector adds an application/json header
* Fixed Station().connections for ICEPortal