File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
2
3
+ ## 0.1.5 - 2024-05-10
4
+
5
+ * add multi config for multi env creds https://github.com/rdytech/superset-client/pull/22
6
+ * add endpoint for sqllab/execute https://github.com/rdytech/superset-client/pull/22
7
+ * add endpoint for database/list https://github.com/rdytech/superset-client/pull/22
8
+ * add delete cascade endpoint by @jbat in https://github.com/rdytech/superset-client/pull/21
9
+
10
+ ## 0.1.4 - 2024-05-01
11
+
12
+ * Filter dashboards by array of tags by @jbat in https://github.com/rdytech/superset-client/pull/20
13
+ * adds endpoints for Delete of dashboards, charts, datasets @jbat in https://github.com/rdytech/superset-client/pull/20
14
+ * adds endpoints for BulkDelete of dashboards, charts, datasets @jbat in https://github.com/rdytech/superset-client/pull/20
15
+
3
16
## 0.1.3 - 2024-04-23
4
17
5
18
* duplicate dashboard should also create embedded setting by @jbat in https://github.com/rdytech/superset-client/pull/14
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Superset
4
- VERSION = "0.1.4 "
4
+ VERSION = "0.1.5 "
5
5
end
You can’t perform that action at this time.
0 commit comments