hazelcast / hazelcast/hazelcast-python-client
[TRACKING ISSUE] Promote alto auth codecs to stable [API-2134]
- Dominant language
- Python
- Stars
- 116
- Forks
- 78
- Avg merge
- 10d 22h
- Merged PRs (30d)
- 1
Description
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 Notes` or `Not Release Notes content` set
- [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/@Nullable` annotations
- [x] New public APIs have `@since` tags in Javadoc
Contributor guide
Assessment
This issue has not been assessed yet.