All notable changes to this project will be documented in this file.
The changelog format is based on Keep a Changelog and CommonMark. This project adheres to Semantic Versioning.
- Pylint failure with updated pylint-per-file-ignores
- Update dependencies
- Sync with
sz-sdk-python-core
- Added
SzAbstractFactory.Destroy()
- Change
SzConfig.add_data_sourcetoSzConfig.register_data_source - Change
SzConfig.delete_data_sourcetoSzConfig.unregister_data_source - Change
SzConfig.get_data_sourcestoSzConfig.get_data_source_registry - Change
SzDiagnostic.check_datastore_performancetoSzDiagnostic.check_repository_performance - Change
SzDiagnostic.get_datastore_infotoSzDiagnostic.get_repository_info - Change
SzEngine.close_exporttoSzEngine.close_export_report - Change
SzEngine.preprocess_recordto ``SzEngine.get_record_preview`
- Update dependencies
- szconfigmanager.get_configs changed to szconfigmanager.get_config_registry
- Example output for preprocess_record updated
- New tests for szconfig
- Examples cleanup
- Lowered sphinx-tabs version to 3.4.5 due to dependency issue with sphinx-toolbox currently
- Some method definitions now use new default flags instead of integer values in szengine.py
- SZ_NO_FLAGS is now defined in the abstract for szengineflags.py and no longer in constants.py
- Change preprocess_record and example to use SZ_PREPROCESS_RECORD_DEFAULT_FLAGS
- Examples/misc flags_by_name and flags_by_value
- Corrected flags for examples, why_record_in_entity.py and why_records.py
- Simplify and clean up examples
SzEngine.why_search
- Restructure
SzConfigandSzConfigManager
- TLS pass phrase support
- Mutual TLS support
- Server-side TLS support
- Update Protobuf files
- Update gRPC
- Improve testcases
- Sync with
sz-sdk-python-core - Update examples
- Rename class names. Example: from
SzAbstractFactorytoSzAbstractFactoryGrpc
senzingpackage dependency
senzing-abstractpackage dependency
- Sync with sz-sdk-python-core
- Removes
kwargs
- In SzFactoryAbstract change
create_sz_tocreate_
- Fix method signature
- Update dependencies
- Modified signatures for find_network_by_entity_id and find_network_by_record_id
SzAbstractFactory- Updated examples
- Update dependencies
- Update gRPC stubs
- Added
sz_engine.preprocess_record()
- Update dependencies
- Update dependencies
- Add
help()
- Added
szabstractfactory
- Update to
template-python - Update dependencies
- Update to latest gRPC Proto definitions
- Update method signatures
- Migrate from
g2tosz - Drop
Grpcsuffix from class names
- Implemented g2_engine
- Added test cases
- Renamed module to
github.com/senzing-garage/g2-sdk-python-grpc - Refactor to template-python
- Update dependencies
- senzing-abstract==0.0.4
- Examples using TruthSet
- Update dependencies
- senzing-abstract==0.0.3
- Fix dependencies
- Initial functionality