v0.1.8-pre
Pre-release
Pre-release
v0.1.8-pre (2024-08-29)
⚠ BREAKING CHANGES
- Config setting keys were changed from hyphenated names to camelCase ones.
- The expanded url config no longer has a
consoleType
attribute. It has been renamed tolabel
"deephaven.coreServers": [
"http://localhost:10010/",
{
"label": "My Other Server",
"url": "http://localhost:10011/"
}
]