Skip to content

Releases: h2oai/wave

v1.5.1

10 Sep 09:23
Compare
Choose a tag to compare
  • Fixed
    • Make table filter select all work in all scenarios. #2386 (#2387)
    • Security patch - Go 1.22.7

v1.5.0

20 Aug 07:06
Compare
Choose a tag to compare
  • Added
    • New: Display active table filter count #1689 (#2371)
    • New: Configurable app timeouts. (#2385)
    • New: Add value prop to ui.chatbot_card #2367 (#2384)

nightly

21 Aug 00:46
Compare
Choose a tag to compare
nightly Pre-release
Pre-release
chore: Do not pin Go to exact version, use latest patch instead.

v1.4.0

13 Aug 09:52
Compare
Choose a tag to compare
  • Added
    • New: Allow * in allowed_origins. #2370 (#2382)
    • New: Display image in a graphics_card #1817 (#2373)
    • New: Raise warning if waved cannot find public/private dir #2130 (#2378)
    • Docs: Fix typos (#2375)
    • Docs: Update h2o wave db reference (#2358)
  • Fixed
    • Skip auth check for waved => wave app in dev mode. Closes #2337.

v1.3.4

25 Jun 11:35
Compare
Choose a tag to compare
  • Security
    • 🔒Enable and enforce boringcrypto experiment (#2353)

v1.3.3

14 Jun 13:06
Compare
Choose a tag to compare

security: Bump Go deps.

v1.3.2

14 Jun 12:15
Compare
Choose a tag to compare

security: Bump Go version to get rid of CVEs.

v1.3.1

10 Jun 14:20
Compare
Choose a tag to compare
  • Fixed
    • Temporarily catch double close channel error.

v1.3.0

06 Jun 11:07
Compare
Choose a tag to compare
  • Added
    • New: Allow alignment for ui.text #1370 (#2336)
    • New: Support loading ESM modules using ui.script #2331 (#2332)
    • New: Support decimal values in table progress cell type #824 (#2329)
  • Fixed
    • Trigger multi combobox args after they are set, not before. #2342 (#2343)
    • Load markdown css properly #2339 (#2341)
    • Lightwave - Split ws msg into 3 parts instead of 4. #2344 (4cd7ffa)

v1.2.0

06 May 12:35
Compare
Choose a tag to compare
  • Added
    • Docs: Add properly rendered document to docs.
    • Docs: Remove await keyword from q.page.drop #2319 (#2320)
    • Docs: Update docs with preferred way of displaying documents #2291 (#2311)
  • Fixed
    • Handle more reconnect edgecases. (#2327)