Check this announcement for the complete list of hotfixes!

BeamNGpy

Added safe_spawn and cling parameters to vehicle placement and teleport functions. safe_spawn places vehicle on ground, avoiding collisions/air/underground (default True for most functions). cling is an alias for safe_spawn, for backwards compatibility. Both supported in: Scenario.add_vehicle, BeamNGpy.vehicles.spawn, Vehicle.teleport, and BeamNGpy.teleport_vehicle. ScenarioApi.teleport_object now supports cling (snap to ground) and offset (z offset), matching DebugApi shape teleport functions. Scenario now errors if modified after make() but before load(), to prevent silent failures.