File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 2.1.0 - 2020-11-20
5+
6+ * #337 Switches fuzzywuzzy dependency for rapidfuzz (@maxbachmann)
7+ * #430 Adds ability to mix single objects and lists in the Bundle constructor
8+ * #445, #475 Adds ability to calculate semantic equivalence of indicator patterns
9+ * #449 Adds ability to calculate semantic equivalence of entire graphs of objects
10+ * #427 Fixes protocol_family property on network socket extension
11+ * #436 Fixes pattern visitor to handle expressions with both AND and OR
12+ * #431 Fixes bug when adding custom object to FileSystemSink if the object type
13+ hasn't been registered
14+ * #439 Fixes bug with custom wrapped classes not retaining their name (@maybe-sybr)
15+ * #438 Fixes bug with patterns when the object path contains numeric index steps
16+ * #454 Fixes stix2.patterns.make_constant() to create TimestampConstants
17+ * #455 Fixes bug with AND comparisons in patterns
18+ * #460 Fixes bug when retrieving custom object from TAXIICollectionSource if
19+ the object type hasn't been registered
20+ * #444 Fixes bug so CompositeDataSource and deduplicate() handle unversioned
21+ objects correctly
22+ * #467 Fixes bug in semantic equivalence when Location objects don't have
23+ latitude and longitude properties
24+ * #470 Fixes bug where Sighting's where_sighted_refs property couldn't point to
25+ a Location object
26+ * #473 Fixes typo in name of X509V3ExtensionsType class
27+ * #474 Fixes order of object properties when serialized to match examples from
28+ the STIX specification
29+
4302.0.2 - 2020-07-07
531
632* #423 Fixes issue with six dependency.
You can’t perform that action at this time.
0 commit comments