Skip to content

Releases: juntossomosmais/django-stomp

6.1.0: Merge pull request #66 from juntossomosmais/feat/update-september

09 Sep 12:33
640f071
Compare
Choose a tag to compare

Changes:

  • 640f071 Merge pull request #66 from juntossomosmais/feat/update-september
  • 098c7f1 feat: update packages and included lint and docker helper services

This list of changes was auto generated.

6.0.0: Merge pull request #65 from juntossomosmais/chore/update-django

12 Aug 13:25
48dca73
Compare
Choose a tag to compare

Changes:

  • 48dca73 Merge pull request #65 from juntossomosmais/chore/update-django
  • 63fc955 chore(dependencies): update python to 3.10 and django to >= 5.1

This list of changes was auto generated.

5.4.0

16 Jul 20:34
9a04e77
Compare
Choose a tag to compare

Changes:

  • 9a04e77 Merge pull request #64 from juntossomosmais/feat/update-packages-python3.7
  • 5be86b9 fix(setup): update request id setup dependences
  • ac74637 feat(changelog): included changelog to version 5.4.0
  • 412fc4a fix(tests): fixed tests db close connection calls
  • 656f239 fix(tests): included django_db mark
  • 2d6e4bf chore(dependencies): update packages

This list of changes was auto generated.

5.3.1

27 Sep 13:35
c97e1fa
Compare
Choose a tag to compare

Changes:

  • c97e1fa Merge pull request #62 from juntossomosmais/feature/remove-tests-from-package
  • 44a521a refactor(package): removed tests folder from installable package

This list of changes was auto generated.

5.3.0

18 Aug 19:20
7362f19
Compare
Choose a tag to compare

Changes:

  • 7362f19 Merge pull request #61 from juntossomosmais/feature/enable_disable_exclusive_queue
  • 8487edd doc(tests): removing non-useless comment
  • 6b7daf6 fix(sonar): adjusting tests assertion
  • 6e1528b test(execution): adds creating a exclusive queue tests
  • aab83bc test(consumer): enable or disable STOMP_DEFAULT_EXCLUSIVE_QUEUE tests
  • 8198279 doc(settings): adds 'STOMP_DEFAULT_EXCLUSIVE_QUEUE' setting to docs
  • 0fe180a feat: add possibility to enable/disable exclusive queue feature

This list of changes was auto generated.

5.2.0: Merge pull request #57 from juntossomosmais/feature/update-stomp-py-2

19 Jan 17:19
c486cda
Compare
Choose a tag to compare

Changes:

  • c486cda Merge pull request #57 from juntossomosmais/feature/update-stomp-py-2
  • bf73c71 chore: changing dates in changelog
  • 980ac61 chore: changing version of update of lib
  • a603d14 refactor: change the envvars to method
  • b480e8b feat: changing some env variables
  • ff43756 feat: adding changes in changelog
  • 56e552a feat: changing default ssl version
  • 9638b3f chore: returning the old logs
  • 5864e59 docs: adding a missing thing in readme
  • 05f9e89 tests: adding some test to increase the coverage
See More
  • c441234 feat: adding logics to use the set_ssl method and some adjuts
  • a0570ba feat: update of stomp py

This list of changes was auto generated.

5.1.1: Merge pull request #54 from juntossomosmais/feat/improves-logs

08 Nov 12:32
ecf2c7e
Compare
Choose a tag to compare

Changes:

  • ecf2c7e Merge pull request #54 from juntossomosmais/feat/improves-logs
  • 7328db4 chore: updated version on setup.py
  • 4371e31 refactor: improves logs
  • f646a73 refactor: improves logs

This list of changes was auto generated.

5.1.0

07 Jun 13:41
e7d3c54
Compare
Choose a tag to compare

Changes:

  • e7d3c54 Merge pull request #51 from juntossomosmais/feature/graceful-shutdown
  • ff7a417 feat: updated version on setup.py
  • d47d83e review: changed function name to _shutdown_handler
  • f9ef13f review: changed graceful wait time from 60 to 30 seconds
  • d3d5547 feat: added wait for message log on signal testing
  • fe62a78 feat: changed _gracefully_shutdown to is_gracefully_shutting_down
  • 620b39b review: db to database log change
  • 3052f75 feat: added logging to callback with three seconds
  • 72400a3 fix: added logging to mock function
  • 0a0e623 fix: fixed pattern on tests and readded on callback
See More
  • 44b7614 fix: fixed regex pattern matching
  • 00917bc feat: fixed code smells
  • 042ec9a feat: added more time to wait for test to graceful shutdown
  • a06bc45 feat: created test for waiting messages on gracefull callback
  • ea2ca12 feat: added sigint, sigterm and sigquit tests
  • 9e30d75 feat: added control by time on graceful shutdown
  • 8fb6789 feat: added sigterm, sigint and sigquit listener for graceful shutdown
  • 65e7cb8 Merge pull request #46 from juntossomosmais/docs/adds-contributing-file
  • 3a85309 docs: improves pull request template
  • 3671ccb docs: removes monitoring
  • c24f806 docs: adds pull request template file
  • cb9aa8b docs: adds contributing file

This list of changes was auto generated.

5.0.0: Merge pull request #44 from juntossomosmais/feat/honor-conn-max-age

10 Sep 22:44
6143b2a
Compare
Choose a tag to compare

Changes:

  • 6143b2a Merge pull request #44 from juntossomosmais/feat/honor-conn-max-age
  • ca7b9df chore: add an initial CHANGELOG.md
  • b30bd78 chore: add docstring in callback_with_explicit_db_connection
  • 0a9d9fd chore: improve sonar-project.properties
  • a593797 test: improve assertion from tests
  • 2fd95c7 tests: improve asserts comments
  • 793b0bb chore: fix sonar-project.properties
  • f6e5ef0 chore: add sonar integration
  • 6e93eea test: reduce retention policy for faster publishing of rabbitmq stats
  • fccdaf5 test: remove sleep in clean all messages test
See More
  • ff17fdd test: add log debug in test for tshoot
  • 125578e test: change rabbitmq helper to retrive info from queue directly
  • 9e0c250 feat: isolate set_listener to make it unit testable
  • c4953ab chore: add note about db connection management
  • ab8184a test: add test to confirm that only one listener exists after multiple start calls
  • 91fd8f9 chore: run isort and black on changed files
  • 17eadbc test: improve honor conn_max_age tests assertiveness
  • ae99f87 chore: update tenacity to ~=8.0 versions
  • 50c3e99 chore: fix some code smells pointed by sonar
  • da1ec33 chore: change test to use sqlite (file-based)
  • fcbc451 feat: add logs for ERROR frames
  • 8442bd6 feat: introduce db connection management in callback logic
  • 8d9c7d1 feat: add tests for db connection renewal
  • f2e1fe4 fix: use Exception as base class
  • 11bfba9 chore: upgrade to stomp.py 7.0.0 [ #38 ]

This list of changes was auto generated.

Fix stomp.py to version 6.0.0

10 Sep 22:37
4.2.1
76ab17a
Compare
Choose a tag to compare

Setting the stomp.py version to 6.0.0 so we can initially address the issue #38, preventing any django-stomp user to update to a version that doesn't correctly work.