Skip to content

Releases: d0whc3r/go-s3

v1.1.3

19 Mar 15:36
27754ad
Compare
Choose a tag to compare

1.1.3 (2021-03-19)

Bug Fixes

  • update dependencies (c26e7ca)
  • deps: update module github.com/aws/aws-sdk-go to v1.38.0 (9111dbc)

Chores

  • bump: version [skip ci] (9695389)
  • deps: update golang docker tag to v1.16 (02b882c)
  • deps: update module mholt/archiver/v3 to v3.5.0 (912bb03)
  • deps: update module aws/aws-sdk-go to v1.37.8 (4a9f904)
  • deps: update golang docker tag to v1.15 (760efd4)
  • deps: update module aws/aws-sdk-go to v1.34.13 (d2b6ff8)
  • bump: version [skip ci] (731b978)

v1.1.2

24 Jul 07:23
Compare
Choose a tag to compare

1.1.2 (2020-07-24)

Chores

  • release: fix remove temporal changelog (262f197)
  • bump: version [skip ci] (5acef2d)

Bug Fixes

  • get bucket from environment (f53035d)

v1.1.1

23 Jul 12:55
Compare
Choose a tag to compare

1.1.1 (2020-07-23)

Chores

  • deps: update module aws/aws-sdk-go to v1.33.10 (ce6c363)
  • release: parse new changelog (927dad7)
  • ci: remove comments and unnecessary actions (666d239)
  • make: set version file to update (60f6bdf)
  • deps: add renovate.json (127f31d)
  • bump: version [skip ci] (0b1bc84)

Bug Fixes

  • deps: clean dependencies (5c0e73f)

v1.1.0

23 Jul 11:24
b177e68
Compare
Choose a tag to compare

1.1.0 (2020-07-23)

Chores

  • make: fix ginkgo path (d669d53)
  • ci: stop and start mysql container (451a2de)
  • ci: stop and start mysql service for tests (72e8a11)
  • ci: try other configuration for mysql volumes (c72840b)
  • ci: update mysql service init (032b05f)
  • ci: update mysql service (c9874bf)
  • docker: remove mysql start command (99b77fc)
  • ci: update env for mysql ci (e43a361)
  • ci: update ci with mysql service (679118b)
  • coverage: create coverage folder (c5a24d4)
  • sql: change location of sample sql file (0803dfb)
  • sonar: coverage files (3a11d2e)
  • make: update test process (7bc46c6)
  • deps: update dependencies (0814fec)
  • go: update go.sum (ec4fe26)
  • make: update build names (6dae149)
  • deps: update dependencies (5c70031)
  • sonar: config (41754bf)
  • sonar: fix sonar config (82b0352)
  • sonar: configure sonar (c1b2612)
  • version: bump version [skip ci] (39a6a21)
  • release: update release script (fa51b46)
  • changelog: update changelog (f0ee5c8)
  • bump: version [skip ci] (e942c47)

Documentation

  • readme: update command output (1bf1a47)
  • readme: update github actions badge (665a39f)
  • add sonar coverage (cb46a04)

Feature

  • cli: add commands to cli (aaff7b2)
  • clean: add clean old files function (765e18e)

Bug Fixes

  • cmd: set commands priorities (76e5533)
  • cmd: logic in arg params (278913b)
  • cmd: reset options pointers in every exec (0352a8f)
  • config: empty default value (9bde103)
  • wrapper: check for bucket and endpoint (08f52c6)
  • version: update version file (af03f48)
  • wrapper: little bugs (227c92a)
  • expose DefaultUploadOptions (6936e64)
  • sonar: code smell (5527d25)
  • sonar: sonar issues (b4b7961)

Code Refactoring

  • split: split code in multiple files (d23d29c)
  • huge refactor (3f69545)

Styles

Tests

  • cmd: complete tests for command line (4a47c38)
  • wrapper: complete tests (90c717e)
  • cmd: basic tests (bf9fc56)
  • wrapper: add tests for wrapper (8d7f102)
  • remove commented code (8bb241c)
  • config: update tests using new library (6d62b37)
  • gos3: update tests using new library (aac7cdc)
  • update test files for test tools (5d76b51)
  • tools: create tools files for tests (f07f9fd)
  • add tests for all functions (52b6660)
  • docker: add docker compose for local testing (2455f75)
  • env: add test env file example (cba98ed)
  • makefile: update test job (1f2a0ca)
  • update coverage (24f011b)

v1.0.3

20 Jul 00:50
Compare
Choose a tag to compare

1.0.3 (2020-07-20)

Chores

  • release: update release functions (f44bc5a)
  • bump: bump version [skip ci] (c8e103e)
  • release: set release git info (2c252de)

Bug Fixes

  • docker: update docker build (d1e1430)

v1.0.2

20 Jul 00:31
Compare
Choose a tag to compare

1.0.2 (2020-07-20)

Chores

  • version: release version (bd3ca37)

Bug Fixes

  • release: add git commit & push (3e43861)

v1.0.1

20 Jul 00:27
Compare
Choose a tag to compare

1.0.1 (2020-07-20)

Chores

  • git: ignore sonar folder (284acbd)

Bug Fixes

v1.0.0

20 Jul 00:21
Compare
Choose a tag to compare

1.0.0 (2020-07-20)

Chores

doc

Feature

  • main: add main wrapper (e34cee4)
  • files: add files (objects) management (013f227)
  • config: add configuration for env variables (6f8e3c0)
  • buckets: add buckets management (1f20723)

Bug Fixes

  • release: add release feature (51ef77a)
  • shared: add shared files functions (561abd9)
  • shared: add shared buckets functions (883d7fd)
  • cmd: add initial cmd commands (390834f)
  • module: define go module (f0f480e)

Tests

tests