Skip to content

feat: Channel binding improvements - #138

Merged
jorsol merged 2 commits into
mainfrom
channel-binding-improvements
Jun 16, 2026
Merged

feat: Channel binding improvements#138
jorsol merged 2 commits into
mainfrom
channel-binding-improvements

Conversation

@jorsol

@jorsol jorsol commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Introduces a case-insensitive factory method of(String) to map
string values to ChannelBindingPolicy constants.

Includes support for PostgreSQL's "prefer" value as an alias
for ALLOW to ensure compatibility. Throws an
IllegalArgumentException for unknown values.


Removes the deprecated TlsServerEndpoint.getChannelBindingData.

jorsol added 2 commits June 16, 2026 18:58
Signed-off-by: Jorge Solorzano <jorsol@gmail.com>
Introduces a case-insensitive factory method `of(String)` to map
string values to `ChannelBindingPolicy` constants.

Includes support for PostgreSQL's "prefer" value as an alias
for `ALLOW` to ensure compatibility. Throws an
IllegalArgumentException for unknown values.

Signed-off-by: Jorge Solorzano <jorsol@gmail.com>
@jorsol jorsol changed the title Channel binding improvements feat: Channel binding improvements Jun 16, 2026
@jorsol
jorsol merged commit 6e1657a into main Jun 16, 2026
6 checks passed
@jorsol
jorsol deleted the channel-binding-improvements branch June 16, 2026 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant