hazelcast-nodejs-client
hazelcast-nodejs-client copied to clipboard
[TRACKING ISSUE] Promote alto auth codecs to stable [API-2134]
The tracking issue for the Java side PR.
See https://github.com/hazelcast/hazelcast/pull/25486 for details.
As part of promiting ALTO to stable in 5.4, we will get rid of experimental authentication codecs for Alto. This PR does that.
Fixes API-2134
protocol PR : https://github.com/hazelcast/hazelcast-client-protocol/pull/480
Breaking changes (list specific methods/types/messages):
- None because we are removing some experimental codec
Checklist:
- [x] Labels (
Team:,Type:,Source:,Module:) and Milestone set - [x] Label
Add to Release NotesorNot Release Notes contentset - [x] Request reviewers if possible
- [x] Send backports/forwardports if fix needs to be applied to past/future releases
- [x] New public APIs have
@Nonnull/@Nullableannotations - [x] New public APIs have
@sincetags in Javadoc