dadi / web

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others
https://dadi.cloud/en/web/
Other
48 stars 16 forks source link

Update @dadi/cache to the latest version 🚀 #406

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.2 of @dadi/cache was just published.

Dependency @dadi/cache
Current Version 1.5.5
Type dependency

The version 2.0.2 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @dadi/cache.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.2

2.0.2 (2018-06-07)

Bug Fixes

  • gracefully handle deletion of inexistent file (30cbf14)
Commits

The new version differs by 12 commits.

  • cb39589 Merge pull request #27 from dadi/patch/safe-flush
  • 30cbf14 fix: gracefully handle deletion of inexistent file
  • 2698105 Merge pull request #26 from dadi/patch/remove-explicit-file-encoding
  • 60012da fix: remove default file encoding
  • f8b087a chore(ci): re-add semantic release, update changelog
  • d528e8e Merge pull request #25 from dadi/feature/metadata
  • a323500 chore(ci): remove semantic release in order to publish new version manually
  • e0be779 Update .travis.yml
  • 4a65c2d refactor: change getMetadata method to return null for non-existing keys
  • beb983f feat: add getMetadata method
  • 6a20b3e feat: add metadata support to Redis adapter
  • dd652ac feat: add internal database for file adapter

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

3.0.0 (2018-06-23)

Bug Fixes

  • make cache flush return if no matches are found (6bc3320)

Code Refactoring

  • make use of internal database to flush and cleanse cache (1b6da4a)

Features

  • add in-memory index to file handler (130c6aa)
  • remove entry from the database when referred path does not exist (4386338)

BREAKING CHANGES

  • force major version bump
Commits

The new version differs by 11 commits.

  • c094441 Merge pull request #28 from dadi/feature/in-memory-cache
  • 4386338 feat: remove entry from the database when referred path does not exist
  • 3580fe0 chore: write proper English :flag-uk:
  • 4ec93c4 refactor: safely read cached file from disk
  • 6bc3320 fix: make cache flush return if no matches are found
  • 1b03a7c refactor: remove unused method
  • 1ce5102 test: update tests
  • 1b6da4a refactor: make use of internal database to flush and cleanse cache
  • bfd3b21 refactor: use metadata property instead of $dadiCache
  • 1f893f3 test: refactor tests
  • 130c6aa feat: add in-memory index to file handler

See the full diff