Skip to content

Releases: stefnedelchevbrady/xk6-sql-with-oracle

1.0.7

27 Apr 09:58
Compare
Choose a tag to compare

1.0.6

08 Mar 08:42
Compare
Choose a tag to compare

Same as 1.0.5 but rebuilt with xk6 v0.9.0.

Full Changelog: 1.0.4...1.0.6

1.0.5

01 Mar 15:40
Compare
Choose a tag to compare

Bumped k6 to v0.43.1 to use the latest k6 features and improvements

Use Go v1.19 since it's the min. requirement by the new k6 modules.

1.0.4

09 Jan 10:59
Compare
Choose a tag to compare

Bumped k6 to v0.42.0 to use the latest k6 features and improvements

Bumped go-sql-driver/mysql to v1.7.0
Bumped github.com/denisenkom/go-mssqldb to v0.12.3
Bumped github.com/lib/pq to v1.10.7
Bumped github.com/mattn/go-sqlite3 to v1.14.16

1.0.3

13 Dec 10:38
Compare
Choose a tag to compare

Bumped k6 to v0.41.0
Bumped godror to v0.36.0

1.0.2

13 Sep 12:12
Compare
Choose a tag to compare

Added oracle database support for the open method so it can be used like sql.open('oracle', '').