Skip to content

Releases: mxenabled/path-core

v1.4.0

16 Dec 16:09

Choose a tag to compare

1.4.0 (2022-12-16)

Features

  • add placeholder field to ConfigurationField annotation (ec98e1f)
  • add support for Duration configuration binding (1c9085f)
  • add value coercion to configuration binding (ad8718b)

v1.3.0

17 Nov 23:35

Choose a tag to compare

1.3.0 (2022-11-17)

Features

Bug Fixes

  • add service unavailable http status (8d29eaf)
  • add UpstreamSystemMaintenance exception (ffe76c3)
  • add UpstreamSystemUnavailable exception (ffe76c3)

v1.2.0

27 Oct 19:11

Choose a tag to compare

1.2.0 (2022-10-27)

Features

  • adding two new AccessorUserExceptions (30613f8)
  • publish javadocs jar (42901d8)
  • publish sources jar (42901d8)

Bug Fixes

  • remove unneeded annotations attribute from GatewayBaseClass (98cbe04)

v1.1.1

20 Oct 21:46

Choose a tag to compare

1.1.1 (2022-10-20)

Bug Fixes

  • force minor version bump to fix stuck publish (1e24895)

v1.1.0

20 Oct 15:59
f4078f3

Choose a tag to compare

1.1.0 (2022-10-20)

Features

  • Adding GatewayEventBus as a default (#38) (84eecd5)

Bug Fixes

  • set clientid in request context if not present (1f5d5eb)

v1.0.2

19 Oct 21:56

Choose a tag to compare

1.0.2 (2022-10-19)

Bug Fixes

  • remove redundant code field from MdxApiException (99b496b)

v1.0.1

14 Oct 19:15

Choose a tag to compare

1.0.1 (2022-10-14)

Bug Fixes

  • change MessageError parent to PathRequestException (31796aa)

v1.0.0

07 Oct 04:27

Choose a tag to compare

1.0.0 (2022-10-07)

⚠ BREAKING CHANGES

  • relocate classes into appropriate packages
  • combine response status enumerations
  • move ObjectMapJsonDeserializerTest from mdx-models
  • remove SessionRepositoryMutex
  • remove StoreMutex
  • remove SessionStore

Upgrade notes: v1

Features

  • relocate classes and exception rework (2429040)
  • add new exception hierarchy (2429040)

Code Refactoring

  • relocate classes into appropriate packages (2429040)
  • combine response status enumerations (2429040)
  • move ObjectMapJsonDeserializerTest from mdx-models (530cce4)
  • update Response#throwException to (bc94f62)
  • remove SessionRepositoryMutex (4e94411)
  • remove StoreMutex (4e94411)
  • remove SessionStore (c0e7d2f)

0.0.2

04 Oct 19:19
f57a502

Choose a tag to compare

  • Update gradle group and model names to match JitPack library
  • Update dependencies
  • Minor formatting changes to improve consistency

0.0.1

15 Sep 01:35

Choose a tag to compare

Initial publish