Skip to content

Latest commit

 

History

History
211 lines (115 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

211 lines (115 loc) · 16.2 KB

Changelog

0.9.2

(Full Changelog)

Bugs fixed

  • Check for ID before creating a new record #78 (@Zsailer)
  • Use a context manager for all write actions to prevent indefinite database locks #77 (@Zsailer)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @welcome | @Zsailer

0.9.1

(Full Changelog)

Bugs fixed

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@cmd-ntrf | @codecov | @dlqqq | @stonebig | @welcome | @Zsailer

0.9.0

(Full Changelog)

Enhancements made

  • add Jupyter Releaser workflows #65 (@dlqqq)
  • Fix behavior for OOB move followed by IB move #63 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dleen | @dlqqq

0.8.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@codecov | @kevin-bates

0.7.0

(Full Changelog)

Enhancements made

  • remove mtime fallback #47 (@dlqqq)
  • Make ArbitraryFileIdManager filesystem-agnostic and fix Windows CI #46 (@kevin-bates)

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

  • Update check-jsonschema usage to latest style #50 (@sirosen)

Contributors to this release

(GitHub contributors page for this release)

@akchinSTC | @codecov | @codecov-commenter | @dlqqq | @frenzymadness | @kevin-bates | @pre-commit-ci | @sirosen | @welcome

0.6.0

(Full Changelog)

Enhancements made

  • set default file ID manager to arbitrary #37 (@dlqqq)
  • remove unused REST API #36 (@dlqqq)
  • allow for recursive moves, copies, deletes in ArbitraryFileIdManager #35 (@dlqqq)
  • prefix root dir to records in ArbitraryFileIdManager #34 (@dlqqq)
  • use UUIDs for default file ID manager implementations #30 (@dlqqq)
  • implement optimistic get_path() in LocalFileIdManager #38 (@dlqqq)
  • Fix abstract base class definition #33 (@kevin-bates)

Contributors to this release

(GitHub contributors page for this release)

@codecov-commenter | @dlqqq | @kevin-bates | @welcome

0.5.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@codecov-commenter | @davidbrochart | @dlqqq | @kevin-bates | @pre-commit-ci

0.4.2

(Full Changelog)

Bugs fixed

  • pass self.config to file ID manager class #23 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.4.1

(Full Changelog)

Enhancements made

  • log root_dir and db_path before connection #22 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.4.0

(Full Changelog)

Enhancements made

  • update get_path() to return a path relative to root_dir #21 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.3.2

(Full Changelog)

Merged PRs

  • add boolean sync argument to get_path() #20 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq

0.3.1

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@codecov-commenter | @davidbrochart | @dlqqq | @ellisonbg | @kevin-bates | @pre-commit-ci | @welcome