-
Release 2.0.1
StableAll checks were successfulCI / build (push) Successful in 5m52sreleased this
2026-09-02 09:06:16 -04:00 | 125 commits to main since this releaseChangelog
Bug Fixes
- cf455: Fixed package script usage to fall back on alternative scripts when necessary. (@maxpeterkaya)
- cc72d: Fixed package script usage to fall back on alternative scripts when necessary. (@maxpeterkaya)
Documentation
- 0a373: web-proxy now supports structured JSON logs for every request with status, metho (@maxpeterkaya)
- 7e288: Fixed package script usage to fall back on alternative scripts when necessary. (@maxpeterkaya)
- 05553: The web-proxy documentation has been updated with a new usage guide. (@maxpeterkaya)
Other Work
- e94e7: Fixed package script usage to fall back on alternative scripts when necessary. (@maxpeterkaya)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release 2.0.0
StableAll checks were successfulCI / build (push) Successful in 6m59sreleased this
2026-09-01 20:28:30 -04:00 | 131 commits to main since this releaseChangelog
New Features
- 0d764: Added runtime forms authentication when enabled in configuration. (@maxpeterkaya)
- 8c44f: Fixed forms authentication configuration to include additional settings. (@maxpeterkaya)
- 35b94: Fixed forms logic to handle authentication and session management. (@maxpeterkaya)
- ab16e: Created forms and bootstrap templates with improved layout and styling. (@maxpeterkaya)
- 10483: Fixed air configuration to include additional settings. (@maxpeterkaya)
- 5008a: Added support for multiple authentication keys. (@maxpeterkaya)
- f5a7e: Fixed key authentication middleware to use a new validation function. (@maxpeterkaya)
- 31660: Added a new function to validate keys against a list of known hashes. (@maxpeterkaya)
Bug Fixes
- c985c: Fixed package.json URL to point to the new repository. (@maxpeterkaya)
- fdf19: Fixed package script usage to fall back on alternative scripts when necessary. (@maxpeterkaya)
Dependencies
- abab2: Bumped dependencies and updated modules to latest versions. (@maxpeterkaya)
Documentation
- 91b88: Added forms authentication with customizable templates and session settings. (@maxpeterkaya)
- 1970d: Added default cryptographical password creation for empty password fields. (@maxpeterkaya)
Tests
- d142e: Fixed key validation to correctly identify valid and invalid keys. (@maxpeterkaya)
Chores
- afe4c: Fixed dependency node version to v24. (@maxpeterkaya)
- eaf89: Fixed setup action for Node.js to use version 7. (@maxpeterkaya)
- 79902: Fixed dependency node version to v24. (@Renovate Bot)
- a9a42: Fixed setup action for Node.js to use version 7. (@Renovate Bot)
- 5cc9e: The changelog action has been updated to v1.7.2. (@maxpeterkaya)
- b9665: Updated changelog action to v1.7.2. (@Renovate Bot)
- 78d98: Updated changelog action to v1.7.1. (@maxpeterkaya)
- 1a0c8: Updated workflow actions to use v1.7.1 changelog version. (@Renovate Bot)
- e324f: Fixed golang Docker tag to v1.27. (@Renovate Bot)
- 48080: Updated changelog action to v1.7.0. (@Renovate Bot)
Other Work
- aff7e: Fixed gitignore to include tmp folder. (@maxpeterkaya)
- a1765: Created a new workflow for publishing to npm. (@maxpeterkaya)
- 9a148: Bumped dependency NPM to version 1.0.4. (@maxpeterkaya)
- 9f2ed: Updated Dockerfile to use golang:1.27 as the builder image. (@maxpeterkaya)
- 9d7a5: Updated changelog action to v1.7.0. (@maxpeterkaya)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release 1.6.0
StableAll checks were successfulCI / build (push) Successful in 7m49sreleased this
2026-08-17 11:27:55 -04:00 | 160 commits to main since this releaseChangelog
New Features
- faccc: Added load balancer example with healthcheck and failover functionality. (@maxpeterkaya)
- d3ac6: Added target list to container proxy example in docker-compose configuration. (@maxpeterkaya)
- ead12: Added target logging to the main function. (@maxpeterkaya)
- b9abd: Fixed health balancer to use round robin when health checks are disabled. (@maxpeterkaya)
- 6db54: Fixed healthcheck configuration options to include enabled, interval, and timeou (@maxpeterkaya)
- d2bb4: Fixed health check for balancer to route to healthy targets. (@maxpeterkaya)
- efaad: Fixed proxy targets to use round-robin balancer with multiple targets when neces (@maxpeterkaya)
Bug Fixes
- c340c: Fixed .gitignore to include the web-proxy binary files. (@maxpeterkaya)
Dependencies
- 736c3: Fixed echo middleware version to v5. (@maxpeterkaya)
Chores
- 85356: Fixed setup-go action to use version v7 instead of v6. (@Renovate Bot)
- aa5fd: Updated changelog action to v1.6.3. (@Renovate Bot)
- 84cdb: Updated changelog action to v1.6.2. (@maxpeterkaya)
- 9b55c: The changelog action has been updated to v1.6.2. (@Renovate Bot)
Other Work
- 03e46: Removed outdated dependencies. (@maxpeterkaya)
- 16785: Updated changelog action to v1.6.3. (@maxpeterkaya)
- 1cc47: Updated the CI workflow to use the new setup-go action version v7. (@maxpeterkaya)
- a0820: The changelog entry for the commit "ci(snapshot) use changelog llm generator" is (@maxpeterkaya)
- 198d5: Fixed CI workflow to include OLLAMA model and repository settings. (@maxpeterkaya)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release 1.5.0
StableAll checks were successfulCI / build (push) Successful in 4m40sreleased this
2026-07-11 15:54:01 -04:00 | 178 commits to main since this releaseChangelog
New Features
- cdcc6: Updated changelog action to generate snapshot-specific changelog entries. (@maxpeterkaya)
- f16c3: Added bearer middleware support for authentication. (@maxpeterkaya)
- ca94c: Added Bearer auth support to example README. (@maxpeterkaya)
Chores
- 97e4f: Updated checkout action to v7 (@Renovate Bot)
- a59b6: Updated Node Docker tag to v26. (@Renovate Bot)
- f894b: Updated zerolog module to v1.35.1 (@Renovate Bot)
Other Work
- e5459: Removed changelog section from goreleaser configuration. (@maxpeterkaya)
- 33272: Added changelog generation to CI workflow (@maxpeterkaya)
- 446d1: Added bearer type to authentication config comment (@maxpeterkaya)
- a7109: Updated zerolog dependency to v1.35.1 (@maxpeterkaya)
- a4047: Updated Node.js Docker image to version 26. (@maxpeterkaya)
- 6f58f: Updated actions/checkout to version 7 in CI and snapshot workflows. (@maxpeterkaya)
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
2 downloads
-
Release 1.4.0
StableAll checks were successfulCI / build (push) Successful in 5m1sreleased this
2026-05-29 11:21:54 -04:00 | 190 commits to main since this releaseChangelog
New Features
- cd88c: Passed environment declaration in start command. (@maxpeterkaya)
- fb943: Seperated environment declaration from start command. (@maxpeterkaya)
Bug Fixes
- 01931: Avoided resetting custom start command. (@maxpeterkaya)
- bb805: Fixed package script usage to fall back on alternative scripts if necessary. (@maxpeterkaya)
Other Work
- c96b2: Removed codeql workflow. (@maxpeterkaya)
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
-
released this
2026-05-29 10:54:42 -04:00 | 195 commits to main since this releaseDownloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
Source code (ZIP)
-
released this
2026-05-19 10:46:43 -04:00 | 196 commits to main since this releaseChangelog
New Features
d62ce318c5feat: add config (#49)a239fa8144feat: add middleware (#49)
Bug fixes
fa26b5c6b2fix: only add middleware if auth present (#31)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
released this
2026-03-04 14:49:56 -05:00 | 207 commits to main since this releaseChangelog
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2026-02-11 23:00:20 -05:00 | 217 commits to main since this releaseChangelog
New Features
dff943269ffeat: add config option (#34)772f2deb2bfeat: add fmt to proxy target (#34)
Bug fixes
e82d19d9c5fix: checkout everything in ci
Other work
36aa578faedocs: add example to root readme (#34)9565c0fb50docs: create docker compose (#34)87df55166bdocs: create readme (#34)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
Release 1.1.0
StableAll checks were successfulCI / build (push) Successful in 4m24sreleased this
2026-02-11 22:22:18 -05:00 | 223 commits to main since this releaseChangelog
New Features
- 10a84 : create basic auth middleware (@maxpeterkaya)
- 49207 : create hash function (@maxpeterkaya)
- f9e0c : create crypto key function (@maxpeterkaya)
- bd1ef : add authentication config (@maxpeterkaya)
Bug Fixes
- 670d2 : hash default generated password (#31) (@maxpeterkaya)
Other Work
- 563bd : docs: add badges to root readme (@maxpeterkaya)
- 6b9ca : docs: add new examples to root readme (#3) (@maxpeterkaya)
- 86e9d : docs: fix dockerfile binary download link to forgejo (#3) (@maxpeterkaya)
- 7aa60 : docs: fix root readme link to forgejo (#3) (@maxpeterkaya)
- 5fabd : docs: create authentication example dockerfile (@maxpeterkaya)
- e68b1 : docs: create static website example dockerfile (@maxpeterkaya)
- 743cb : docs: create authentication example readme (@maxpeterkaya)
- 52683 : docs: create static website example readme (@maxpeterkaya)
- ddc5f : chore: Merge pull request 'chore(deps): update golang docker tag to v1.26' (#32) from renovate/golang-1.x into main
Reviewed-on: #32 (@maxpeterkaya)
- cab68 : chore: downgrade to echo v4 (@maxpeterkaya)
- 0f780 : chore(deps): update golang docker tag to v1.26 (@Renovate Bot)
- 4f18e : Delete .forgejo/dependabot.yml
Signed-off-by: maxpeterkaya maxpeterkaya@noreply.localhost (@maxpeterkaya)
- 92b53 : chore: Merge pull request 'chore(deps): update node docker tag to v25' (#29) from renovate/node-25.x into main
Reviewed-on: #29 (@maxpeterkaya)
- 40e1a : chore: Merge pull request 'chore(deps): update module github.com/labstack/echo/v4 to v5' (#28) from renovate/github.com-labstack-echo-v4-5.x into main
Reviewed-on: #28 (@maxpeterkaya)
- 5ca06 : chore(deps): update node docker tag to v25 (@Renovate Bot)
- da56f : chore(deps): update module github.com/labstack/echo/v4 to v5 (@Renovate Bot)
- 69fd6 : chore: Merge pull request 'chore(deps): update module github.com/labstack/echo/v4 to v5' (#27) from renovate/github.com-labstack-echo-v4-5.x into main
Reviewed-on: #27 (@maxpeterkaya)
- 5d6bd : chore(deps): update module github.com/labstack/echo/v4 to v5 (@Renovate Bot)
- f3dca : chore: Merge pull request 'chore(deps): update debian docker tag to v13' (#26) from renovate/debian-13.x into main
Reviewed-on: #26 (@maxpeterkaya)
- d9e42 : chore(deps): update debian docker tag to v13 (@Renovate Bot)
- 6d5bc : chore: Merge pull request 'chore(deps): update module github.com/labstack/echo/v4 to v4.15.0' (#25) from renovate/github.com-labstack-echo-v4-4.x into main
Reviewed-on: #25 (@maxpeterkaya)
- 3fa63 : chore(deps): update module github.com/labstack/echo/v4 to v4.15.0 (@Renovate Bot)
- 76f82 : chore: Merge pull request 'chore(deps): update golang docker tag to v1.25' (#24) from renovate/golang-1.x into main
Reviewed-on: #24 (@maxpeterkaya)
- 3d7c3 : chore(deps): update golang docker tag to v1.25 (@Renovate Bot)
- 2ef3b : chore: Merge pull request 'chore: Configure Renovate' (#23) from renovate/configure into main
Reviewed-on: #23 (@maxpeterkaya)
- b9beb : Add renovate.json (@Renovate Bot)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads