Backport #847 to 7.4 (gracefully handle gateway timeouts) (#851)

This PR adds a fix for gateway timeout handling to the 7.4.x branch

Co-authored-by: boatbomber <zack@boatbomber.com>
This commit is contained in:
Kenneth Loeffler
2024-02-03 20:30:10 -08:00
committed by GitHub
parent 2798610afd
commit f68beab1df
3 changed files with 23 additions and 7 deletions

View File

@@ -3,10 +3,12 @@
## Unreleased Changes
* Fixed Rojo plugin failing to connect when project contains certain unreadable properties ([#848])
* Fixed various cases where patch visualizer would not display sync failures ([#845], [#844])
* Fixed http error handling so Rojo can be used in Github Codespaces ([#847])
[#848]: https://github.com/rojo-rbx/rojo/pull/848
[#845]: https://github.com/rojo-rbx/rojo/pull/845
[#844]: https://github.com/rojo-rbx/rojo/pull/844
[#847]: https://github.com/rojo-rbx/rojo/pull/847
## [7.4.0] - January 16, 2024
* Improved the visualization for array properties like Tags ([#829])