Skip to content

Commit

Permalink
fix: set protocol to "native" by default (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres authored Feb 1, 2024
1 parent 725c33f commit ad7f2e3
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 925 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.1

### Fixes

- Set `protocol` to `native` by default in config view. Fixes the "default port" description.

## 4.0.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clickhouse-datasource",
"version": "4.0.0",
"version": "4.0.1",
"description": "Clickhouse Datasource",
"engines": {
"node": ">=16"
Expand Down
Loading

1 comment on commit ad7f2e3

@Defman
Copy link
Contributor

@Defman Defman commented on ad7f2e3 Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was the open-telemetry-traces.json removed?

Please sign in to comment.