Skip to content

Commit 14c93c5

Browse files
author
Dmitry Kropachev
committed
release v1.8.2
1 parent 38eff35 commit 14c93c5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.8.2] - 2023-06-01
4+
5+
- Redo jobs execution: warm up and work cycles execution should be clear and predictable ([#310](https://github.com/scylladb/gemini/pull/310))
6+
- Use request-timeout parameter for Oracle ([#323](https://github.com/scylladb/gemini/pull/323))
7+
- Speedup random string generation ([#325](https://github.com/scylladb/gemini/pull/325))
8+
- Implement statement cache ([#328](https://github.com/scylladb/gemini/pull/328))
9+
10+
## [1.8.1] - 2023-05-15
11+
12+
- Fix value corruption ([#318](https://github.com/scylladb/gemini/pull/318))
13+
- Make gemini work properly when min=max ([#317](https://github.com/scylladb/gemini/pull/317))
14+
- Fix pk values spoiling ([#314](https://github.com/scylladb/gemini/pull/314))
15+
- Fix lt function have wrong compare for big.Int ([#311](https://github.com/scylladb/gemini/pull/311))
16+
- Reduce memory allocations ([#308](https://github.com/scylladb/gemini/pull/308))
17+
- Reduce inflight shrinking limit ([#306](https://github.com/scylladb/gemini/pull/306))
18+
- Fix gemini table data corruption on DDL statement execution error ([#305](https://github.com/scylladb/gemini/pull/305))
19+
- Package reorganization ([#303](https://github.com/scylladb/gemini/pull/303))
20+
- Use atomic global status instead of channel pipeline ([#301](https://github.com/scylladb/gemini/pull/301))
21+
- Delivery values and partition range config as pointers ([#299](https://github.com/scylladb/gemini/pull/299))
22+
- Added soft stop ([#297](https://github.com/scylladb/gemini/pull/297))
23+
324
## [1.8.0] - 2023-05-03
425

526
- Update packages and golang ([#296](https://github.com/scylladb/gemini/pull/296))

0 commit comments

Comments
 (0)