Skip to content

Releases: miniclip/gonsul

v1.0.2: Present readable version

16 Feb 18:00
ac3d719
Compare
Choose a tag to compare

Using the -v option will now correctly present a readable version.

v1.0.1: Show transaction batches and op indexes on summary table

08 Jun 15:19
e0f9a44
Compare
Choose a tag to compare

Running gonsul will now print the transaction batch identifier as well as individual operation indexes, to make it easier to pinpoint problematic operations in case of error.

v1.0.0: Converted project to a go module (#24)

27 Apr 17:58
96773c9
Compare
Choose a tag to compare

Project converted to a Go module. Go version bumped to 1.16.

0.3.0: Current implementation logs HTTP Basic Auth username and password fro…

25 Nov 00:47
7192327
Compare
Choose a tag to compare
…m Git repo HTTP URLs to INFO log. This commit removes the repo URL from the affected log statement. (#17)

* Removed GetRepoURL() function call from exporter cloning step.

Release v0.2.1

29 Oct 15:52
Compare
Choose a tag to compare

New features:

  • Allow file extensions to be part of Consul path
  • Ignore deletes (but continues work)

Issue fixes:

  • Do not exceed Consul max payload size per transaction

Release

10 Aug 15:01
Compare
Choose a tag to compare

This releases adds:

  • Major refactor on code base (non breaking changes)
  • Added more tests
  • Added Makefile
  • Paved way for soon-to-be travis integration
  • Fixes issue #6

Release

11 Jul 13:51
Compare
Choose a tag to compare

This is a release that adds a couple of things:

  • new configuration flag for valid input file extensions
  • new configuration flag for client's HTTP timeout via CLI
  • better logs
  • updated documentation
  • configuration tests

This release follows semantic versioning.

Initial Release

01 Jul 09:11
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
first release (#2)

* Add info about releases

* add new configuration flag for valid input file extensions

* add go dep for dependency management

* add barebones Config test + update dependencies with gomega

* create interface for configs to make it testable

* update dependencies

* add first tests to Configurations

* add getter for new config param

* new logic on valid file extensions

* update documentation

* add some files for testing

* make Consul ACL flag optional

* only set Consul ACL header when flag is provided

* trim any dots on file extensions

* minor documentation fixes