Skip to content

Latest commit

 

History

History
156 lines (88 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

156 lines (88 loc) · 11.9 KB

Changelog

This changelog is maintained manually with assistance of github-activity.

1.4

1.4.0 - 2024-09-17

(full changelog)

New features added

Continuous integration improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@consideRatio (activity) | @HCharlie (activity) | @yuvipanda (activity)

1.3

1.3.1 - 2024-02-26

Fixes missing dependency on packaging in 1.3.0.

(full changelog)

Bugs fixed

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@consideRatio (activity) | @minrk (activity)

1.3.0 - 2024-02-26

jupyterhub-idle-culler now functions with Python 3.12.

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@consideRatio (activity) | @jincheng9 (activity) | @manics (activity) | @minrk (activity) | @yuvipanda (activity)

1.2

1.2.1 - 2021-10-15

Enhancements made

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@consideRatio

1.2.0 - 2021-09-20

New features added

  • Flag --cull-admin-users added (default: true) for when --cull-users=true #24 (@anderoonies)

Enhancements made

  • support JupyterHub 2.0 API pagination #30 (@minrk)
  • Change default request_timeout and allow override #27 (@mriedem)
  • Filter users on the server if possible #22 (@mriedem)

Documentation improvements

  • document required scopes for non-admin permissions with hub 2.0 #32 (@minrk)
  • Add documentation about how it works in README.md #28 (@consideRatio)
  • Update README CLI's options list and fix indentation issues for --help #23 (@consideRatio)

Contributors to this release

(GitHub contributors page for this release)

@anderoonies | @consideRatio | @minrk | @mriedem | @yuvipanda

1.1

1.1.0 - 2021-03-05

Enhancements made

  • jupyterhub_idle_culler: Support SSL when internal_ssl is enabled on jupyterhub #11 (@chancez)

Maintenance and upkeep improvements

  • General maintenance: readme badges, autoformatting, flake8 test, .gitignore, changelog #20 (@consideRatio)

Documentation improvements

Continuous integration

  • Add publish to PyPI GitHub workflow. #19 (@manics)

Contributors to this release

@1kastner | @betatim | @chancez | @ericdill | @manics | @meeseeksmachine | @minrk | @riyasyash | @rkdarst | @yuvipanda

1.0

1.0.0 - 2020-04-27

Initial release as a standalone Python package.