3.1.3.Final
Changelog
All notable changes to Apiman will be documented here (as of Apiman 3).
3.1.3.Final
Added
Changed
Removed
Fixed
- [gateway]: Use UTC for Time Restricted-Access-Policy. The Gateway used the configured local (server) time instead of UTC while applying the rules. This could have lead to a mismatch between configuration (UTC) and execution. By Florian Volk (@volkflo).
- [manager-ui]: Fix CSS issue with metrics popover legend being white/invisible. By Marc Savy (@msavy).
- [common-config]: Fix an edge case in EnvLookup where
List.ofmight be used with anullelement which results in a NPE and metrics not rendering with certain configurations. By .