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

[2025] Releasing version 3.0.0 #578

Open
amotl opened this issue Jan 18, 2025 · 1 comment
Open

[2025] Releasing version 3.0.0 #578

amotl opened this issue Jan 18, 2025 · 1 comment

Comments

@amotl
Copy link
Collaborator

amotl commented Jan 18, 2025

About

We are intending to release Responder 3.0.0.

Notes

  • responder 3.0.0 is largely compatible with responder 2.0.0,
    and unlocks using it with Python 3.11 and higher.
  • All subsystems have been refactored to be true extensions,
    see responder.ext.{cli,graphql,openapi,schema}.

Preview

Pre-release packages are available on PyPI. Feedback is very much welcome.

Demo

Demonstrate package downloading and invocation works well.

uv run --with='responder[cli]>=3.0.0.dev0' -- responder --version
variants

uv solo

uv run --python=3.8 --with='responder[cli]>=3.0.0.dev0' -- sh -c "python -V; responder --version"
uv run --python=3.13 --with='responder[cli]>=3.0.0.dev0' -- sh -c "python -V; responder --version"

uv+Docker

export PYTHON=python3.8
export PYTHON=python3.13
docker run "ghcr.io/astral-sh/uv:${PYTHON}-bookworm-slim" \
  uv run --with='responder[cli]>=3.0.0.dev0' -- responder --version

Downstream

Updates to responder 3.0.0, validated on downstream projects.

Details

What's inside

Maintenance

Currently, the package can't be installed on current systems, i.e. Python 3.11+.
The next release intends to improve this situation.

Code wrangling

Some subsystem modules got lost on the main branch.
Those patches bring them back into responder.ext.

Documentation

The documentation is on RTD now.

@adrian-kuhn
Copy link

Hi Andreas,
that's good news! I'm happy to test it with our next release and let you now, if we encounter any problems.

Thank you for your great work with this great library,
Adrian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants