Skip to content

Releases: hivesolutions/appier

1.45.4

29 Apr 18:51
a5ad73c

Choose a tag to compare

Fixed

  • Small issue in VERSION value in base.py that was not being updated in the release process

1.45.3

24 Apr 22:58
e62ef79

Choose a tag to compare

Fixed

  • Preserve reserved kwargs in build() calls by sanitizing params after build in API HTTP methods

1.45.2

09 Apr 13:10
cabb087

Choose a tag to compare

Fixed

  • Small duplicate logging fix

1.45.1

09 Apr 07:42
a6754f5

Choose a tag to compare

Changed

  • New logger naming for the http client

1.45.0

09 Apr 01:39
4168f6f

Choose a tag to compare

Added

  • TID-aware format selection in _ensure_logger() via with_tid parameter

1.44.0

09 Apr 01:24
522fb88

Choose a tag to compare

Added

  • UUID-based request ID (rid) for HTTP trace logging
  • Request UUID generation in API client methods

Changed

  • Updated logging format strings

1.43.2

09 Apr 00:28
eacef1b

Choose a tag to compare

Fixed

  • Possible None value in HTTP code handling

1.43.1

08 Apr 23:18
8b533d6

Choose a tag to compare

Fixed

  • Get logger retrieval logic — moved _ensure_logger and get_logger to log module to break circular import and fix None logger when APP.logger is unset

1.43.0

08 Apr 22:55
ce04a79

Choose a tag to compare

Added

  • TRACE logging for HTTP error details in netius and requests resolvers

1.42.0

08 Apr 22:51
cb7a8a4

Choose a tag to compare

Added

  • TRACE-level logging in HTTP handlers for request diagnostics
  • Moved _ensure_logger() to base.py as a shared utility function