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

feat(bus): remove AMQP communication transport #173

Merged
merged 7 commits into from
Jun 17, 2024

Commits on Jun 12, 2024

  1. feat(bus): remove AMQP communication transport

    BREAKING CHANGE: The `SecTester.Bus` package, which was intended to provide support of communication via the AMQP transport is removed. This change simplifies the codebase by removing deprecated options and encourages the use of more modern and supported transport methods.
    
    closes #172
    ostridm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6a60344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa28055 View commit details
    Browse the repository at this point in the history
  3. feat(bus): address duplication issue

    closes #172
    ostridm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2450016 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge remote-tracking branch 'origin/master' into feat_#172/remove-am…

    …qp-communication-transport
    ostridm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    df5d718 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. feat(repeater): address pr comments

    closes #172
    ostridm committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6f49979 View commit details
    Browse the repository at this point in the history
  2. feat(repeater): address pr comments

    closes #172
    ostridm committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    48fb217 View commit details
    Browse the repository at this point in the history
  3. feat(repeater): address pr comments

    closes #172
    ostridm committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    155536e View commit details
    Browse the repository at this point in the history