This is more informational than a complaint, but it seems that driver.getAllRooms was removed from the API in the latest minor release 5.1.0. see: screeps/driver@18bcfce
This ended up breaking @screepers/screeps-server-mockup because we were using this function to fetch all of the rooms of interest. I did not expect a breaking change such as a reduction in API surface to come from a minor release update.
Luckily, it was a pretty simple fix to get updated. Just wanted to give you guys insight into compatibility issues which can arise.
Feel free to ACK and close this once it has been noted
This is more informational than a complaint, but it seems that
driver.getAllRooms
was removed from the API in the latest minor release5.1.0
. see: screeps/driver@18bcfceThis ended up breaking
@screepers/screeps-server-mockup
because we were using this function to fetch all of the rooms of interest. I did not expect a breaking change such as a reduction in API surface to come from a minor release update.Luckily, it was a pretty simple fix to get updated. Just wanted to give you guys insight into compatibility issues which can arise.
Feel free to
ACK
and close this once it has been noted