File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.3] - 2026-02-26
11+
12+ ### Added
13+
14+ - PreparedStatement execution support for parameterized SQL requests.
15+ - API key and URI template support for API Padro integrations.
16+
17+ ### Changed
18+
19+ - Extended proxy DTO/decorator flow to support authenticated external API calls with headers and API keys.
20+
1021## [ 1.2.2] - 2026-02-16
1122
1223### Changed
@@ -115,7 +126,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115126
116127- Various bug fixes and improvements from development phase
117128
118- [ Unreleased ] : https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.2...HEAD
129+ [ Unreleased ] : https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.3...HEAD
130+
131+ [ 1.2.3 ] : https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.2...sitmun-proxy-middleware/1.2.3
119132
120133[ 1.2.2 ] : https://github.com/sitmun/sitmun-proxy-middleware/compare/sitmun-proxy-middleware/1.2.0...sitmun-proxy-middleware/1.2.2
121134
Original file line number Diff line number Diff line change 11[ ![ License: EUPL v1.2] ( https://img.shields.io/badge/License-EUPL%20v1.2-blue.svg )] ( LICENSE )
2- ![ Version] ( https://img.shields.io/badge/version-1.2.2 -blue.svg )
2+ ![ Version] ( https://img.shields.io/badge/version-1.2.3 -blue.svg )
33
44# SITMUN Proxy Middleware
55
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ scmVersion {
9595 versionIncrementer(' incrementPatch' )
9696}
9797
98- project. version = ' 1.2.2 '
98+ project. version = ' 1.2.3 '
9999
100100// Git hooks setup
101101tasks. register(' setupGitHooks' ) {
You can’t perform that action at this time.
0 commit comments