Skip to main content

This release primarily contains important bugfixes, along with some infrastructure changes to how we create and handle instances.


New

  1. 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

  1. Cloning instances now handles copying passwords and secrets correctly
  2. Moving instances to the same environment they're already in no longer creates a backend call
  3. Changed data source name limits on the portal to be compliant with our other services
  4. Fixed refresh tokens in the portal
  5. Fixed issue where the uncategorized environment could be edited
  6. Fixed issue where "add user" button disappeared from organization page