Back to all versions

4.11.1

2024-05-24
patch

Security 1

  • Add denylist for target URLs in actions high
    Adds a denylist for target URLs in Actions to improve security by preventing connections to restricted addresses.
    actions

Bug Fixes 4

  • Correct log stream in setup command (#11623, #11435)
    Ensures the setup command correctly prints logs by using the Runtime stream and adding the 'ready' state to the default configuration.
    setup logging
  • Masking of grouped log attributes (#11606, #11435)
    Fixes an issue where grouped log attributes were not being masked even when their keys were configured for masking. Implementation now uses a binary search for faster key matching.
    logging
  • Add denylist for target URLs in actions high
    Adds a denylist for target URLs in Actions to improve security by preventing connections to restricted addresses.
    actions
  • Improve permission checks on user update API
    Corrects permission checks during user updates to ensure they are based on the provided data.
    api

Contributors 1