We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6431db commit 5e0f20dCopy full SHA for 5e0f20d
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
stages:
32
- commit-msg
33
- repo: https://github.com/DavidAnson/markdownlint-cli2
34
- rev: v0.15.0
+ rev: v0.16.0
35
hooks:
36
- id: markdownlint-cli2
37
- repo: https://github.com/shellcheck-py/shellcheck-py
CHANGELOG.md
@@ -3,6 +3,11 @@
3
4
# Changelog
5
6
+## v0.16.1 (Unreleased)
7
+
8
+- Decoding of requests/responses: Disable max. PDU size checks for custom
9
+ functions
10
11
## v0.16.0 (2024-12-04)
12
13
- Encoding of requests: Less allocations
0 commit comments