Skip to content

Releases: felix-zenk/onboardapis

Release 2.1.1

14 Apr 16:03
2.1.1
4cfd37b

Choose a tag to compare

Release 2.1.0

03 Oct 13:23

Choose a tag to compare

Linting

Release 2.0.0

27 Jun 13:52

Choose a tag to compare

Update version, dependencies

Release 2.0.0rc4

25 May 12:00

Choose a tag to compare

Update version

Release 2.0.0rc3

14 May 19:06

Choose a tag to compare

Update README

Release 2.0.0rc2

02 May 19:59

Choose a tag to compare

Use predefined attributes

Release 2.0.0rc1

17 Apr 22:39

Choose a tag to compare

Update version

Release 1.3.2

27 Feb 19:46

Choose a tag to compare

v1.3.2

Fix DataInvalidError with null unsafe return

Release 1.3.1

11 Oct 14:35

Choose a tag to compare

* Fixed MRO for FlixTainment

Release 1.3.0

11 Oct 14:13

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