Skip to content

v0.1.8-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@bmingles bmingles released this 29 Aug 21:49
· 76 commits to main since this release
ac63889

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 to label
"deephaven.coreServers": [
  "http://localhost:10010/",
  {
    "label": "My Other Server",
    "url": "http://localhost:10011/"
  }
]

Features

PRs