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: update of stomp py #57

Merged
merged 11 commits into from Jan 19, 2023
Merged

feat: update of stomp py #57

merged 11 commits into from Jan 19, 2023

Conversation

AyronFelipe
Copy link
Contributor

@AyronFelipe AyronFelipe commented Dec 13, 2022

What is being delivered?

Updates stomp.py to its current latest version (8.1.0)
Changing some log messages to lower case

What impacts?

No impacts are expected only the updates of the dependencies.

Evidences

Connected to a test broker, some tests were made to ensure that the update is working as expected. Below are the evidences of these tests.

The test should create a queue called /queue/my-test-destination in broker and send the message. In the image below we can see that.
image

After that a test release of the library was published on the test pypi. And this test version was installed in a project locally, also connected to the test broker. Doing some tests the queue was also created and the message sent.
image

@AyronFelipe AyronFelipe self-assigned this Dec 13, 2022
@AyronFelipe AyronFelipe added the dependencies Pull requests that update a dependency file label Dec 13, 2022
django_stomp/settings.py Fixed Show fixed Hide fixed
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
django_stomp/helpers.py Outdated Show resolved Hide resolved
django_stomp/helpers.py Outdated Show resolved Hide resolved
django_stomp/settings.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Jan 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

94.6% 94.6% Coverage
0.0% 0.0% Duplication

@AyronFelipe AyronFelipe merged commit c486cda into master Jan 19, 2023
@willianantunes willianantunes deleted the feature/update-stomp-py-2 branch April 5, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants