Skip to content

Releases: miku/esbulk

esbulk 0.7.8

24 Oct 15:44
Compare
Choose a tag to compare
  • maintenance release
  • built with go1.19.2

esbulk 0.7.7

30 May 08:31
Compare
Choose a tag to compare
  • maintenance release
  • built with go 1.18.2

esbulk 0.7.6

23 Feb 14:36
Compare
Choose a tag to compare
  • maintenance release, use pgzip
  • built with go 1.17.6
  • tested against es8

esbulk 0.7.5

19 Nov 10:35
Compare
Choose a tag to compare
  • maintenance release, built with Go 1.17.3, smaller binaries

esbulk 0.7.4

02 Aug 22:36
Compare
Choose a tag to compare

esbulk 0.7.3

27 Mar 00:58
Compare
Choose a tag to compare
  • add -c flag to supply request body at index creation time

Example:

$ esbulk -purge -c settings_and_mappings.json -index my_index

esbulk 0.7.2

26 Mar 20:47
Compare
Choose a tag to compare

esbulk 0.7.1

25 Mar 22:31
Compare
Choose a tag to compare

esbulk 0.7.0

25 Mar 21:59
Compare
Choose a tag to compare
  • set the default docType -type to the empty string

ES7 removes types (https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html), so when no -type is set, we should be good with ES7. Otherwise, ES6 and earlier require a type, so it needs to be supplied explicitly (but that was most likely the case before, too).

Since this version, we have a testcontainers-go based test setup and run basic tests on ES 5, 6, 7 (see cast).

asciicast

esbulk 0.6.2

02 Nov 11:36
Compare
Choose a tag to compare
  • add -skipbroken flag to skip broken json, thanks @gsocgsoc!