Skip to content

Releases: jupyter-server/jupyter_server_fileid

v0.9.2

18 Apr 16:34
Compare
Choose a tag to compare

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

v0.9.1

19 Dec 17:02
Compare
Choose a tag to compare

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

v0.9.0

09 Apr 18:07
Compare
Choose a tag to compare

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

v0.8.0

23 Feb 17:49
Compare
Choose a tag to compare

0.8.0

(Full Changelog)

Enhancements made

Contributors to this release

(GitHub contributors page for this release)

@codecov | @kevin-bates

v0.7.0

16 Feb 23:04
Compare
Choose a tag to compare

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

v0.6.0

28 Oct 00:31
Compare
Choose a tag to compare

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

v0.5.0

25 Oct 21:51
Compare
Choose a tag to compare

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

v0.4.2

21 Oct 00:20
Compare
Choose a tag to compare

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

v0.4.1

20 Oct 23:59
Compare
Choose a tag to compare

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

v0.4.0

20 Oct 21:44
Compare
Choose a tag to compare

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