Releases: hivesolutions/appier
Releases · hivesolutions/appier
1.45.4
29 Apr 18:51
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Preserve reserved kwargs in build() calls by sanitizing params after build in API HTTP methods
1.45.2
09 Apr 13:10
Compare
Sorry, something went wrong.
No results found
Fixed
Small duplicate logging fix
1.45.1
09 Apr 07:42
Compare
Sorry, something went wrong.
No results found
Changed
New logger naming for the http client
1.45.0
09 Apr 01:39
Compare
Sorry, something went wrong.
No results found
Added
TID-aware format selection in _ensure_logger() via with_tid parameter
1.44.0
09 Apr 01:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Possible None value in HTTP code handling
1.43.1
08 Apr 23:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
TRACE logging for HTTP error details in netius and requests resolvers
1.42.0
08 Apr 22:51
Compare
Sorry, something went wrong.
No results found
Added
TRACE-level logging in HTTP handlers for request diagnostics
Moved _ensure_logger() to base.py as a shared utility function