Skip to content

v0.4.14

Compare
Choose a tag to compare
@oussjarrousse oussjarrousse released this 19 May 11:02
· 13 commits to main since this release
46227a3

Bug Fixes

  • Fixed the interface of fget_object(), now fget_object() returns a stats object,
  • Fixed the behaviour of fget_object() when passed file_path` nested folders does not exist (closing Issue #31)

Breaking Changes

  • fget_object() now returns a stat object of type Object

For Developers

  • Added unit and regression tests for fget_object()
  • Test coverage > 90%

Credits

Thanks to @KelvinHong for raising the issue and suggesting a solution