Releases: upsidr/surrealtest
Releases · upsidr/surrealtest
v0.2.1
v0.2.0
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
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
🐞 Bug Fixes
None
🔬 Misc
None
v0.1.0
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