screeps / driver

ISC License
26 stars 36 forks source link

driver.getAllRooms was removed in 5.1.0 #38

Closed brisberg closed 4 years ago

brisberg commented 4 years ago

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