Skip to content

Commit 3585972

Browse files
authored
Revert version increment to 1.0.5 (#62)
1 parent 5883ef5 commit 3585972

File tree

5 files changed

+6
-17
lines changed

5 files changed

+6
-17
lines changed

doc/changes/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Changes
22

3-
* [1.0.5](changes_1.0.5.md)
43
* [1.0.4](changes_1.0.4.md)
54
* [1.0.3](changes_1.0.3.md)
65
* [1.0.2](changes_1.0.2.md)

doc/changes/changes_1.0.4.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# metabase-driver 1.0.4, released 2022-12-??
1+
# metabase-driver 1.0.4, released 2023-01-31
22

3-
Code name: Remove Exasol Maven Repository
3+
Code name: Upgrade to Metabase 0.45.2.1
44

55
## Summary
66

7-
In this release we adapted the driver to Metabase 0.44.6.
7+
In this release we adapted the driver to Metabase 0.45.2.1. New integration tests added to Metabase revealed some issues with date and timestamp calculations in the Exasol driver that are fixed in the new release.
88

99
Integration tests download the Exasol JDBC driver from the deprecated Exasol Maven repository. Instead the JDBC driver is now available on Maven Central. We updated the build scripts to use the new location.
1010

1111
## Refactoring
1212

1313
* #57: Updated tests to download the Exasol JDBC driver from Maven Central
14+
* #61: Upgraded to Metabase 0.45.2.1

doc/changes/changes_1.0.5.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

resources/metabase-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Complete list of options here: https://github.com/metabase/metabase/wiki/Metabase-Plugin-Manifest-Reference
22
info:
33
name: Metabase Exasol Driver
4-
version: 1.0.5
4+
version: 1.0.4
55
description: Allows Metabase to connect to Exasol databases.
66
contact-info:
77
name: Exasol AG

test/metabase/driver/exasol_unit_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
(testing "Driver version read from existing resource"
180180
(is (not (str/blank? (exasol/get-driver-version)))))
181181
(testing "Driver version read from existing resource equal to expected version"
182-
(is (= "1.0.5" (exasol/get-driver-version)))))
182+
(is (= "1.0.4" (exasol/get-driver-version)))))
183183

184184
(deftest humanize-connection-error-message-test
185185
(testing "Driver translates connection error message"

0 commit comments

Comments
 (0)