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 9aee2e2 commit 5739705Copy full SHA for 5739705
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [3.3.0] – 2025-05-23
8
+### Added
9
+- MaxDecompressedSize option to control the maximum size of decompressed messages.
10
+
11
+### Changed
12
+- Upgraded `go-crypto` fork to **v1.3.0**.
13
14
## [3.2.1] – 2025-05-05
15
### Fixed
16
- Avoid double compression in session key signcryption.
constants/version.go
@@ -1,3 +1,3 @@
1
package constants
2
3
-const Version = "3.2.1"
+const Version = "3.3.0"
0 commit comments