Train Series Release Notes

1.3.0

New Features

  • The driver-lib now provides “get” methods for drivers to be able to query for objects by id. For example, get_loadbalancer(loadbalancer_id).

  • Added SOURCE_IP_PORT algorithm. Currently supported only by OVN provider driver.

  • Added ‘allowed_cidrs’ field to Listener data model.

Bug Fixes

  • Improved the driver_lib connecting to the driver-agent sockets.

  • Fixed a bug where the data model to_dict() may not recurse properly.

  • Message receiving for the driver_lib will timeout after no response from the driver-agent.

  • Added some missing provider driver API field name constants.

1.2.0

New Features

  • Add the ability to pass multiple VIP objects to providers. This allows for multiple subnets/IPs on a single LB.