Releases: MaltegoTech/maltego-trx
Releases · MaltegoTech/maltego-trx
1.6.1
1.6.0
What's Changed
- Feature: mtz config generation for local transforms by @felixatmaltego in #35
New Contributors
- @magicniko made their first contribution in #45
Full Changelog: 1.4.4...1.6.0
1.4.4
Fixed uninitialized fields, add Github Workflows, add Type hints
What's Changed
- Create @github Actions of @sonatype-nexus-community jake by @cmlh in #24
- feat(starter): add type hints and registry configurations by @felixatmaltego in #30
- Adding Github Workflows by @felixatmaltego in #28
- feat: updated Dockerfiles for Apache and gunicorn by @felixatmaltego in #26
- fix(local): Initialize Properties and TransformSettings regardless of arguments by @felixatmaltego in #27
New Contributors
Full Changelog: 1.4.2...1.4.3
Release 1.4.2: Fixed Python3.6 backwards compatibility
What's Changed
- fix(decorator_registry): remove typing.Literal by @felixatmaltego in #23
Transform registry & decorator for CSV generation
1.4.0 tagging commit as release 1.4.0
Overlays, Genealogy and Legacy Property Translation
Adds:
- functionality for adding overlays to returned entities
- a new field "Genealogy" on received MaltegoMsg objects that contains information on the input entity's parent types
- automatic population of the "correct" names of properties on input entities, as the Maltego client sends different (internal) property name for certain legacy entities than what is stated in the client Entity Manager UI. This has led to confusion on the side of developers in the past.
OAuth Helper Functions
This release includes OAuth Helper Functions.