Skip to content

Commit

Permalink
Disable max. PDU size checks for custom functions (#307)
Browse files Browse the repository at this point in the history
* Disable max. PDU size checks for custom functions

* pre-commit
  • Loading branch information
uklotzde authored Dec 12, 2024
1 parent a6431db commit 5e0f20d
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.15.0
rev: v0.16.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

# Changelog

## v0.16.1 (Unreleased)

- Decoding of requests/responses: Disable max. PDU size checks for custom
functions

## v0.16.0 (2024-12-04)

- Encoding of requests: Less allocations
Expand Down
Loading

0 comments on commit 5e0f20d

Please sign in to comment.