API compatibility report for the libmongoc library between 1.21.1 and 1.22.0 versions on x86_64


Binary
Compatibility
Source
Compatibility

Test Info


Library Namelibmongoc
Version #11.21.1
Version #21.22.0
Archx86_64
GCC Version11
SubjectBinary Compatibility

Test Results


Total Header Files1
Total Libraries1
Total Symbols / Types599 / 170
Compatibility 100%

Problem Summary


SeverityCount
Added Symbols-20
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-3

Added Symbols  20 


mongoc-apm.h, libmongoc-1.0.so.0.0.0
mongoc_apm_command_failed_get_server_connection_id ( mongoc_apm_command_failed_t const* event )
mongoc_apm_command_started_get_server_connection_id ( mongoc_apm_command_started_t const* event )
mongoc_apm_command_succeeded_get_server_connection_id ( mongoc_apm_command_succeeded_t const* event )

mongoc-bulk-operation.h, libmongoc-1.0.so.0.0.0
mongoc_bulk_operation_set_comment ( mongoc_bulk_operation_t* bulk, bson_value_t const* comment )
mongoc_bulk_operation_set_let ( mongoc_bulk_operation_t* bulk, bson_t const* let )

mongoc-client-side-encryption.h, libmongoc-1.0.so.0.0.0
mongoc_auto_encryption_opts_set_bypass_query_analysis ( mongoc_auto_encryption_opts_t* opts, bool bypass_query_analysis )
mongoc_auto_encryption_opts_set_encrypted_fields_map ( mongoc_auto_encryption_opts_t* opts, bson_t const* encrypted_fields_map )
mongoc_client_encryption_add_key_alt_name ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, char const* keyaltname, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_datakey_opts_set_keymaterial ( mongoc_client_encryption_datakey_opts_t* opts, uint8_t const* data, uint32_t len )
mongoc_client_encryption_delete_key ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, bson_t* reply, bson_error_t* error )
mongoc_client_encryption_encrypt_opts_set_contention_factor ( mongoc_client_encryption_encrypt_opts_t* opts, int64_t contention_factor )
mongoc_client_encryption_encrypt_opts_set_query_type ( mongoc_client_encryption_encrypt_opts_t* opts, char const* query_type )
mongoc_client_encryption_get_key ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_get_key_by_alt_name ( mongoc_client_encryption_t* client_encryption, char const* keyaltname, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_get_keys ( mongoc_client_encryption_t* client_encryption, bson_error_t* error )
mongoc_client_encryption_remove_key_alt_name ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, char const* keyaltname, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_rewrap_many_datakey ( mongoc_client_encryption_t* client_encryption, bson_t const* filter, char const* provider, bson_t const* master_key, mongoc_client_encryption_rewrap_many_datakey_result_t* result, bson_error_t* error )
mongoc_client_encryption_rewrap_many_datakey_result_destroy ( mongoc_client_encryption_rewrap_many_datakey_result_t* result )
mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result ( mongoc_client_encryption_rewrap_many_datakey_result_t* result )
mongoc_client_encryption_rewrap_many_datakey_result_new ( )

to the top

Other Changes in Constants  3 


mongoc-client-side-encryption.h
[+] MONGOC_ENCRYPT_ALGORITHM_INDEXED
[+] MONGOC_ENCRYPT_ALGORITHM_UNINDEXED
[+] MONGOC_ENCRYPT_QUERY_TYPE_EQUALITY

to the top

Header Files  1 


mongoc.h

to the top

Libraries  1 


libmongoc-1.0.so.0.0.0

to the top



Test Info


Library Namelibmongoc
Version #11.21.1
Version #21.22.0
Archx86_64
SubjectSource Compatibility

Test Results


Total Header Files1
Total Libraries1
Total Symbols / Types599 / 170
Compatibility 100%

Problem Summary


SeverityCount
Added Symbols-20
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
Other Changes
in Constants
-3

Added Symbols  20 


mongoc-apm.h
mongoc_apm_command_failed_get_server_connection_id ( mongoc_apm_command_failed_t const* event )
mongoc_apm_command_started_get_server_connection_id ( mongoc_apm_command_started_t const* event )
mongoc_apm_command_succeeded_get_server_connection_id ( mongoc_apm_command_succeeded_t const* event )

mongoc-bulk-operation.h
mongoc_bulk_operation_set_comment ( mongoc_bulk_operation_t* bulk, bson_value_t const* comment )
mongoc_bulk_operation_set_let ( mongoc_bulk_operation_t* bulk, bson_t const* let )

mongoc-client-side-encryption.h
mongoc_auto_encryption_opts_set_bypass_query_analysis ( mongoc_auto_encryption_opts_t* opts, bool bypass_query_analysis )
mongoc_auto_encryption_opts_set_encrypted_fields_map ( mongoc_auto_encryption_opts_t* opts, bson_t const* encrypted_fields_map )
mongoc_client_encryption_add_key_alt_name ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, char const* keyaltname, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_datakey_opts_set_keymaterial ( mongoc_client_encryption_datakey_opts_t* opts, uint8_t const* data, uint32_t len )
mongoc_client_encryption_delete_key ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, bson_t* reply, bson_error_t* error )
mongoc_client_encryption_encrypt_opts_set_contention_factor ( mongoc_client_encryption_encrypt_opts_t* opts, int64_t contention_factor )
mongoc_client_encryption_encrypt_opts_set_query_type ( mongoc_client_encryption_encrypt_opts_t* opts, char const* query_type )
mongoc_client_encryption_get_key ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_get_key_by_alt_name ( mongoc_client_encryption_t* client_encryption, char const* keyaltname, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_get_keys ( mongoc_client_encryption_t* client_encryption, bson_error_t* error )
mongoc_client_encryption_remove_key_alt_name ( mongoc_client_encryption_t* client_encryption, bson_value_t const* keyid, char const* keyaltname, bson_t* key_doc, bson_error_t* error )
mongoc_client_encryption_rewrap_many_datakey ( mongoc_client_encryption_t* client_encryption, bson_t const* filter, char const* provider, bson_t const* master_key, mongoc_client_encryption_rewrap_many_datakey_result_t* result, bson_error_t* error )
mongoc_client_encryption_rewrap_many_datakey_result_destroy ( mongoc_client_encryption_rewrap_many_datakey_result_t* result )
mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result ( mongoc_client_encryption_rewrap_many_datakey_result_t* result )
mongoc_client_encryption_rewrap_many_datakey_result_new ( )

to the top

Problems with Constants, Low Severity  4 


mongoc-version.h
[+] MONGOC_MICRO_VERSION
[+] MONGOC_MINOR_VERSION
[+] MONGOC_VERSION
[+] MONGOC_VERSION_S

to the top

Other Changes in Constants  3 


mongoc-client-side-encryption.h
[+] MONGOC_ENCRYPT_ALGORITHM_INDEXED
[+] MONGOC_ENCRYPT_ALGORITHM_UNINDEXED
[+] MONGOC_ENCRYPT_QUERY_TYPE_EQUALITY

to the top

Header Files  1 


mongoc.h

to the top

Libraries  1 


libmongoc-1.0.so.0.0.0

to the top