Skip to content

Commit ffd920b

Browse files
chore(release): prepare for publishing (#539)
1 parent 6fc91fa commit ffd920b

File tree

3 files changed

+38
-8
lines changed

3 files changed

+38
-8
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [[0.18.3](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.18.2...sspi-v0.18.3)] - 2025-11-07
10+
11+
### <!-- 1 -->Features
12+
13+
- Add `NT_ENTERPRISE` support in server-side Kerberos ([#535](https://github.com/Devolutions/sspi-rs/issues/535)) ([40785e3123](https://github.com/Devolutions/sspi-rs/commit/40785e3123e381180ac9a75e99248a0287fc5d71))
14+
15+
This is needed when want to connect using FQDN instead of down-level logon name.
16+
17+
### <!-- 3 -->Revert
18+
19+
- Implement `Default` for `SmartCardType` ([#534](https://github.com/Devolutions/sspi-rs/issues/534)) ([7280f7a67b](https://github.com/Devolutions/sspi-rs/commit/7280f7a67b100719052ade72333d373bf956541f))
20+
21+
It actually does not make sense to implement Default for SmartCardType.
22+
A user-provided PIN must be set.
23+
24+
Release 0.18.2 was yanked.
25+
26+
### <!-- 4 -->Bug Fixes
27+
28+
- TLS 1.3 support in TSSSP module ([#536](https://github.com/Devolutions/sspi-rs/issues/536)) ([0605cf01f8](https://github.com/Devolutions/sspi-rs/commit/0605cf01f861aca8191e3134fb885bde5eb50506))
29+
30+
* Adds `CipherSuite::TLS13_AES_256_GCM_SHA384` support.
31+
* Fixes TLS packet header validation: TLS 1.3 uses TLS 1.2 version in the packet header.
32+
33+
- Pin leftover pre-release crypto crates ([#538](https://github.com/Devolutions/sspi-rs/issues/538)) ([6fc91fa977](https://github.com/Devolutions/sspi-rs/commit/6fc91fa977d217b04cdce23e66d56a8a398988e3))
34+
35+
The patch version upgrade is not allowed to bring breaking changes, but
36+
this rule doesn't work for an `rc` version. So we should pin the `rc`
37+
versions, to not allow _cargo_ update to a new `rc` automatically.
38+
939
## [[0.18.2](https://github.com/Devolutions/sspi-rs/compare/sspi-v0.18.1...sspi-v0.18.2)] - 2025-11-04 (Yanked)
1040

1141
### <!-- 1 -->Features

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sspi"
3-
version = "0.18.2"
3+
version = "0.18.3"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)