File: 3.7.1.md

package info (click to toggle)
rabbitmq-server 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,948 kB
  • sloc: erlang: 257,835; javascript: 22,466; sh: 2,796; makefile: 2,517; python: 1,966; xml: 646; cs: 335; java: 244; ruby: 212; php: 100; perl: 63; awk: 13
file content (121 lines) | stat: -rw-r--r-- 3,960 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
## RabbitMQ 3.7.1

RabbitMQ `3.7.1` is a bug fix release.

### Upgrades and Compatibility

This release has no known incompatibilities with 3.7.0. See [3.7.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.0)
upgrade and compatibility notes if upgrading from an earlier release.

See the [Upgrading guide](https://www.rabbitmq.com/upgrade.html)
for general documentation on upgrades.

See [RabbitMQ change log](https://www.rabbitmq.com/changelog.html) for release notes of other releases.


## Changes

### Core Server

#### Bug Fixes

 * Standalone Mac build now bundles a version of Erlang/OTP that is compatible with High Sierra (20.1, to be specific).
 
   GitHub issue: [rabbitmq/rabbitmq-server-release#68](https://github.com/rabbitmq/rabbitmq-server-release/issues/68)

 * RabbitMQ distribution now again can be built in an offline environment (one without access to the Internet).
 
   GitHub issue: [rabbitmq/rabbitmq-server-release#61](https://github.com/rabbitmq/rabbitmq-server-release/issues/61)

 * `total_memory_available_override_value` was not available via the [new config format](https://www.rabbitmq.com/configure.html).
 
   GitHub issue: [rabbitmq/rabbitmq-server#1445](https://github.com/rabbitmq/rabbitmq-server/issues/1445)


### CLI Tools

#### Bug Fixes

 * `rabbitmqctl set_parameter` ignored the virtual host argument and default to the default (`/`) vhost.
 
    GitHub issue: [rabbitmq/rabbitmq-cli#232](https://github.com/rabbitmq/rabbitmq-cli/issues/232)


### AWS Peer Discovery Plugin

#### Bug Fixes

 * HTTP client proxy settings were applied to late and thus didn't have any effect.
 
   GitHub issue: [rabbitmq/rabbitmq-peer-discovery-common#5](https://github.com/rabbitmq/rabbitmq-peer-discovery-common/issues/5)


### Consul Peer Discovery Plugin

#### Bug Fixes

 * HTTP client proxy settings were applied to late and thus didn't have any effect.
 
   GitHub issue: [rabbitmq/rabbitmq-peer-discovery-common#5](https://github.com/rabbitmq/rabbitmq-peer-discovery-common/issues/5)


### etcd Peer Discovery Plugin

#### Bug Fixes

 * HTTP client proxy settings were applied to late and thus didn't have any effect.
 
   GitHub issue: [rabbitmq/rabbitmq-peer-discovery-common#5](https://github.com/rabbitmq/rabbitmq-peer-discovery-common/issues/5)


### Kubernetes Peer Discovery Plugin

#### Bug Fixes

 * HTTP client proxy settings were applied to late and thus didn't have any effect.
 
   GitHub issue: [rabbitmq/rabbitmq-peer-discovery-common#5](https://github.com/rabbitmq/rabbitmq-peer-discovery-common/issues/5)


### Management and Management Agent Plugins

#### Bug Fixes

 * Certain node metrics in multi-cluster environment were not merged correctly
   when aggregated.
   
   GitHub issue: [rabbitmq/rabbitmq-management#525](https://github.com/rabbitmq/rabbitmq-management/issues/525)


### Auth Backend HTTP Plugin

#### Bug Fixes

 * It was not possible to configure request HTTP method using the [new style config file](https://www.rabbitmq.com/configure.html).
 
   GitHub issue: [rabbitmq/rabbitmq-auth-backend-http#61](https://github.com/rabbitmq/rabbitmq-auth-backend-http/issues/61)


### Shovel Management Plugin

#### Bug Fixes

 * Move Messages form on individual queue page didn't provide all the Shovel parameters required as
   of 3.7.0 and thus did not transfer any messages.
 
   GitHub issue: [rabbitmq/rabbitmq-shovel-management#24](https://github.com/rabbitmq/rabbitmq-shovel-management/issues/24)


### Erlang AMQP 1.0 Client

#### Bug Fixes

 * Continuation frames without `delivery_id` were not handled correctly.
 
   GitHub issue: [rabbitmq/rabbitmq-amqp1.0-client#11](https://github.com/rabbitmq/rabbitmq-amqp1.0-client/issues/11)


## Source code archives

**Warning**: The source code archive provided by GitHub only contains the source of the broker,
not the plugins or the client libraries. Please download the archive named `rabbitmq-3.7.1.tar.gz`.