Skip to content

Releases: mxenabled/path-core

2.1.2

06 Jun 23:16

Choose a tag to compare

2.1.2 (2023-06-06)

Bug Fixes

3.0.0-rc.1

01 Jun 22:54

Choose a tag to compare

3.0.0-rc.1 Pre-release
Pre-release

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

30 May 18:24

Choose a tag to compare

2.1.1 (2023-05-30)

Bug Fixes

  • use only relevant fields in AccessorConnectionSettings hashcode (7d15919)

v2.1.0

26 May 19:53

Choose a tag to compare

2.1.0 (2023-05-26)

Features

  • collection ordering annotation and comparator (8c7f5fb)

Bug Fixes

  • handle null ObjectMap in ConfigurationBinder (77eaea6)

v2.0.0

16 May 20:00

Choose a tag to compare

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)

v1.11.0

26 Apr 20:40

Choose a tag to compare

1.11.0 (2023-04-26)

Features

  • add an 'optional' field to ConnectionAnnotation (440e0a4)

Bug Fixes

  • apply spotless (440e0a4)
  • configurator: show correct field name on missing error value (e43dcd8)

v1.10.0

03 Apr 20:18

Choose a tag to compare

1.10.0 (2023-04-03)

Features

  • gateway: add client facilities initialized event to configurator (e9d0a9a)

Bug Fixes

  • gateway: change visibility of event classes to public (e9d0a9a)

v1.9.1

13 Mar 16:17

Choose a tag to compare

1.9.1 (2023-03-11)

Bug Fixes

  • allow gateway generator to support accessor and accessors package (90b7ccb)

v1.9.0

28 Feb 19:31

Choose a tag to compare

1.9.0 (2023-02-28)

Features

  • add new PathRequestExceptionWrapper (403a1d5)

v1.8.1

25 Feb 00:01

Choose a tag to compare

1.8.1 (2023-02-22)

Bug Fixes

  • expose the current ConfigurationState (08fa3dc)
  • move RemoteService dispatch tracing scope up so errors have tracing info (f07c9a6)