Skip to content

Commit 5e0f20d

Browse files
authored
Disable max. PDU size checks for custom functions (#307)
* Disable max. PDU size checks for custom functions * pre-commit
1 parent a6431db commit 5e0f20d

File tree

3 files changed

+234
-201
lines changed

3 files changed

+234
-201
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
stages:
3232
- commit-msg
3333
- repo: https://github.com/DavidAnson/markdownlint-cli2
34-
rev: v0.15.0
34+
rev: v0.16.0
3535
hooks:
3636
- id: markdownlint-cli2
3737
- repo: https://github.com/shellcheck-py/shellcheck-py

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
# Changelog
55

6+
## v0.16.1 (Unreleased)
7+
8+
- Decoding of requests/responses: Disable max. PDU size checks for custom
9+
functions
10+
611
## v0.16.0 (2024-12-04)
712

813
- Encoding of requests: Less allocations

0 commit comments

Comments
 (0)