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

Refactor NameServer and other improvements #7

Merged
merged 23 commits into from
Dec 9, 2024
Merged

Refactor NameServer and other improvements #7

merged 23 commits into from
Dec 9, 2024

Conversation

nhairs
Copy link
Owner

@nhairs nhairs commented Nov 2, 2024

Fixes: #6

Changes

  • Drop Python 3.7 support.
  • Add Python 3.10 support.
  • Move tooling to uv.
  • Add GitHub Actions test suite.
  • Refactor NameServer and Middleware
  • Add new CLI for running servers
  • Add contributing.md and security.md
  • Various updates to docs
  • Transport fixes (cherry-picked from 4a0c23c)

Test Plan

  • unit tests
  • check docs using ./dev.sh docs

@nhairs nhairs changed the title Version 3.0.0 Version 3.0.0.dev1 Nov 22, 2024
@nhairs nhairs changed the title Version 3.0.0.dev1 Refactor NameServer and other improvements Nov 23, 2024
@nhairs
Copy link
Owner Author

nhairs commented Nov 23, 2024

Have uploaded rendered docs as dev: https://nhairs.github.io/nserver/dev/

@nhairs
Copy link
Owner Author

nhairs commented Dec 2, 2024

Hi @adulau, I can see you lurking in the reactions 😉 . I was wondering if you'd be willing to take a look at this PR at a high level (perhaps even just looking at the new docs) and letting me know if the new design makes sense as a potential consumer of the library? 🙏

(No pressure though)

@nhairs nhairs merged commit 6fbc9f4 into main Dec 9, 2024
4 checks passed
@nhairs nhairs deleted the dev branch December 9, 2024 10:21
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

Successfully merging this pull request may close these issues.

Uncaught OSError: [Errno 107] Transport endpoint is not connected
1 participant