Skip to content

6.53.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 14 Jul 22:12
· 579 commits to develop since this release
6f22977
Type Description Link
Improvement Use consistent name for auth parameters. #1840
Improvement Generated equals uses memoizedHashCode if available

When we generate a memoizedHashCode field for a conjure object, the
equals & equalTo implementation now compare memoizedHashCode for objects
being compared, and will short circuit and return false if both objects
have already computed their hashCode and they do not match.

This is beneficial for complex conjure types that may be used as keys in
hash based collections, including graphs that rely on both hashCode and
equals.
#1842