Skip to content

Latest commit

 

History

History
265 lines (146 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

265 lines (146 loc) · 12.1 KB

Changelog

2.3.17 (2022-02-09)

Added

  • ✨ feat: add function to update existing file model by hash and bucket when not found id [e79f34a]

Fixed

  • 💚 ci(changelog): add new changelog generation strategy [598e758]

2.3.16 (2022-02-08)

Added

  • ✨ feat(upload): add feature to remove slash prefix on new upload location [3667eef]

2.3.15 (2022-02-08)

Added

  • ✅ test: fix tests to achieve expected behaviour from new config load [5acdc84]
  • ✨ feat(upload): add check if allready uploaded original file skipping if allready uploaded [1cc2e87]
  • ✨ feat(service): add listFileVersions method to the provider using env bucketId as default parameter [1cf1e07]

Fixed

  • 🐛 fix(config): remove reusing of envs when change config, causing overlap envs bug [40ec445]

2.3.14 (2022-02-08)

Fixed

  • 🐛 fix(token): remove authorize from upload chunk loop that cause authorization token error [fc04fa2]
  • 💚 ci(ci-cd): fix integration tests [13a57f4]

2.3.13 (2022-02-08)

Added

  • ✨ feat(upload): support to parallel uploads added [538f591]

2.3.12 (2022-02-08)

Changed

  • 🚚 chore: make debug messages less verbose when file not exists [b774f67]
  • ♻️ refactor: remove async code where is useless [a57282e]

2.3.11 (2022-02-08)

Fixed

  • 💚 ci(scripts): fix triggers to deploy scripts [54e57cc]
  • 🐛 fix(tmp): change temporary download filename to avoid errors during token migration [4da4b74]

Miscellaneous

  • 🔨 style(release): update gitmoji release generation config [6ad1206]
  • 📝 docs(download): add chunksize information to the function docs [7cedad2]

2.3.10 (2022-02-08)

Added

  • ✨ feat(download): add support to chunk and parallel downloads during migration [44f6b31]

Changed

  • 📌 chore(release): 2.3.10 [23e19fd]

2.3.9 (2022-02-07)

Added

  • ✨ feat(token-migration): added support to skip allready downloaded files [5945be3]

Changed

  • 📌 chore(release): 2.3.9 [7a60eef]

2.3.8 (2022-02-07)

Changed

  • 📌 chore(release): 2.3.8 [7aa81a1]

Fixed

  • 🐛 fix(model): fix error during model update, causing save without changes [d9019ad]
  • 🐛 fix(config): add more checks to ensure dummy flag its correct could be string|boolean [9b3199d]

Miscellaneous

  • 📝 docs: add docs relative to deleteOldFiles and updateDBModels into migrateToken method [c3a3c84]

2.3.7 (2022-02-07)

Added

  • ✨ feat(settings): add exception when cant load settings `b2-provider` appkey [df0d932]

Changed

  • 📌 chore(release): 2.3.7 [96151af]

Fixed

  • 🐛 fix(settings): fix settings load namespace to use `b2-provider` path and update template config [e2b12cf]

2.3.6 (2022-02-07)

Changed

  • 📌 chore(release): 2.3.6 [d2c04c8]

Breaking changes

  • 💥 fix: change provider namespace to AdonisB2 avoiding breaking changes from past releases [177dfa6]

2.3.5 (2022-02-07)

Added

  • ✅ test(fix): fix tests, that are using old provider namespace [4221f39]

Changed

  • 📌 chore(release): 2.3.5 [089d403]

2.3.4 (2022-02-07)

Changed

  • ♻️ refactor(provider): renamed provider name, changed B2File model load strategy [3686939]

Miscellaneous

2.3.2 (2022-02-06)

Fixed

  • 🐛 fix(provider): change type import, to avoid errors on production install [f99dfe8]

Miscellaneous

2.3.1 (2022-02-06)

Fixed

  • 🐛 fix(provider): remove wrong `;('use strict')` flag, move devDep to dependecies due error on user [cd982e0]

Miscellaneous

  • chore(release): 2.3.1 [24b261e]
  • 📝 docs(token-migrate): add token migration to the docs with short explanation [1918a8f]

2.3.0 (2022-02-05)

Added

  • ✨ feat(token-migration): add option to update b2file model after migration or not [80b499f]

Changed

  • 📌 chore(release): 2.3.0 [fb4cac1]

2.2.0 (2022-02-04)

Added

  • ✅ test: released all tests on order [4942423]

Miscellaneous

2.1.0 (2022-02-04)

Added

  • ✨ feat(provider): add method to migrate files from one env to another [f4426a3]

Changed

  • 📌 chore(gitignore): removed tmp files from tests [660fcb7]

Fixed

  • 🐛 fix(test): improve logs during token migration [6396125]
  • 💚 ci(envs): add correct enviroments during tests [77ce230]

Miscellaneous

  • chore(release): 2.1.0 [05a8c34]
  • feat: add method to allow move files [3790339]

2.0.0 (2022-01-20)

Miscellaneous

  • chore(release): 2.0.0 [8f27d8a]
  • ci: fixed integration tests enviroments for gh-actions [3ea5f1c]
  • refactor: improved .env names and remove useless env [33bee4b]
  • chore(release): 1.0.4 [125abb2]
  • Merge branch 'main' of https://github.com/ks-labs/adonis-backblaze into main [ce872d9]
  • ci: add continuous delivery [1f0b773]
  • fix: added needed dependency [b9eae09]
  • feat: initial implementation [5291c7b]
  • Initial commit [d33eb23]
  • chore: bump version and some dependencies [6619312]
  • Merge branch 'development' into main [8babfb0]
  • feat: added download option that downloads a stream from backblaze and returns a buffer with all contents (future will be an stream). [2b29d5f]
  • Merge pull request #1 from ks-labs:development [3c1c773]
  • fix: add readme status badge and change docs [426a885]
  • fix: name and repo location address chore: bump version [099d6cb]
  • chore: initial commit [8ec97cb]
  • Initial commit [58824bc]