Skip to content

v8.0.0

Choose a tag to compare

@niemyjski niemyjski released this 04 Mar 15:03
· 0 commits to 3865ecaece6ab7a2a50faf9951e9849e9f3cdad1 since this release

What’s New

The 8.0 release is a maintenance release focusing on implementing new storage apis, improving the build process using containers, and bug fixes.

New Features

  • Added GetPagedFileListAsync to the IFileStorage interface to allow to allow for efficient paging.
  • Added deleted file count to DeleteFilesAsync to get more insight into delete operations.
  • Added IQueueActivity interface to queue implementations. This allows you easily check when something has last occurred. We are using this interface for quick health checks.

Bug Fixes

  • Fixed several bugs where we were executing commands against Redis slaves.

Please take a look at the change log for a full list of the changes.

Check It Out – Feedback Appreciated!

We made many other improvements to ensure your apps run fast when using Foundatio, too many to be listed here. If you’re already using it, just update your NuGet package to the latest version to take advantage of these improvements. If you’re not using it yet, try it out. It’s worth a shot, we promise!

Once you’ve given it a go, please let us know what you like, or what you hate, by posting a issue.

Until next time, happy coding!