Skip to content

Latest commit

 

History

History
95 lines (49 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

95 lines (49 loc) · 5.97 KB

Changelog

2.1.1 (2023-02-17)

Bug Fixes

2.1.0 (2023-02-17)

Features

  • add support for mongodb and redis (#22) (95bcf2e)

Bug Fixes

  • only load the selected database. (95bcf2e)
  • prevent camelcase default for couchbase. (95bcf2e)

2.0.1 (2023-02-16)

Bug Fixes

  • continue even if Kusto create tables failed. (1ac713f)
  • use default auth for azure to support managed identities. (#20) (1ac713f)

2.0.0 (2023-02-15)

⚠ BREAKING CHANGES

  • modified the API for kusto queries.

Features

  • add get kusto schema. (8ba47f7)
  • support for schema autocomplete for queries. (#18) (b5a9121)

Bug Fixes

  • load monaco kusto once. (b5a9121)
  • split kusto monaco and others. (b5a9121)
  • validation of cluster uri with https. (#17) (8ba47f7)

1.3.2 (2023-02-14)

Bug Fixes

  • enum conversion on query run status. (adbc273)
  • increase timeout for initializing couchbase db. (#15) (adbc273)
  • match backend API changes. (#14) (e1c68a4)
  • move cluster groups into runtime config. (e1c68a4)
  • proper model validation instead of 500 exceptions. (adbc273)
  • return correct status for execute query and get results. (adbc273)

1.3.1 (2023-02-13)

Bug Fixes

  • fake fix to initiate rebuild. (02637f0)

1.3.0 (2023-02-13)

Features

  • add syntax highlighting and autocomplete with Kusto Monaco. (#8) (1326939)

Bug Fixes

1.2.0 (2023-02-10)

Features

  • reintroduce AAD authentication and OBO. (887490c)

Bug Fixes

  • add time to live to couchbase upsert. (887490c)
  • always prompt to select account on logon. (887490c)
  • execution status panel wrong props. (887490c)
  • support for building aggrid enterprise. (887490c)
  • wrong format for kusto cluster group. (887490c)