* Add compex term formatting microbenchmark
* Format FP numbers more neatly
* Provide fast-path verbatim term formatter
* Add memory pressure benchmark runner
* Switch to rebar3_bench 0.2.1 package
* Employ assert macros throughout main ct suite
* AAA-54: Add event formatter
* More tests enabled
* Fix list of unoins
* Fix list of structures test
* Added reply formatter
* Enable another reply test
* Fix format error
* Add reply formatting
* Enable cover
* Add missing Value types
* Fix formattin typo
* Fix lint errors
* More formatting
* Fix dialyzer error
* Fix enum format
* Simplify format rules for enum
* Add unit type to log
* Add more info for union
* Remove unused wxtra formatting
* Use compact formatting rules for unknown data
* Simplify formatting
* Refactor formatting
* Add set formatting
* Move request formatting to woody_event_formatter
* Move reply formatting to woody_event_formatter
* Module cleanup
* Fix lint errors
* Fix dialyzer errors
* Add exception handling
* Fix remove custom msgpack formatting
* Add more non-printable string detection merthods
* Better name for formatting function
* Make BERT comment more valuable
* Skip middle elements in long lists
* Typo in comment
* Stick with latest damsel and mg_proto for tests
* Fix damsel commit
* Replace hand made printable function with standard
* Check full string to avoid false positives
* Allow unicode strings
* Add comment
* Mark "broken" binary data as non-printable
* Fix lint
* Created hay handler to monitor connections
* Review fixes#1
* Added hay as app dependency
* Created metrics receiver for hackney
* Removed filtering, added key tagging
* Added metrics to tests
* Removed non list key tagging option
* Refactored metric updates
* Moved hay to test deps
* Strictened allowed metrics, enabled key mapping
* Added privkey to dialyze CI step
* Reordered privkey
* Changed cache location
* Hardcoded allowed metrics
* Use tag for test deps
* Collect info for all ranch listeners
List of changes:
* Use thrift plugin compiler 0.3.0
* Update build_tools to latest
* Update build image to Erlang 21
* Added execution_start_time, execution_end_time, execution_duration_ms to woody state
* MSPF-394/Migrate woody_erlang to cowboy 2.5.0 (#82)
* Renewed some old cowboy syntax
* Reworked types to fit new cowboy/ranch versions
* Replaced cowboy tuples with separate values
* Fixed types, deleted testing logs, deleted redundant errors
* Moved to new StackTrace retrieval syntax for Erlang/OTP 21
* Restored default config, fixed typing
* Cleaned unnessesary changes, removed export_all
* Restored genlib cached version
* Downgraded to old stacktrace retrieval syntax, fixed codestyle
* Restored new StackTrace retrieval syntax, updated build image
* Changed rebar3 version for CI
* Corrected typing and spelling, removed unnessesary supervisor
* Created stream handler to replace hooks
* Added options for reading body
* Simplified stream handler
* Fixed wrong module name, added read body options support in stream handler
* Puted read body opts to env, renamed stream handler
* Codestyle, types and config fixes
* Moved response tracing to a separate function, now tracing failed requests too
* Changed options to map (#83)
* Fixed wrong timeout override logic (#84)
* Patch merge conflict
* Bump dependencies (#87)
* bumped hackney
* bumped erlang thrift commit
* align rpc id handling with new requirements
* add new interface woody.erl, mv woody_t -> woody
* bump up thrift for the latest thrift_membuffer_transport
* remove woody:call_safe/3, woody_client:call_safe/3 from client API
* add cowboy net_opts to Server API
* Introduce event formatter to woody_event_handler
* Refactor events
* Remove outdated exception from the elvis rules
* Update woody_server_thrift_handler internal API
* make Opts optional for handlers
* add default event handler
* bump up hackney
* update README
* fix issues: 12, 18, 20, 21, 25, 26, 31, 37
* start using build_utils
* simplify woody_client:result_ok() type (issue 10)
* use integer snowflake id
* rename woody_client_thrift:format_return/3 (issue 11)
* provide details to event_handler for http errors (issue 15)
* clarify net_opts() for woody_server_thrift_http_handler:options() type
* switch snoflake to rbkmoney fork
* update readme
* introduce lint and fix lint warnings
* add woody_client:make_id_int/0 API function