This release primarily contains important bugfixes, along with some infrastructure changes to how we create and handle instances.
New
- Added infrastructure support for handling multiple SQL servers for instances. Once the limit on our existing instance SQL server (sql-instances-prod.database.windows.net) is reached, new instances will be created on a different SQL server (sql-instances-prod-002.database.windows.net). This may require users to add a firewall rule for the new server. It is hosted on the same region as our old server (EU West) and should not require any new IPs to be whitelisted.
Fixed
- Cloning instances now handles copying passwords and secrets correctly
- Moving instances to the same environment they're already in no longer creates a backend call
- Changed data source name limits on the portal to be compliant with our other services
- Fixed refresh tokens in the portal
- Fixed issue where the uncategorized environment could be edited
- Fixed issue where "add user" button disappeared from organization page