New features - Module `message` to handle i18n 13 - Module `validation` to handle validations with i18n support 13 - Locale is being sent between services 11 - Logging configured with stackdriver 12 - `server_defaults` helper to reduce boilerplate code 12
Fixes
0.4.0
Highlights
New features - InternalError exception in the business layer 10 - Controller method to raise HTTPInternalServerError 10
Fixes
0.3.0
Highlights
New Features - Service exceptions are no longer dependent on the response 7
Fixes - Fixing imports for the tracing tool 8 - Fixing open sessions when raising exceptions 9
0.2.0
Highlights Tracing middleware added to the framework.
New features - Tracing middleware 6 - Request Scope added to support localization and tracing 6
Fixes
0.1.0
Highlights - Initial release, it contains the bare minimum used by our services.
New features - Added base controller 3 - Added base business 2 - Added exceptions 1 - Added HTTP handler 4 - Added Paginator 5