Skip to content

Commit

Permalink
Expose caching options
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Mar 19, 2024
1 parent ad8c047 commit f91d366
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 104 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Support for metadata object caching on local file system (e.g. to avoid too many calls to S3 repo)
- Support for caching the list of datasets in a remote repo (e.g. to avoid very expensive S3 bucket prefix listing calls)

## [0.15.1] - 2024-03-14
### Fixed
- OData adapter will ignore fields with unsupported data types instead of crashing
Expand Down
Loading

0 comments on commit f91d366

Please sign in to comment.