The relevant spec is now the "MongoDB Handshake" spec, so replace "metadata" or "client metadata" in all variable and function names, test names, comments, filenames, etc. We should now refer to "handshake" and "handshake data".
mongoc_metadata_append is the only public API, we changed it to mongoc_handshake_data_append before 1.4.0 (CDRIVER-1446).
The rest is internal code cleanup for 1.5.
- depends on
-
CDRIVER-1446 Rename "metadata" to "handshake" in 1.4
- Closed
- is related to
-
CDRIVER-1325 Implement The MongoDB Handshake Protocol
- Development Complete
- related to
-
PHPC-775 mongoc-metadata*[c,h] renamed to mongoc-handshake*[c,h]
- Closed