Releases: felix-zenk/onboardapis
Release 2.0.0
Update version, dependencies
Release 2.0.0rc4
Update version
Release 2.0.0rc3
Update README
Release 2.0.0rc2
Use predefined attributes
Release 2.0.0rc1
Update version
Release 1.3.2
v1.3.2 Fix DataInvalidError with null unsafe return
Release 1.3.1
* Fixed MRO for FlixTainment
Release 1.3.0
+ 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
* TLS can't be disabled for a whole DataConnector
anymore
* Reorganized and optimized parts of the backend code
Release 1.2.2
+ Added more type hints
* Fixed JSONDataConnector
adds an application/json header
* Fixed Station().connections
for ICEPortal