Skip to content

Releases: andrewinci/insulator2

v2.14.0

13 Mar 07:51

Choose a tag to compare

2.14.0 (2026-03-13)

Bug Fixes

  • release: update tauri.conf.json version path for Tauri v2 (37a2bac)

Features

  • allow disabling certificate verification for schema registry (9ddbaa0)

v2.13.4

13 Mar 08:00

Choose a tag to compare

fix(ci): ad-hoc sign macOS app and disable windows build

v2.13.3

13 Mar 07:59

Choose a tag to compare

fix(ci): add NODE_OPTIONS to bundle steps to prevent OOM crash on macOS

The vite build for this app generates a ~4.8MB bundle which causes
Node.js to run out of memory on the macOS CI runner (exit code 129).
Set --max-old-space-size=4096 for all bundle steps on all platforms.

v2.13.2

21 Feb 07:58

Choose a tag to compare

v2.13.2 Pre-release
Pre-release

2.13.2 (2024-02-21)

Bug Fixes

v2.13.1

16 Nov 11:10

Choose a tag to compare

2.13.1 (2023-11-16)

Bug Fixes

  • Support dot in schema names (0c6e228)

v2.13.0

20 Jul 21:49

Choose a tag to compare

2.13.0 (2023-07-20)

Features

  • update schema compatibility mode from the tool menu (#547) (9d1259e)

v2.12.3

19 Jul 07:29

Choose a tag to compare

2.12.3 (2023-07-19)

Bug Fixes

  • ingore set windows min size when in full screen (#542) (5d81a6b)

v2.12.2

28 May 18:40

Choose a tag to compare

2.12.2 (2023-05-28)

Bug Fixes

  • navigation to resources that contains a full stop (#488) (d02d3f5)

v2.12.1

01 Apr 15:01

Choose a tag to compare

2.12.1 (2023-04-01)

Bug Fixes

  • part of the topic menu hidden by the bottom allotment (2444d27)
  • producer button disappear during record consumption (d9d9d7e)
  • wrong namespace for nested avro refs (c783765)

v2.12.0

05 Mar 10:56

Choose a tag to compare

2.12.0 (2023-03-05)

Bug Fixes

  • de-duplicate notifications (40fadf0)

Features