Releases: dsgnr/portchecker.io
Releases · dsgnr/portchecker.io
v1.0.9
What's Changed
- Fix undefined env variable in console log in #10
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Add license to repository in #4
- Use Nginx to serve production instead of webpack in #7
- Allow default port to be defined on build in #8
- Separate dev and prod environments in #9
Full Changelog: v1.0.6...v1.0.8
v1.0.7
What's Changed
- Migrate dependency management to Yarn in #2
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.5...v1.0.6
- Update package.json dependencies
- Improve webui styling for when the users browser does not have JavaScript enabled
v1.0.5
Full Changelog: v1.0.4...v1.0.5
- Move users IP detector (for form auto population) to Cloudflare DNS to avoid some spam filters
- Improve styling for pending/in-progress tasks
- Update UI to use improved Lambda API task
v1.0.4
Migration from Kubernetes to AWS Beanstalk and Lambda functions. The API now uses AWS API Gateway, so there is now no longer a need to implement a Flask API.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- Add Kubernetes probes for RabbitMQ
- Rename Redis manifest file and add Kubernetes probes
- Ensure the form captures errors better
- Make the form submit on return key press
- Increase the check time on front-end and API Kubernetes deployments
v1.0.2
- Add liveness and startup probe to api and front-end Kubernetes manifest
- Update webpack to version 5.55.0
- Add healthz for API
- Stop scaling on mobile
- Update page title
- Remove websocket for production
- Correct homepage and demo URLs in README