Releases: OpenCTI-Platform/opencti
Releases · OpenCTI-Platform/opencti
Version 1.1.2
Version 1.1.1
⚠️ Breaking changes ⚠️
ElasticSearch 6.X is no longer supported.
You need to upgrade your current elasticsearch deployment (docker or manual) to version 7.X.
Enhancements:
- #177 Remember views parameters for listing, sorting and searching
- #168 Adapt current github organization and documentation to improve release lifecycle
- #158 Refactor contextual list search
- #157 Speed-up statistics numbers on the dashboard
- #152 Add link to organization in report field "author"
- #151 Refactor all the infinite scroll list views
- #150 Migration to ES 7
- #7 Write an article about why we choose Grakn over Neo4j
Bug Fixes:
Version 1.1.0
⚠️ Breaking changes ⚠️
Integration and connectors
- The integration process
connectors_scheduler.py
and the Docker imageopencti/integration
has been deleted and are no longer used. This has been replaced by the new connector architecture. - Connectors are no longer configured and enabled in the user interface, you have to launch them independently, please see the dedicated documentation on how to enable connectors.
Default credentials and token
- To launch the platform, you have to configure the default password and the default token of the platform, either in your
docker-compose.yml
environment variables or in theproduction.json
configuration file. If you do not configure these parameters, the platform will not start and will raise an error.
Enhancements:
- #131 Keep UUIDs of STIX2 TLP marking definitions
- #127 OpenCTI and dependencies memory documentation
- #126 OpenCTI strategic roadmap
- #121 Integration connectors new architecture
- #104 Provide ability to add custom "Played Role" values when adding observables
- #90 Multiple documentation pages missing
- #88 OpenCTI fail to start with docker for windows
- #74 Admin account cannot be auto-created with a migration
- #73 Customizable report classes
Bug Fixes:
Version 1.0.2
Version 1.0.1
Version 1.0.0
Enhancements:
- #78 View the reports wrote by an organization
- #71 Make draggable and resizable the widget in exploration workspaces
- #68 Docker compose for development
- #66 Connectors configuration
- #64 Organisation : category
- #63 Refactor exploration and start the work on analytics module
- #60 Responsive grids and menu for display
- #59 Refactor the knowledge right bar of all entities
- #57 Observables : scoring/rating
- #54 Observables : Unicity
- #53 Observables methods in the Python library
- #50 Courses of action management
- #47 Create a MISP connector
- #46 Create a connector template
- #45 Implement the observables schema
- #32 Change the knowledge overview with statistics instead of graphs
- #26 Create charts in views
- #25 Migrate the Grakn schema creation from loader to API
- #24 Create a loader for STIX 2 json files
- #23 Implement the CSV export of all lists of entities
- #22 API events logs / audit logs
- #19 Implement logout
- #18 Create the documentation for manual installation
- #17 Add subscriptions on any entity view (not list)
- #16 Add README, Docker install and publish on Github
- #15 Implement basic observables management
- #14 Implement the user profile
- #13 Handle default createdbyref on all entities
- #12 Implement all knowledge entities CRUD
- #11 Implement the global search field
- #10 Implement the knowledge graph of a report
- #8 Implement the report management (creation / edition / deletion)
- #6 Create the OpenCTI website and explain the target vision
- #5 Ensure that websocket (api, redis, ...) can be disable
- #3 Add an error handling for disconnected users and more globally for CRUD
- #1 Migrate security to @auth directive