From f1cd03ff761447d5fc3042988750d697a74d7103 Mon Sep 17 00:00:00 2001 From: serj Date: Tue, 7 Oct 2025 13:10:58 +0300 Subject: [PATCH] Update changelog --- Changelog.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 32d402f..4966777 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,12 +3,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased - available on :latest tag for docker image] ### Changed -- Migrate to distroless docker image from scratch -- ### Added -- New ALLOWED_DEST_FQDN config env paramteter for filtering dest FQND based on regex patterns -- New SetIPWhitelist config env paramteter for setting whitelist set of ip addresses which allowed to use proxy connection -- Dependabot version updates automation + +## [v0.0.4] - 2025-10-07 + +**Important:** :warning: Starting with this release, the proxy requires authentication by default. The `REQUIRE_AUTH` parameter is now set to `true` by default. Please refer to the documentation for details on this change. + +### Changed +- Migrated to a distroless Docker image from scratch. +- Moved go-socks5 to a modified forked repository at https://github.com/serjs/go-socks5 as a dependency. + +### Added +- Added `REQUIRE_AUTH` parameter with a default value of `true` to enforce authentication for the proxy. +- Added `ALLOWED_DEST_FQDN` config environment parameter for filtering destination FQDNs based on regex patterns. +- Added `SetIPWhitelist` config environment parameter for setting a whitelist of IP addresses allowed to use the proxy connection. +- Implemented Dependabot version updates automation. ## [v0.0.3] - 2021-07-07 ### Added