Skip to content

Releases: mxenabled/path-core

v3.11.1

20 Feb 22:49

Choose a tag to compare

3.11.1 (2024-02-20)

Bug Fixes

  • correct ambiguous model namespaing in generated gateways (ac914f9)

v3.11.0

18 Jan 00:46

Choose a tag to compare

3.11.0 (2024-01-18)

Features

  • add support for .env files (1d69da5)

v3.10.1

20 Dec 22:21

Choose a tag to compare

3.10.1 (2023-12-20)

Reverts

v3.10.0

20 Dec 00:24

Choose a tag to compare

3.10.0 (2023-12-20)

Features

  • add support for .env files (2b70c91)

v3.9.2

18 Dec 17:04

Choose a tag to compare

3.9.2 (2023-12-18)

Bug Fixes

  • masking request URIs in UpstreamLogger (4aed61f)

v3.9.1

29 Nov 23:21

Choose a tag to compare

3.9.1 (2023-11-29)

Bug Fixes

  • adding Java17 fix for requests with non-string bodies (8097673)

v3.9.0

07 Nov 22:14

Choose a tag to compare

3.9.0 (2023-11-07)

Features

  • add login to logs for troubleshooting failed authentication (a6bec24)
  • move session key to "loginHash" and rename log field to "login_hash" (057eff6)

v3.8.0

06 Oct 22:58

Choose a tag to compare

3.8.0 (2023-10-06)

Features

  • add retry configuration node (f3dab3a)
  • add retry exception supplier override (19af9cd)
  • add support for request retries (0512ea7)
  • add throwable type adapter (41bca46)
  • log request attempt (352fd84)
  • serialization: add LocalDateTimeTypeAdapter (cf54aa9)
  • serialization: add LocalDateTypeAdapter (6f2f0aa)
  • serialization: convert OffsetDateTimeDeserializer to TypeAdapter (8b3cde3)
  • serialization: convert ZonedDateTimeDeserializer to TypeAdapter (141886b)

Bug Fixes

  • adding OffsetDateTime and ZonedDateTime serializers (d9521a3)
  • handle nulls in Date/Time deserialization (09eb67d)
  • serialization: implement Duration deserialization (e217457)
  • serialization: implement Pattern deserialization (32dcda7)

v3.7.0

23 Aug 20:46

Choose a tag to compare

3.7.0 (2023-08-23)

Features

  • add basic compression to session puts (6a1d293)
  • session: track keys saved to session store and DEL on logout (c28d7d3)

Bug Fixes

  • allow setting of default session expiration (681d7dc)

v3.6.0

10 Aug 16:44

Choose a tag to compare

3.6.0 (2023-08-10)

Features

  • configuration: allow coerced types in arrays (f5af605)

Bug Fixes

  • configuration: add type adapters for complex configuration types (e706be1)