Releases: scylladb/gemini
v0.9.2
Changelog
68ee63f Gemini v0.9.2
8fd2a25 Merge 'logging: Support output to file in JSON' from Henrik
e1597d0 Merge 'schema: User Defined Types' from Henrik
da7640b Merge 'schema: collections support' from Henrik
f9e1c71 Merge 'schema: skip secondary indexes for durations' from Henrik
e00269c changelog: Add missing release URL
144d83a logging: Support output to file in JSON
440353b schema: User Defined Types
93f3d5e schema: collection types added
c622f35 schema: skip secondary indexes for durations
v0.9.1
Changelog
ad6d438 Gemini v0.9.1
b99d033 Merge 'concurrency: goroutine local rng' from Henrik
4d5197c Merge 'release: injected vars in place' from Henrik
13575ad Merge 'schema: tuple support' from Henrik
f52e994 Merge 'validation: restricting secondary index queries' from Henrik
c3f8674 Merge pull request #43 from scylladb/respect-fail-fast
8f8c6a0 Merge pull request #56 from scylladb/json
050cebe Merge pull request #70 from scylladb/fix-non-interactive
02b4410 Update CHANGELOG.md for development
a0e552b concurrency: goroutine local rng
3926b9d datautils: Generate duration value as string type
9df5f7d datautils: Implement genValue() function
cbf4015 datautils: Implement randDate()
6e8ac06 datautils: Rename genValue() to appendValue()
58fdc8f datautils: Rename randDate() to randTime()
725d6f0 gemini-launcher: Propagate exit code from the shell script
5751c03 gemini-launcher: Switch log-level to warning
51c1a79 gemini: Fix panic when --non-interactive flag is passed
7118330 gemini: Respect fail-fast option for data validation
ff3d0c2 goreleaser.yml: Configure S3 bucket for releases
e254caf goreleaser.yml: Fix YAML syntax error
19c3a41 release: injected vars in place
35f7ca5 schema: INSERT JSON query support
ff28515 schema: disabling tuple support for JSON
404bad5 schema: tuple support
63a17fe schema: tuple support for inserting JSON
e3ba758 test.sh: Test case for "--non-interactive"
b96590f validation: restricting secondary index queries
v0.9.0
Changelog
6444133 - read schema from json file - support multiple tables in keyspace
1969d0a Add configuration for goreleaser
77c9541 Docker launcher
9a9107b Gemini v0.9.0
819f30f Improve 'Getting Started' documentation
5352db3 Initial commit
45dc6ea Merge "concurrency and results collection" from Larisa
763fc27 Merge 'Complete primitive types support' from Henrik
f4c1eaf Merge 'Docker launcher' from Pekka and Henrik
c6b421f Merge 'Schema generation support' from Pekka
6b62ff1 Merge 'build: goimports applied to entire code base' from Henrik
c81f967 Merge 'build: make gemini use Go modules' from Henrik
9263e77 Merge 'gemini: Progress indicator' from Pekka
2bfd062 Merge 'gemini: duration limit' from Henrik
46a9dde Merge 'gemini: isolating status reporting to local spinner goroutine to avoid race' from Henrik
387d9d2 Merge 'schema: Single secondary index queries supported' from Henrik
7309af4 Merge pull request #2 from scylladb/mode_options
ed14bab Merge pull request #20 from scylladb/hj/using_more_types
14989fd Merge pull request #21 from scylladb/hj/using_more_types
ad7422f Merge pull request #22 from scylladb/upgrade_scylla
d72b2c3 Merge pull request #23 from scylladb/cmdline
2439a07 Merge pull request #28 from scylladb/silent_compilation_failure
4fcdabe Merge pull request #29 from scylladb/more_types_for_ranges
9417aff Merge pull request #3 from scylladb/delete_rows
b53321e Merge pull request #32 from scylladb/changelog
3941c92 Merge pull request #33 from scylladb/using_scylla_driver
79b761e Merge pull request #37 from scylladb/invalid_range_queries
5ab4b1f Merge pull request #44 from scylladb/int-partition-keys
329d790 Merge pull request #52 from scylladb/stop-launcher-on-error
52505d1 Reorganize source code
ecb3fe2 Schema management and random ops
8a29375 Start a changelog
eb293a7 Switch to prepared statements
f708b6c added mode option: write/read/mixed
be07e94 build: goimports applied to entire code base
b3adfec build: make gemini use Go modules
98c814e cmd/gemini: Seed command line parameter
f5b638f concurrency and results collection
238ce3b delete rows, fail-fast option, intermediate results print
3f966bb docker: some startup resilience to avoid duplicate instance attempts
00cd80a docker: upgrade scylla to 3.0.3
da68ef5 docker: using docker-compose to launch oracle and test instances
a071d04 driver: Switched to downstream scylla/gocql fork.
7853d2b gemini-launcher: Let user pass command line arguments
6af0c9a gemini-launcher: Stop execution on error
73931af gemini: Add '--drop-schema' command line option
bd4f742 gemini: Progress indicator
37d01ad gemini: duration limit
aca52d6 gemini: isolating status reporting to local spinner goroutine to avoid race
602a08d launcher: exiting in case there is a compilation error
517db39 queries: MultiplePartitionQuery fixed, ClusteringRangeQueryComplex changed
a14ac2f schema: Add more variations to check operations
fae8ad9 schema: Add support for clustering key columns
6008ebc schema: Added the remaining primitive types
13d308e schema: Clustering keys can now have the same types as partition keys.
14632d2 schema: Fix error handling in generateValue
d7a2d90 schema: Generate more structured queries
305ac63 schema: More partition key types
7586d2a schema: Rename generateValue to genValue
0f8e0dc schema: Restrict partition key type to int
0d9b1fc schema: Schema generation
c458b61 schema: Separate value range generation to genValueRange
efd7d83 schema: Single secondary index queries supported.
4ec328f schema: Sort results by partition keys in multi-partition tests
a2e874c schema: Testing data gen functions.
04c0a00 schema: correctly filtering and sorting on clustering columns.
57e8ee5 schema: not using "date" as a type yet
57e7951 session: Increase timeout to 5 seconds
5daad67 support more data types