Skip to main content

SAMO Gateway Release Notes

12.0.1

April 7, 2026

Changes since previous versionHelpDesk
Library upgrades
Dependency updates.
Metrics endpoint added.
Security
Stronger password hashing algorithm support added.
Legacy authentication method removed.
Monitoring
Error tracking integration added.
Fixed bugs
Session handling improvements under concurrency.
Cookie handling made concurrency-safe.
Cookie wait time optimized for internal services.

12.0.0

January 14, 2026

Changes since previous versionHelpDesk
Technological upgrade
Application framework modernization.
Observability
Observability tooling integrated.
Authentication
Several legacy authentication protocols removed from Gateway and centralized in Authentication Server.
Endpoints
Info endpoint available without login.
Logout propagation to Application Server added.
Minor endpoint fixes.
Fixed bugs
Session monitor bug fixed.
JSON body proxying fixed.
JWT authentication provider fixed for immutable claims.
Remember-me cookie correctly cleared on logout.
Library upgrades
Dependency updates.

11.1.11

February 18, 2026

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug with concurrent modification exception when handling multiple requests with shared cookies.9398

11.1.10

February 13, 2026

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug when Gateway adds wait time when communicating with TAI server.8764

11.1.9

January 26, 2026

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug when Gateway does not unlock licenses in the rest of the cases.9881

11.1.8

December 15, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug when Gateway does not unlock licenses.9702

11.1.7

October 22, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug when Gateway with session handling in LAS communication.9550
Fixed a bug with remember me cookie.7129

11.1.6

September 15, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug creating more sessions on LIDS Application Server when LIDS Application Server and User Service share hostname and port.8729

11.1.5

August 11, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug which sometimes throw concurrent modification exception.9214

11.1.4

August 11, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug which was sometimes creating lag on first request.

11.1.3

June 09, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug which was sometimes throwing concurrent modification exception.

11.1.2

June 09, 2025

Changes since previous versionHelpDesk
Application
Gateway applications on the front page are ordered alphabetically.
Authentication
Gateway is now able to connect to SAMO Authentication Server.

11.1.1

March 27, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed docker image for Windows 2022.

11.1.0

March 27, 2025

Changes since previous versionHelpDesk
Library upgrades
SAMO Server library upgrade
Metadata
Default datasource in application metadata can be set as variable referencing an environment property.
Auditing
Added user identification to auditing.

11.0.3

March 27, 2025

Changes since previous versionHelpDesk
Library upgrades
Various library upgrades - SAMO Server libraries, etc.
Language support
Added localised messages for unauthorized errors.

11.0.2

May 14, 2024

Changes since previous versionHelpDesk
Licensing
Small changes to support new licensing for Dynamic App and new Browser.

11.0.1

March 06, 2024

Changes since previous versionHelpDesk
Upgrade
Java upgrade to Java 17

10.14.8

August 11, 2025

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug which was sometimes creating lag on first request.

10.14.7

April 23, 2024

Changes since previous versionHelpDesk
Authentication
Added new property gateway.saml.max_authentication_age which defines how long the saml authentication is considered valid.

10.14.5

March 06, 2024

Changes since previous versionHelpDesk
Upgrade
Tomcat runner update in docker image to tomcat.
Fixed bugs
Fixed a bug when Gateway creates more sessions on LIDS Application Server for only one session from Dynamic App.

10.14.3

October 10, 2023

Changes since previous versionHelpDesk
UI changes
Changed login background image.
Fixed bugs
Fixed a bug with session and request monitoring.
Fixed SAML authentication.

10.14.1

June 09, 2023

Changes since previous versionHelpDesk
Fixed bugs
Fixed a bug with remember me tables.

10.14.0

February 02, 2023

Changes since previous versionHelpDesk
Fixed bugs
Fixed a general logging bug.
Fixed a bug with ESET error when pinging datasource.
Libraries upgrades
SAMO Server and SAMO Security libraries upgraded to version 1.64.0.
Spring Framework upgrade

10.13.0

December 01, 2022

Changes since previous versionHelpDesk
Cas server authentication
Gateway now supports CAS server authentication using can protocal version 3.

10.12.1

October 07, 2021

Changes since previous versionHelpDesk
Console remeber me login option
Gateway now supports "remember me" login option for console.4986

10.11.1

September 20, 2021

Changes since previous versionHelpDesk
Reload Configuration
Gateway since this version automatically refreshes list of client configuration files upon configuration reload.3418

10.11.0

August 10, 2021

Changes since previous versionHelpDesk
Slow log support
Gateway since this version supports logging of slow proxy-requests or db operations. Example configuration:
gateway.slowLog.controllers.enabled=true
gateway.slowLog.controllers.threshold=1000
gateway.slowLog.proxy.enabled=true
gateway.slowLog.proxy.threshold=1000
gateway.slowLog.database.enabled=true
gateway.slowLog.database.threshold=1000
Or equivalent shortcut:
gateway.slowLog.*.enabled=true
gateway.slowLog.*.threshold=1000
It is recommended to setup slow logger in following way:
logging.slow.level=INFO
logging.slow.sendToRoot=false
logging.slow.writeToConsole=false
logging.slow.writeToFile=true

