zaqar/releasenotes/notes/falcon-4-e4b5aab856e3228c.yaml
Takashi Kajinami 4543e7691c Fix compatibility with falcon >= 4.0
The falcon library deprecated some interfaces used in zaqar in 3.0 and
removed these in 4.0 .

Replace the removed interfaces to fix compatibility with the latest
release of the library.

* The `body` attribute of Reponse class was removed [1]

* HTTP error classes now accepts only keyword arguments [2]

[1] c76f44248a
[2] 0b9d26c7f6

Change-Id: Ied13446be2e1b5cb7c5839a84e8ad2413cca6fe3
2024-11-05 10:10:08 +09:00

5 lines
70 B
YAML

---
fixes:
- |
Fixed compatibility with falcon 4.0.0 and later.