Skip to content

Commit ec68f70

Browse files
Mathias Brulatoutmbrulatout
authored andcommitted
Release version 1.4.0
1 parent 83149e1 commit ec68f70

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Change log
22
==========
3+
1.4.0
4+
-----
5+
[Breaking] due to the re-implementation of the ACL endpoint and the drop of the support of OSX and consul 1.1.0.
6+
7+
* feature: re-implement some basic ACL endpoint
8+
* feature: drop support of OSX and consul 1.1.0
9+
* feature: support multi-check service registration (through extra_checks parameter)
10+
* env: support python 3.12
11+
* tests: multi consul version test (1.13.8, 1.15.4, 1.16.1, 1.17.3)
12+
* tests: add test utils for cleaner API output expected assertion
13+
* code-style: use ruff linter and formatter
14+
* code-style: split files following the consul API logic
15+
* ci: speedup ci with uv/tox-uv
16+
317
1.3.0
418
-----
519
* feature: drop tornado and twisted support

consul/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.4.0"
22

33
from consul.check import Check
44
from consul.exceptions import ACLDisabled, ACLPermissionDenied, ConsulException, NotFound, Timeout

0 commit comments

Comments
 (0)