10.10.0

August 09, 2021

Changes since previous versionHelpDesk
Windows Docker container
Gateway since this version will be avialable also as windows docker container (version windows-x.x.x).
Shared cookies jar option
Gateway since this version supports backend cookies sharing. This is useufull in public applications.

10.9.0

June 25, 2021

Changes since previous versionHelpDesk
Fixed bugs
Fixing possible NPE in case of enabled session monitor (version windows-x.x.x).5792
data-source validationQueryTimeout=10 by default.

10.7.1

June 02, 2021

Changes since previous versionHelpDesk
Fixed bugs
Important! Fixing incomplete client configuration load. This version of gatewat fixes situation when some of client (Dynamic App) configuration files are not loaded properly.4527

10.7.0

May 25, 2021

Changes since previous versionHelpDesk
User account lockout
Gateway now supports account locking in case of too many wrong authentication attempts
Example configuration (sec_config table):
account.policy.lockoutDuration=900000
account.policy.lockThreshold=15
account.policy.counterResetAfter=120000
Account will be locked after 15 wrong attempts for 15minutes. Attempts counter will reset in 2minutes.

10.6.0

April 01, 2021

Changes since previous versionHelpDesk
POST login endpoint
Gateway now supports login using POST request with username & password body.
microsoftIDM
Gateway now supports authentication using microsoftIDM.

10.5.0

March 08, 2021

Changes since previous versionHelpDesk
SAMO Server 1.16.0
General improvements, localized exceptions.
Proxies order aware
Gateway is now respecting order of proxies definition therefore it is possible to override proxy-location defintion.

10.4.0

January 14, 2021

Changes since previous versionHelpDesk
SAMO Server 1.9.8
Standartized configuration watch, enhanced extensions support.
securityJwtToken up stream authorization
secuirityJwtToken up stream authorization is not configured by:
fixedUsername - authentication that will be used no matter on current user session
fallbackUsername - authentication that will be used if there is no user session

10.3.4

December 09, 2020

Changes since previous versionHelpDesk
SAMO Server 1.9.2
Fixed editing of navigation links (console).

10.3.3

December 07, 2020

Changes since previous versionHelpDesk
SAMO Server 1.9.0
new defaults for http client:
http.socketTimeout=3600000 //1h
http.connectTimeout=3600000 //1h
http.maxConnections=100
http.maxConnectionsPerRoute=100
Fixing hanging sessions in session monitor

10.3.2

December 01, 2020

Changes since previous versionHelpDesk
Important! Fixing disabled users application access
Gateway is in this version fixing issue when users with valid=0 in sec_user were able to access gateway applications.
Improved performance for compressed data stream
Gateway is now better handling up-stream compressed (gziped) streams. This leads to better perfomance FE clients eg. Dynamic app.

10.3.1

November 26, 2020

Changes since previous versionHelpDesk
Adding health check endpoint
Gatway is now providing standard /api/rest/health endpoint.

10.3.0

November 26, 2020

Changes since previous versionHelpDesk
SAMO Server 1.8.1
User service is now using Samo Server libraries v1.8.1.
Tomcat 9.0.40
Docker container is now using Tomcat 9.0.40.
Fixing db_management table detection error3689
Fixing components resolutions for pre-release version
Gateway is correctly resolving pre-release compoents eg. 7.5.3-dev.
_user.id variable support
Gateway now supports _user.id variable in proxy endpoints evaluation.

10.2.0

October 11, 2020

Changes since previous versionHelpDesk
SAMO Server 1.6.3
Gateway is now using Samo Server libraries in version 1.6.3.

10.1.0

October 09, 2020

Changes since previous versionHelpDesk
SAMO Server 1.4.0
Gateway is now using SAMO Server libraries in version 1.4.0. This version brings improvements in server console, configuration management and certificates management.

10.0.1

September 01, 2020

Changes since previous versionHelpDesk
Adjustments for usage with samo a-proxy (portals)
Gateway is now tuned-up for usage in portal projects (cooperation with lifeary a-proxy and samo-portal 1.6.X).
SAMO Server 1.2.0
Gateway is now using SAMO Server libraries in version 1.2.0. This version brings improvements in server console and configuration management.
Fixing NPE exception for proxy without up-stream authroization
java.lang.NullPointerException at com.asseco.samo.gateway.management.ApplicationsManagementService.lambda$listApplications$0(ApplicationsManagementService.java:167)

10.0.0

August 14, 2020

Changes since previous versionHelpDesk
SAMO next generation gateway
Gateway is now based on new SAMO Server standart.
Simplified configuration and improved services.
See SAMO platform 7.3 migration guide

8.2.9

December 20, 2021

Changes since previous versionHelpDesk
CVE-2021-44228
Upgraded libraries.

8.2.7

August 03, 2020

Changes since previous versionHelpDesk
New PostgresSQL driver
Gateway is now using upgraded postgre driver.