Releases: CeresDB/sqlness
Releases · CeresDB/sqlness
v0.6.1
What's Changed
- feat: SQLNESS SLEEP <DURATION_STRING> by @discord9 in #67
- fix: bad query split by @jiacai2050 in #69
New Contributors
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- feat: support postgres wire protocol by @Lilit0x in #62
- feat: implement ENV interceptor by @waynexia in #56
- feat: support template interceptor by @jiacai2050 in #63
- refactor example by @jiacai2050 in #64
- refactor: InterceptorFactory return Result, not Option by @jiacai2050 in #65
- chore: release 0.6.0 by @jiacai2050 in #66
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- refactor: add interceptor to configs by @jiacai2050 in #52
- chore: remove serde as direct dependency by @jiacai2050 in #53
- chore: public interceptor by @jiacai2050 in #54
- feat: implement REPLACE interceptor by @waynexia in #55
- feat: display comment on result file by @waynexia in #59
- feat: SORT_RESULT interceptor by @waynexia in #58
- chore: bump version number to 0.5.0 by @waynexia in #61
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- chore: release sqlness-cli by @jiacai2050 in #43
- chore: add readme to package metadata by @jiacai2050 in #45
- feat: add env filter by @jiacai2050 in #47
- chore: bump version to 0.4.2 by @jiacai2050 in #48
- feat: add env_filter by @jiacai2050 in #49
Full Changelog: v0.4.1...v0.4.3
v0.4.1
What's Changed
- feat: use std io to read file by @jiacai2050 in #39
- feat: add sqlness-cli by @jiacai2050 in #41
- refactor: rename directory to adopt cargo workspace by @jiacai2050 in #42
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Breaking changes
What's Changed
- feat: follow symbolic link to search test case files by @MichaelScofield in #35
- feat: add mysql impl by @dust1 in #26
- chore: bump version to v0.4.0 by @waynexia in #37
New Contributors
- @MichaelScofield made their first contribution in #35
- @dust1 made their first contribution in #26
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Breaking changes
- refactor: implement new compare logic by @jiacai2050 in #32
What's Changed
- chore: ignore cargo.lock file by @Rishav1707 in #29
- chore: release 0.3.0 by @jiacai2050 in #33
New Contributors
- @Rishav1707 made their first contribution in #29
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- chore: bump prettydiff to 0.6.2 by @jiacai2050 in #22
- chore(deps): bump tokio from 1.23.0 to 1.23.1 by @dependabot in #24
- feat: show diff by @jiacai2050 in #25
- chore: release 0.2.0 by @jiacai2050 in #27
New Contributors
- @dependabot made their first contribution in #24
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- docs: add docs.rs and crates.io badgers by @waynexia in #13
- fix: return correct exit code when one env failed by @jiacai2050 in #17
- chore: add release CI by @jiacai2050 in #18
- feat: release 0.1.1 by @jiacai2050 in #19
Full Changelog: v0.1.0...v0.1.1
Release v0.1.0
What's Changed
- fix: call env.stop() on finish by @waynexia in #2
- chore: add CI by @jiacai2050 in #4
- feat: new option to ignore cases' runtime error by @waynexia in #5
- feat: add support for filtering test cases by @waynexia in #6
- docs: add basic examples by @jiacai2050 in #7
- fix: disable prettydiff output which will seg fault by @waynexia in #8
- refactor: rename Environment to EnvController by @waynexia in #9
- docs: polish README by @jiacai2050 in #10
- feat: support read env config by @jiacai2050 in #11
- docs: polish README by @jiacai2050 in #12
New Contributors
- @jiacai2050 made their first contribution in #4
Full Changelog: https://github.com/CeresDB/sqlness/commits/v0.1.0