Api Gateway Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.2 - 2025-03-21
-
Update Spring Boot to 3.3.10
-
Update Spring Cloud to 2023.0.5
-
Update dependencies
-
Update UBI9 base image
0.5.0 - 2024-09-25
-
Always add auth source header to all requests flowing through API GW
-
AXPD-9386 - Add JSONSchema support for search/browse messages
-
AXPD-9342 - Prepare Readme.md as external doc
-
Update Docker base-image to the latest version to resolve CVEs
0.4.5 - 2024-07-31
-
AXPD-9059 - Adding error message body to permission response
-
Remove
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
duplication on the response header when routing to/api/metrics/**
-
Remove
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
duplication on the response header when routing to/api/metrics/api-docs/**
-
Remove
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
duplication on the response header when routing to/api/stream_configs/*/browse
-
Remove
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
duplication on the response header when routing to/api/browse/**
-
Remove
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
duplication on the response header when routing to/**
0.3.1 - 2024-03-13
-
Remove
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
duplication on the response header when routing to/auth/**
-
Remove
Access-Control-Allow-Credentials
andAccess-Control-Allow-Origin
duplication on the response header when routing to/api/billing/**
0.3.0 - 2024-02-29
-
Set a default annotation for API Gateway’s Ingress
proxy-buffer-size: "128k"
to handle the Keycloak login form -
Add Metrics Exposer backend
0.2.0 - 2023-12-12
-
Document configuration variables for Docker
-
AXPD-7984 - Make axual-api-gateway image Red Hat compliant
-
AXPD-6799 - Add
values.schema.json
to API Gateway helm-chart -
Topic browse request must include X-User-Auth-Source header
-
AXPD-8185 - Add Axual License
-
AXPD-8168 - Unify logging pattern