mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
749 B
749 B
Releases
v2.1.2
- CVE-2026-39324 Don't fall back to unencrypted coder if encryptors are present.
v2.1.1
- Prevent
Rack::Session::Poolfrom recreating deleted sessions CVE-2025-46336.
v2.1.0
- Improved compatibility with Ruby 3.3+ and Rack 3+.
- Add support for cookie option
partitioned. - Introduce
assume_ssloption to allow secure session cookies through insecure proxy.
v2.0.0
- Initial migration of code from Rack 2, for Rack 3 release.
v1.0.2
- Fix missing
rack/session.rbfile.
v1.0.1
- Pin to
rack < 3.
v1.0.0
- Empty shim release for Rack 2.