Skip to content

Commit

Permalink
Release v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kropachev committed Jul 20, 2023
1 parent 3574496 commit 7732683
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [1.8.7] - 2023-07-20
- Introduce `--schema-seed` ([#376](https://github.com/scylladb/gemini/pull/376))
- Make `--seed` and `--schema-seed` random by default ([#394](https://github.com/scylladb/gemini/pull/394))
- Expand types allowed in partition key by schema generator ([#394](https://github.com/scylladb/gemini/pull/394))
- Queries to test and oracle are running in parallel ([#375](https://github.com/scylladb/gemini/pull/375))
- Fix time generator to match general gocql limitations ([#389](https://github.com/scylladb/gemini/pull/389))
- Make maps to work again ([#392](https://github.com/scylladb/gemini/pull/392))
- Fix values circulation - ([#390](https://github.com/scylladb/gemini/pull/390)) and ([#397](https://github.com/scylladb/gemini/pull/397))
- Check on inflights conflict early - ([#399](https://github.com/scylladb/gemini/pull/399))

## [1.8.6] - 2023-07-06
- Test stops after warmup ([9aa8f65](https://github.com/scylladb/gemini/commit/9aa8f65209d00b3a9cbb4ed40ca975dcf2236653))
- Make goreleaser work after deprication of replacements ([99ddf27](https://github.com/scylladb/gemini/commit/99ddf274a81088a573bece7c11b358e405f588bb))
Expand Down
2 changes: 1 addition & 1 deletion cmd/gemini/Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.6
v1.8.7

0 comments on commit 7732683

Please sign in to comment.