Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brulatout committed Mar 27, 2024
1 parent ddde7f1 commit 03eccb5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Change log
==========
1.4.0
-----
[Breaking] due to the re-implementation of the ACL endpoint and the drop of the support of OSX and consul 1.1.0.

* feature: re-implement some basic ACL endpoint
* feature: drop support of OSX and consul 1.1.0
* feature: support multi-check service registration (through extra_checks parameter)
* env: support python 3.12
* tests: multi consul version test (1.13.8, 1.15.4, 1.16.1, 1.17.3)
* tests: add test utils for cleaner API output expected assertion
* code-style: use ruff linter and formatter
* code-style: split files following the consul API logic
* ci: speedup ci with uv/tox-uv

1.3.0
-----
* feature: drop tornado and twisted support
Expand Down
2 changes: 1 addition & 1 deletion consul/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.0"
__version__ = "1.4.0"

from consul.base import ACLDisabled, ACLPermissionDenied, Check, ConsulException, NotFound, Timeout
from consul.std import Consul

0 comments on commit 03eccb5

Please sign in to comment.