Skip to content

Releases: MAECProject/python-maec

Version 4.1.0.17

Choose a tag to compare

@emmanvg emmanvg released this 16 Nov 22:00
  • Remove deprecation warning for collections module

Version 4.1.0.16

Choose a tag to compare

@emmanvg emmanvg released this 17 Sep 17:25
  • [#96] Fix installation error for Python 2

Version 4.1.0.15

Choose a tag to compare

@emmanvg emmanvg released this 06 Sep 20:57
  • Update package requirements

Version 4.1.0.14

Choose a tag to compare

@gtback gtback released this 03 Aug 14:25
  • Drop support for Python 2.6, 3.3
  • [#91] Don't duplicate Action Collections (@jtschichold)
  • [#93] Handle non-ASCII characters in README (@colbyprior)
  • Various packaging, testing, and other non-functional improvements

Version 4.1.0.13

Choose a tag to compare

@gtback gtback released this 11 Aug 13:19
  • Add support for Python 3.3+
  • Use mixbox library for features shared with python-cybox and python-stix.
  • [#76] [#77] Fix typo bugs in bundle.py

v4.1.0.12

Choose a tag to compare

@ikiril01 ikiril01 released this 27 Apr 19:35
  • Added formal vocabulary support (a la python-stix/cybox)
  • [#69] Updated python-cybox dependency to 2.1.0.11

v4.1.0.11

Choose a tag to compare

@ikiril01 ikiril01 released this 20 Feb 17:31
  • Fixed a deduplicator logic bug
  • Added relative imports for API classes

v4.1.0.10

Choose a tag to compare

@ikiril01 ikiril01 released this 23 Dec 15:08
  • Various Unicode-related fixes in the bindings [#32]
  • [#58] Namespace collection
  • [#60] Added support for File-like objects in to_xml_file()
  • Various bug fixes

v4.1.0.9

Choose a tag to compare

@ikiril01 ikiril01 released this 26 Nov 15:03
  • Added __input_namespaces and __input_schemalocations to Package and Bundle
  • #58 Added tool exception classes
  • #57 Expanded custom_header support in to_xml_file()
  • Various bug fixes

v4.1.0.8

Choose a tag to compare

@ikiril01 ikiril01 released this 16 Oct 12:52
  • Performance enhancements in to_xml() serialization (ref: python-stix #163)
  • Greatly expanded documentation (http://maec.readthedocs.org/en/latest/)
  • Added unit tests
  • [#53] Added script options class
  • Various bug fixes