Skip to content

Releases: feliixx/mgodatagen

v0.12.0

14 Apr 17:07
Compare
Choose a tag to compare

Changelog

v0.11.2

14 Sep 10:54
Compare
Choose a tag to compare

Changelog

  • 61bbfe6 autoincrement: merge StartInt and StartLong into a single arg 'Start' ( same cleanup as 'min' and 'max')
  • 2178856 config: use a scanner to rewrite configuration
  • 7f308ee goreleaser: fetch all tags during checkout
  • 8ff5624 retract version 0.11.1
  • 11187c5 version 0.11.1
  • dd22beb version 0.11.2

v0.11.0

04 Sep 01:50
Compare
Choose a tag to compare

Changelog

v0.10.3

12 May 03:51
Compare
Choose a tag to compare

Changelog

  • 9cc5217 action: update deps
  • 20b7ff2 fix a few missed update of 'ref' to 'reference'
  • 5d8b020 replace interface{} with any, and minor cleanups

v0.10.2

18 Mar 02:44
Compare
Choose a tag to compare

Changelog

v0.10.0

16 Mar 20:08
Compare
Choose a tag to compare

Changelog

  • b5096d7 add fuzz test for docGenerator
  • 72023c1 fix linter in CI for go1.18
  • 9bfaa03 fromArray: add an alias 'enum'
  • da2524b index: use an ordered map for index keys
  • c31bc48 indexes: add new index options
  • 3332f89 position generator: inverse lat and long
  • 615d476 position generator: rename to coordinates
  • e93663a ref generator: rename to reference
  • 622baf5 ref, position, fromArray: remove use of deprecated names and move test to a specific file
  • 21ed9fc update dependencies
  • 43dd407 update to go 1.18
  • 6bbcdb3 update version to 0.10.0

v0.9.5

08 Feb 01:46
Compare
Choose a tag to compare

Changelog

  • cc3b05b Add -s, --seed option.
  • f213cbd add --output=stdout option
  • b4c9d64 add possibility to write documents to a file
  • 4518198 define a new writer interface
  • 10a0ddf document the new JSON output in README
  • 7d48c80 file/stdout output: add tests
  • 3d9449c fix: small errors
  • 32f1b79 minor refactoring
  • 02817af update dependencies
  • b279fbb update golangci-lint action
  • 0814a59 update mongdb version in tests

v0.9.4

15 Oct 23:10
Compare
Choose a tag to compare

Changelog

b012572 array generators: make sure that 'arrayContent' is provided
2480348 mention go install method in the readme
bbf7278 provide a defaut version for people installing with 'go install'
767f8f9 update mongo-go-driver
10ababb use codecov github-action instead of bash script

v0.9.3

28 Sep 04:49
Compare
Choose a tag to compare

Changelog

431d2c5 remove topology time from shard list details
80173a3 rename mgodatagen.go into generate.go and format imports
bb29959 set verbose mode for tests
316422c stringFromParts generator: disallow 'unique' and 'maxDistinctValue' for parts
31dbc41 test sharded version with mongodb 5.0.3
361f31e test with mongodb v5
9e49826 update go and mongodb version
427b428 upgrade golangci-lint version

v0.9.2

26 Jul 17:28
Compare
Choose a tag to compare

Changelog

95b87d0 Doc: use go build instead of go install
aaeb9e1 array generator: allow random size
8e6d18c constant genrators: allow to create objectId
367e79e dependencies: replace satori/go.uuid by google/uuid
1f5e201 generators: add a binary UUID generator
524bfba harmonize db name in tests/sample config files
92eef40 reference generators: allow referencing from same collection
45e851b update mongodb version for testing