hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 59 forks source link

[TRACKING ISSUE] [API-1513] Promote Compact serialization and GenericRecord APIs to stable status [API-1584] #1355

Closed hz-devops-test closed 1 year ago

hz-devops-test commented 2 years ago

The tracking issue for the Java side PR.

See https://github.com/hazelcast/hazelcast/pull/21997 for details.


This PR removes the BETA annotations from the Compact serialization and GenericRecord related classes.

Also, as planned earlier, the CompactSerializationConfig#enabled flag is removed, and Compact serialization is made enabled by default.

github-actions[bot] commented 2 years ago

Internal Jira issue: API-1584

mdumandag commented 1 year ago

@harunalpak @srknzl did we ported the necessary changes for this fix to Node.js? If so, can you please close the issue by linking the PR we did this change?

harunalpak commented 1 year ago

This changes ported to Nodejs client. See PR for details.