November 2020 Release Notes
What's New from November 2020
New
- Feature Work: Lots of ongoing work on features that are yet to be released ;)
Updated
- Protobuf: Upgraded protobuf from 1.4.2 to 1.25.0.
- Changes to the JSON API:
- We previously accepted
camelCase
orsnake_case
for all JSON field names, and returnedsnake_case
. Now the standard iscamelCase
both ways, and we only accept the one format as defined in ouropenapi.json
. - Resource type names now match dbtype aliases.
- Port overrides and ports can no longer be strings, they must be JSON numbers.
- We now detect when multiple polymorphic subtypes are provided (e.g. account and service to
/v1/accounts
), and return a 400.
- We previously accepted
Fixed
- Busy Login Button: Fixed an edge case issue with the GUI that would sometimes freeze the login button as "busy" and prevent login.
- Duplicate Port Overrides: Fixed an issue some users of heavy automation encountered where duplicate port overrides could be unintentionally created.
- Port Issues: Fixed an error that was sometimes experienced when trying to setup a k8s cluster with a default port.