Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
7feb9f43
Commit
7feb9f43
authored
9 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
notifications
parent
8454e6b3
No related branches found
No related tags found
1 merge request
!6
CoolAMQP 2.0.0
Pipeline
#63430
passed with stages
in 2 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+16
-14
16 additions, 14 deletions
CHANGELOG.md
README.md
+2
-0
2 additions, 0 deletions
README.md
with
18 additions
and
14 deletions
CHANGELOG.md
+
16
−
14
View file @
7feb9f43
Previous release notes are hosted on
[
GitHub
](
https://github.com/smok-serwis/coolamqp/releases
)
.
Since v1.3.2 they'll be put here and in release description.
#
v2.0.0
======
==
v2.0.0
======
*
**CoolAMQP switches now primarily to support RabbitMQ.**
If it by accident supports your server, then that is a
pure coincidence and nothing is guaranteed.
*
changes to Queues:
*
anonymous queues are back, for usage refer
[
here
](
https://smokserwis.docs.smok.co/coolamqp/advanced.html
)
*
changed some default arguments for Queues for them to better make sense
...
...
@@ -13,25 +15,25 @@ Since v1.3.2 they'll be put here and in release description.
*
declare will refuse to declare an anonymous queue
*
renamed publish(tx) to publish(confirm)
#
v1.5.0
======
==
v1.5.0
======
*
added properties to identify the server
#
v1.4.4
======
==
v1.4.4
======
*
added unit tests for RabbitMQ 4.0
#
v1.4.3
======
==
v1.4.3
======
*
bugfix regarding deadlettering queues
*
prefetch_size will be forced to 0 to better comply with
[
RabbitMQ
](
https://www.rabbitmq.com/docs/specification#method-status-basic.qos
)
*
and a DeprecationWarning will be shown to people who try to set something else. 0 will be forced upon them anyway.
#
v1.4.2
======
==
v1.4.2
======
*
fixed and unit tested the topic exchanges
*
fixed declare documentation
...
...
@@ -41,13 +43,13 @@ Since v1.3.2 they'll be put here and in release description.
*
prefetch_size will be forced to 0 to better comply with
[
RabbitMQ
](
https://www.rabbitmq.com/docs/specification#method-status-basic.qos
)
*
and a DeprecationWarning will be shown to people who try to set something else. 0 will be forced upon them anyway.
#
v1.4.1
======
=
v1.4.1
======
*
fixed a bug while setting up connection
#
v1.2.16
=======
==
v1.2.16
=======
*
removed the requirement for a Queue that for it to be equal to other Queue if their types do match
*
compile_definitions will now depend on requests
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
7feb9f43
CoolAMQP
========
**A Python client for RabbitMQ**
[

]()
**Warning!!**
Since v1.3.1 development has been moved
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment