Releases: FraunhoferISST/DataspaceConnector
DSC v4.0.1 - Dependency Update
In CHANGELOG.md
:
Changed
- Update from IDS Framework v4.0.1 to v4.0.2.
DSC v4.0.0 - Contract Negotiation
The API responses have been modified in order to simplify automated interactions. The connector supports contract negotiation according to the IDS message sequence.
In CHANGELOG.md
:
Added
- Add public endpoint for self-description without resource catalog and public key.
- Add example controller class for example endpoints.
- Add exception classes.
- Create UUIDUtils for uuid handling.
- Add Controller endpoints for contract negotiation.
- Contract method in request controller.
- Add http tracing and improved logging.
- Add class for example resources.
- Add custom profiles.
- Add negotiation service.
Changed
- Remove attribute
system
fromBackendSource
and add attributename
toResourceRepresentation
. - Move attribute
sourceType
fromResourceRepresentation
astype
toBackendSource
. - Remove requested resource list from description response.
- Rename broker communication endpoints.
- Improve exception handling.
- Migrate
ResourceRepresentation
to map. - Change object handling and model classes.
- Improve message handler and sending request messages:
de.fraunhofer.isst.dataspaceconnector.services.messages
. - Change package structure.
- Add abstract class to resource service implementations.
- Adapt policy handler.
- Improve
pom.xml
and dependencies.
Fixed
- Update connector of configuration container before sending a broker message.
- Enforce access counter usage by moving it to an isolated method.
DSC v3.2.1 - Minor Changes
Some minor changes and fixes have been added. When the Dataspace Connector is started with Docker, a PostgreSQL database is connected. More details can be found here.
In CHANGELOG.md
:
Changed
- Update to IDS framework v3.2.3.
- Move self-service and example endpoints to admin API.
- Improve Dockerfile.
- Add key- and truststore to example configuration.
- Add default policy (provide access) to resource on creation.
Added
- Update and delete resources from broker.
- Add configuration controller for GET and PUT configuration model.
- Add possibility to set a resource id on create.
- Add possibility to set a representation id on create.
- Add a description of how the internal database can be replaced by another.
- Add .dockerignore file.
Fixed
- Add representation.
- Fix token error in test classes.
- Fix file path in packaged jar.
DSC v3.2.0 - Open Source
The Dataspace Connector (DSC) is an open-source system for sovereign data exchange based on usage policies within and cross-organizational. It helps you overcome concerns about trust and fear of sharing your data with your partners to create the ecosystems that are essential to future business models. Based on the foundation of the International Data Space reference architecture, the DSC enables to take data exchange within digital ecosystems to the next level.
The development is an ongoing project of the Data Economy business unit of the Fraunhofer ISST. You are very welcome to contribute to this project when you find a bug, want to suggest an improvement, or have an idea for useful features.