Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Releases: arsham/expipe

Release Candidate 1 (linux)

Pre-release

Choose a tag to compare

@arsham arsham released this 07 Apr 11:30
v1.0-rc1
f0b853b
  • Removes backoff values.
  • Tested nil values in MapConvert (fixes #28)
  • Separate a part of the Main function to able to test it
  • Generates an up-to-date version of kibana config file.

Refactoring

Refactoring Pre-release
Pre-release

Choose a tag to compare

@arsham arsham released this 04 Apr 10:42
v0.10.0

Mostly refactoring:

  • Cleaned up and made more precise, better and concurrent safe parallel tests.
  • Added testing with testdata to config.
  • Changed some internal names.
  • Changed some packages into better locations.

All about tests

All about tests Pre-release
Pre-release

Choose a tag to compare

@arsham arsham released this 04 Apr 10:47
v0.9.2
debda1a

All about tests

  • Removed ginkgo from readers and recorders.
  • Added more tests and clean up old ones.
  • Added .codecov.yml configuration file.
  • Various fixes on datatype
  • Fixed some documentation problems.
  • Changed Config structs to be used only for reading from config files.
  • Removed stale code.