Skip to content

Releases: upsidr/surrealtest

v0.2.1

10 Nov 12:39
78b16d8
Compare
Choose a tag to compare

surrealtest v0.2.1 - 10th Nov, 2023

🌱 Patch Release

This release is a patch release with a very minor adjustment to reduce noisy logging.


Details of This Release

🎁 Features

None

🐞 Bug Fixes

  • Remove noisy printf which was meant for debug (#4)

🔬 Misc

None

v0.2.0

23 Oct 09:58
2b490a4
Compare
Choose a tag to compare

surrealtest v0.2.0 - 23rd Oct, 2023

Minor Release

Update the base Docker image to be based on v1.0.0. Because the original implementation was based on v1.0.0-beta.x, there are some unexpected behaviour and breaking changes. They are minor and should be contained within the surrealtest package, we are only updating the release to minor release.


Details of This Release

🎁 Features

  • Update SurrealDB to be based on v1.0.0 (#3)

🐞 Bug Fixes

None

🔬 Misc

None

v0.1.1

18 Jul 15:57
9b54d87
Compare
Choose a tag to compare

surrealtest v0.1.1 - 18th Jul, 2023

🌱 Patch Release

This release adds a preliminary support for other Docker image (including repo and version) to be used for ory/dockertest setup. As the change is relatively minor with variable scope change, treating this as a patch release.


Details of This Release

🎁 Features

  • Allow overriding SurrealDB docker image (#1 #2)

🐞 Bug Fixes

None

🔬 Misc

None

v0.1.0

17 Jul 22:20
fde463d
Compare
Choose a tag to compare

surrealtest v0.1.0 - 17th Jul, 2023

🎉 First Release of surrealtest

  • surrealtest.NewSurrealDB(t testing.TB) - creates a new SurrealDB Docker instance. Each call will create a new instance, and use different port, which allows parallel run of test cases.
  • surrealtest.Prepare(t testing.TB, schema string) - allows creating tables, fields, and any arbitrary SurrealQL statements including namespace and database definitions