Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for 1.2.0 #246

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ The changelog should be updated using the tool `github-activity --heading-level=
To install and configure it, see https:/executablebooks/github-activity#readme.
-->

## 1.2

### 1.2.0 - 2023-05-22

The release adds support for JupyterHub 4.

([full changelog](https:/jupyterhub/nativeauthenticator/compare/1.1.0...1.2.0))

#### Enhancements made

- Register native as an jupyterhub authenticator class [#247](https:/jupyterhub/nativeauthenticator/pull/247) ([@consideRatio](https:/consideRatio))

#### Maintenance and upkeep improvements

- Add test as optional dependency, refactor fixtures to conftest.py, fix code coverage setup [#245](https:/jupyterhub/nativeauthenticator/pull/245) ([@consideRatio](https:/consideRatio))
- pre-commit: add autoflake, use isort over reorder-python-imports [#244](https:/jupyterhub/nativeauthenticator/pull/244) ([@consideRatio](https:/consideRatio))
- maint: transition to pypi trusted workflow release, put tbump conf in pyproject.toml [#243](https:/jupyterhub/nativeauthenticator/pull/243) ([@consideRatio](https:/consideRatio))
- Add xsrf token to the login, signup, and password changing pages [#239](https:/jupyterhub/nativeauthenticator/pull/239) ([@agostof](https:/agostof))
- Use XSRF tokens for cross-site protections [#236](https:/jupyterhub/nativeauthenticator/pull/236) ([@djangoliv](https:/djangoliv))
- dependabot: rename to .yaml [#235](https:/jupyterhub/nativeauthenticator/pull/235) ([@consideRatio](https:/consideRatio))
- dependabot: monthly updates of github actions [#233](https:/jupyterhub/nativeauthenticator/pull/233) ([@consideRatio](https:/consideRatio))

#### Continuous integration improvements

- ci: pin sqlalchemy 1 on jupyterhub 1 and 2 [#240](https:/jupyterhub/nativeauthenticator/pull/240) ([@minrk](https:/minrk))

#### Contributors to this release

([GitHub contributors page for this release](https:/jupyterhub/nativeauthenticator/graphs/contributors?from=2022-09-09&to=2023-05-21&type=c))

[@agostof](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3Aagostof+updated%3A2022-09-09..2023-05-21&type=Issues) | [@consideRatio](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3AconsideRatio+updated%3A2022-09-09..2023-05-21&type=Issues) | [@djangoliv](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3Adjangoliv+updated%3A2022-09-09..2023-05-21&type=Issues) | [@minrk](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3Aminrk+updated%3A2022-09-09..2023-05-21&type=Issues)

## 1.1

### 1.1.0 - 2022-09-09
Expand Down