Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.60.3 #234

Merged
merged 3 commits into from
Mar 31, 2023
Merged

4.60.3 #234

merged 3 commits into from
Mar 31, 2023

Commits on Mar 31, 2023

  1. version bump

    Jim Olsen committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    97e34fa View commit details
    Browse the repository at this point in the history
  2. 4.60.3

    # 4.60.3
    <!-- MarkdownTOC -->
    
    - [Bugfix: Error while getting dashboard spaces](#bugfix-error-while-getting-dashboard-spaces)
    - [Bugfix: Warning while getting adapter fetch history events](#bugfix-warning-while-getting-adapter-fetch-history-events)
    - [Feature: Add option to disable log secret hiding](#feature-add-option-to-disable-log-secret-hiding)
    
    <!-- /MarkdownTOC -->
    
    ## Bugfix: Error while getting dashboard spaces
    
    The schema for Chart objects within Dashboard Spaces was raising errors due to newly added attributes 'shared' and 'private'.
    
    ## Bugfix: Warning while getting adapter fetch history events
    
    The schema for Adapter Fetch History Events was raising warnings due to newly added attributes 'axonius_version'.
    
    ## Feature: Add option to disable log secret hiding
    
    New command line argument for axonshell:
    
    ```text
    -lhs, --log-hide-secrets / -nlhs, --no-log-hide-secrets
                                    Enable hiding of secrets in log output  [env
                                    var: AX_LOG_HIDE_SECRETS; default: log-hide-
                                    secrets]
    ```
    
    New parameter for `axonius_api_client.connect.Connect`:
    
    ```text
    log_hide_secrets: bool = True
    log_hide_secrets: enable or disable hiding of secrets in logging system
    ```
    Jim Olsen committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7fc7da5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #233 from Axonius/SA-4153/bugfix/dashboard_chart_s…

    …chema_too_strict
    
    4.60.3
    Jim Olsen committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c745a4c View commit details
    Browse the repository at this point in the history