Skip to content

Releases: dsgnr/portchecker.io

v3.2.0

22 Nov 08:40
bf1b6f7
Compare
Choose a tag to compare

What's Changed

  • Add sponsorship button to repository by @dsgnr in #267
  • Make method name more representative of its task by @dsgnr in #268
  • Correct docstrings and incorrect typehints by @dsgnr in #269
  • Make docker-compose files more complete by @dsgnr in #270
  • Add spotlight section to README by @dsgnr in #271
  • JavaScript refactor and lint checking by @dsgnr in #272
  • Add DB Tech YouTube video to spotlight section of README by @dsgnr in #273
  • Fix issue where the ALLOW_PRIVATE env var was not being evaluated correctly by @dsgnr in #274
  • Make the query message update the host on submit by @dsgnr in #275
  • Add pre-commit hook by @dsgnr in #278
  • Make pre-commit hook fail fast by @dsgnr in #279
  • Update API dependencies by @dsgnr in #280
  • Docker improvements by @dsgnr in #281
  • Bump release v3.2.0 by @dsgnr in #282

Full Changelog: v3.1.2...v3.2.0

v3.1.2

18 Nov 17:55
d75622d
Compare
Choose a tag to compare

What's Changed

  • Update CodeQL workflow by @dsgnr in #264
  • Fix web container where volume mounts are used by @dsgnr in #266

Full Changelog: v3.1.1...v3.1.2

v3.1.1

18 Nov 15:56
9bedc34
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect defaults for env vars in README by @dsgnr in #256
  • Add threading to socket check by @dsgnr in #257
  • Make DEFAULT_PORT environment variable work for static UI image" by @dsgnr in #258
  • Use the new API endpoint in the UI by @dsgnr in #259
  • Remove unused Google Adsense environment variable by @dsgnr in #260
  • [web] Bump cross-spawn from 7.0.3 to 7.0.6 in /frontend/web by @dependabot in #261
  • Add docs endpoint to webpack dev proxy by @dsgnr in #262
  • Bump release 3.1.1 by @dsgnr in #263

Full Changelog: v3.1.0...v3.1.1

v3.1.0

09 Nov 00:44
e92d102
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

05 Nov 12:50
3c667d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v3.0.0

v2.0.1

03 Nov 09:28
117e623
Compare
Choose a tag to compare

What's Changed

  • Fix issue where event listeners were registered twice by @dsgnr in #228
  • Bump dependencies by @dsgnr in #233

Full Changelog: v2.0.0...v2.0.1

2.0.0

23 Aug 21:02
0df6f14
Compare
Choose a tag to compare

What's Changed

  • Bump webpack from 5.88.2 to 5.89.0 in /frontend/web by @dependabot in #187
  • Bump postcss from 8.4.27 to 8.4.31 in /frontend/web by @dependabot in #186
  • Bump html-webpack-plugin from 5.5.3 to 5.6.0 in /frontend/web by @dependabot in #189
  • Bump follow-redirects from 1.15.2 to 1.15.4 in /frontend/web by @dependabot in #191
  • Bump css-minimizer-webpack-plugin from 5.0.1 to 6.0.0 in /frontend/web by @dependabot in #193
  • Bump css-loader from 6.8.1 to 6.10.0 in /frontend/web by @dependabot in #195
  • Bump mini-css-extract-plugin from 2.7.6 to 2.8.0 in /frontend/web by @dependabot in #196
  • Correct regex for port range by @dsgnr in #217
  • Bump follow-redirects from 1.15.4 to 1.15.6 in /frontend/web by @dependabot in #208
  • Bump webpack-dev-server from 4.15.1 to 5.0.4 in /frontend/web by @dependabot in #209
  • Bump webpack from 5.89.0 to 5.91.0 in /frontend/web by @dependabot in #210
  • Bump express from 4.18.2 to 4.19.2 in /frontend/web by @dependabot in #212
  • Bump gunicorn from 21.2.0 to 22.0.0 in /backend by @dependabot in #213
  • Bump mini-css-extract-plugin from 2.8.0 to 2.9.0 in /frontend/web by @dependabot in #214
  • Bump pydantic from 2.0.3 to 2.4.0 in /backend by @dependabot in #215
  • Bump micromatch from 4.0.5 to 4.0.8 in /frontend/web by @dependabot in #218
  • Bump braces from 3.0.2 to 3.0.3 in /frontend/web by @dependabot in #219
  • Bump ws from 8.13.0 to 8.18.0 in /frontend/web by @dependabot in #220

