8000 Release v1.1.0: Upgrade WhatsMyName-Docker to Release 1.1.0 Β· kodamaChameleon/wmn-docker Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0: Upgrade WhatsMyName-Docker to Release 1.1.0

Latest
Compare
Choose a tag to compare
@kodamaChameleon kodamaChameleon released this 31 Dec 15:34
· 1 commit to main since this release
79c4141

πŸš€ WhatsMyName-Docker v1.1.0 Release

We're excited to announce the release of WhatsMyName-Docker v1.1.0 (WMN)! πŸŽ‰ This version introduces a significant new feature, batch username submission, and minor resolves minor issues.

πŸ“œ Release Highlights

  • πŸ†• Batch Username Submission for more efficient workflows.
  • πŸ› οΈ Prettified Output for the demo utility.
  • πŸ“„ FastAPI's Interactive API Docs for easier developer access.
  • πŸ”§ Resolved dependency and Docker Compose compatibility issues.
  • ⚠️ Breaking Change: wmn.db β†’ user.db.

πŸ†• Key Features & Improvements

Batch Username Submission

You can now submit multiple usernames at once with the new Batch Username Submission feature.
This enhancement allows for greater efficiency in handling large lists of usernames in a single request.
See updated API documentation (available via FastAPI's built-in docs) for usage details.

Issue #2

Prettified Client Output

The python3 client.py -u <username> utility has been updated to generate prettified output, making results more readable and demo-friendly.

Example of the new output:
example

πŸ”§ Fixes & Enhancements

Closed Issues

Specify Requirements Versions (#5)
Dependencies are now explicitly versioned in the requirements.txt, ensuring consistent builds and reducing potential dependency conflicts.

Utilize FastAPI Built-In Docs (#4)
FastAPI's interactive docs are now enabled, providing developers with an easy-to-use, auto-generated API documentation interface. Just navigate to /docs or /redoc on your running instance.

Docker Compose 3.3 Backwards Compatibility (#3)
The docker-compose.yml has been updated to maintain compatibility with Docker Compose version 3.3, broadening support for older environments.

⚠️ Breaking Change: Database Name Change

The username database file has been renamed from wmn.db to the more generic user.db.

For Upgraders:

  • Option 1: Rename your existing wmn.db to user.db. (Recommended)
  • Option 2: Edit the DB_FILE setting in ./app/utils/config.py back to wmn.db.

Thank You! ❀️

A huge thank you to the community for your feedback and contributions. πŸŽ‰

Let us know what you think and report any issues on the GitHub Issues page.

0