Skip to content

Releases: dsgnr/portchecker.io

v1.0.9

10 Dec 21:55
a1251f2
Compare
Choose a tag to compare

What's Changed

  • Fix undefined env variable in console log in #10

Full Changelog: v1.0.8...v1.0.9

v1.0.8

10 Dec 19:11
61ab8c5
Compare
Choose a tag to compare

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

08 Dec 20:19
71a6779
Compare
Choose a tag to compare

What's Changed

  • Migrate dependency management to Yarn in #2

Full Changelog: v1.0.6...v1.0.7

v1.0.6

11 Nov 22:10
b292442
Compare
Choose a tag to compare

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

07 Nov 21:45
8fdbacf
Compare
Choose a tag to compare

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

02 Nov 11:35
0f08bc3
Compare
Choose a tag to compare

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

29 Sep 07:38
18705f9
Compare
Choose a tag to compare
  • 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

28 Sep 21:21
36ff78c
Compare
Choose a tag to compare
  • 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