Full Changelog: 2.0.0b...v2.0.0

2.0.0b

28 Jul 07:49
f22f12a
Compare
Choose a tag to compare

Rewrites the front-end to a single page HTML instead of React. This is an incredibly small and simple application, so maintaining the various dependencies that come with a React site is a bit overkill.

The backend API is also refactored to move away from using AWS Lambda functions. The usage and popularity of this site is absolutely fantastic, but also quite unexpected. There have been numerous overage fees within the AWS free-tier limits, which is not sustainable without donations from users.

I see discussions related to portchecker.io, and some users have asked about self hosting. The changes made here also means that this project is more portable/not vendor locked in and only requires Docker to run.

As always, feedback and recommendations are more than welcomed!

Please consider the rewritten front-end and API as a beta release.

What's Changed

  • Refactor both front-end and backend to make app more simple and portable by @dsgnr in #184
  • Cleanup directories by @dsgnr in #185

Full Changelog: v1.0.10...2.0.0b

v1.0.11

12 Jan 21:16
9268418
Compare
Choose a tag to compare

What's Changed

  • Fix codeQL badge in README in #20
  • Various style improvements in #26
  • Bump babel-preset-react-app from 10.0.0 to 10.0.1 in /webui in #25
  • Update docker-compose for production to use GitHub container registry in #28
  • Bump eslint from 8.4.1 to 8.5.0 in /webui in #27
  • Bump @babel/core from 7.16.0 to 7.16.5 in /webui in #24
  • Bump terser-webpack-plugin from 5.2.5 to 5.3.0 in /webui in #29
  • Bump @babel/preset-react from 7.16.0 to 7.16.5 in /webui in #22
  • Bump cssnano from 5.0.12 to 5.0.14 in /webui in #30
  • Bump @emotion/babel-plugin from 11.7.1 to 11.7.2 in /webui in #32
  • Bump node-sass from 7.0.0 to 7.0.1 in /webui in #33
  • Bump webpack-dev-server from 4.6.0 to 4.7.3 in /webui in #40
  • Bump eslint-plugin-react from 7.27.1 to 7.28.0 in /webui in #42
  • Bump @babel/preset-env from 7.16.4 to 7.16.8 in /webui in #39
  • Bump postcss-preset-env from 7.0.1 to 7.2.3 in /webui in #43
  • Bump @babel/core from 7.16.5 to 7.16.7 in /webui in #44
  • Upgrade all dependencies in #45
  • v1.0.11 release in #46
  • Merge to master in #47

Full Changelog: v1.0.10...v1.0.11

v1.0.10

13 Dec 20:22
ee48838
Compare
Choose a tag to compare

What's Changed

  • Experiment with codeql-analysis GitHub Actions in #16
  • Experiment with image building in GitHub Actions in #17
  • Bump @svgr/webpack from 6.1.1 to 6.1.2 in /webui in #14
  • Bump postcss from 8.4.4 to 8.4.5 in /webui in #13
  • Bump @emotion/babel-plugin from 11.3.0 to 11.7.1 in /webui in #15
  • Bump @emotion/react from 11.7.0 to 11.7.1 in /webui in #12
  • Bump react-router-dom from 6.0.2 to 6.1.1 in /webui in #11
  • Update README and CHANGELOG for new release in #18

New Contributors

Full Changelog: v1.0.9...v1.0.10