Releases: melosso/portway
2025.12.0
Tip
This release introduces new features and is ment to be used as a drop-in replacement, so you can safely update from the previous version. While we take care to avoid breaking changes, we strongly recommend making a full backup of your application folder before upgrading. We've got an upgrade guide available here.
Fixes:
This release only contains minor fixes:
- Fixed the POST endpoint returning
200instead of201 - Fixed inconsistent
500response bodies - Fixed mismatched response headers
If you're running into issues, please make sure to create a new Issue! We'd be happy to help.
Full Changelog: https://github.com/melosso/portway/commits/2025.12.0
2025.11.0
Tip
We're excited to share the the first public release of Portway. Please make sure to check out our documentation and demo pages, to make sure you're not missing out on any relevant details.
This is Portway. A lightweight API gateway for Windows Server, used for reliable and secure data access and service proxying.
Features
- Free, open-source!. We intend to keep it that way.
- Various endpoint types. Such as SQL Server, (API) proxy services, file system, static, and webhook endpoints
- Token-based authentication. Secure API access using a simple, approachable standard.
- Environment isolation. Separate various environment using the same API.
- Built-in OpenAPI documentation. Auto-generated API documentation, easily configurable.
- Rate limiting. Configurable request throttling.
- Comprehensive logging. Request/response monitoring.
If you're running into issues, please make sure to create a new Issue! We'd be happy to help.