Releases: mxenabled/path-core
Releases · mxenabled/path-core
2.1.2
3.0.0-rc.1
3.0.0-rc.1 (2023-06-01)
⚠ BREAKING CHANGES
- add throws to FaultTolerantExecutor.submit()
Features
- add throws to FaultTolerantExecutor.submit() (6c5bed2)
v2.1.1
v2.1.0
v2.0.0
2.0.0 (2023-05-16)
See Upgrade notes
⚠ BREAKING CHANGES
- correct constructors and make abstract
- move com.mx.path.api.connect.http.certificates to com.mx.path.api.connect.http.certificate
- remove deprecated com.mx.path.gateway.security classes
- move accessor classes back to gateway
- move com.mx.common to com.mx.path.common
- move com.mx.path.common.accessors to com.mx.path.common.accessor
- move com.mx.path.common.collections to com.mx.path.common.collection
- move com.mx.path.common.events to com.mx.path.common.event
- move com.mx.path.common.models to com.mx.path.common.model
- move com.mx.path.gateway.events to com.mx.path.gateway.event
- move com.mx.path.model.context to com.mx.path.core.context
- move com.mx.path.utilities to com.mx.path.core.utility
- move com.mx.path.core.utility.OAuth to com.mx.path.core.utility.oauth
- move com.mx.path.gateway.connect.filters to com.mx.path.gateway.connect.filter
- move com.mx.path.api.connect.http to com.mx.path.connect.http
- move com.mx.path.api.connect.messaging to com.mx.path.connect.messaging
- move all classes to standard packages
- remove ServiceIdentifier
- rename base models and fix up gateway generator to support the change.
- move account behavior classes to legacy artifact
- remove Request.featureName
- remove Request.mutualAuthSettings
- remove Request.isCircuitBreakerOpen
- remove Response.checkStatus
- remove com.mx.common.accessors.AccessorConnection
- remove com.mx.path.gateway.util.MdxApiException.java
- remove com.mx.path.gateway.net classes
- remove com.mx.path.gateway.net.executors classes
- clean up deprecated entities
Bug Fixes
- mark Response JSON deserialization as deprecated (5ccb138)
- rename base models and fix up gateway generator to support the change. (bcd6ca6)
Code Refactoring
- clean up deprecated entities (378dd57)
- correct constructors and make abstract (3fa086e)
- move accessor classes back to gateway (c67970c)
- move account behavior classes to legacy artifact (92b257c)
- move all classes to standard packages (cc69a85)
- move com.mx.common to com.mx.path.common (cc69a85)
- move com.mx.path.api.connect.http to com.mx.path.connect.http (cc69a85)
- move com.mx.path.api.connect.http.certificates to com.mx.path.api.connect.http.certificate (41706c6)
- move com.mx.path.api.connect.messaging to com.mx.path.connect.messaging (cc69a85)
- move com.mx.path.common.accessors to com.mx.path.common.accessor (cc69a85)
- move com.mx.path.common.collections to com.mx.path.common.collection (cc69a85)
- move com.mx.path.common.events to com.mx.path.common.event (cc69a85)
- move com.mx.path.common.models to com.mx.path.common.model (cc69a85)
- move com.mx.path.core.utility.OAuth to com.mx.path.core.utility.oauth (cc69a85)
- move com.mx.path.gateway.connect.filters to com.mx.path.gateway.connect.filter (cc69a85)
- move com.mx.path.gateway.events to com.mx.path.gateway.event (cc69a85)
- move com.mx.path.model.context to com.mx.path.core.context (cc69a85)
- move com.mx.path.utilities to com.mx.path.core.utility (cc69a85)
- remove com.mx.common.accessors.AccessorConnection (378dd57)
- remove com.mx.path.gateway.net classes (378dd57)
- remove com.mx.path.gateway.net.executors classes (378dd57)
- remove com.mx.path.gateway.util.MdxApiException.java (378dd57)
- remove deprecated com.mx.path.gateway.security classes (d4a4f4b)
- remove Request.featureName (378dd57)
- remove Request.isCircuitBreakerOpen (378dd57)
- remove Request.mutualAuthSettings (378dd57)
- remove Response.checkStatus (378dd57)
- remove ServiceIdentifier (add274b)