File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
24
## [ 1.8.0] - 2023-05-03
4
25
5
26
- Update packages and golang ([ #296 ] ( https://github.com/scylladb/gemini/pull/296 ) )
You can’t perform that action at this time.
0 commit comments