mirror of
https://github.com/kataras/iris.git
synced 2026-01-23 20:05:59 +00:00
context transactions removed and make Context.Domain customizable as requested
This commit is contained in:
@@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
|
||||
|
||||
## Fixes and Improvements
|
||||
|
||||
- Make `Context.Domain()` customizable by letting developers to set the custom `Context.GetDomain` package-level function.
|
||||
- Remove Request Context-based Transaction feature as its usage can be replaced with just the Iris Context (as of go1.7+) and better [project](_examples/project) structure.
|
||||
- Fix [#1882](https://github.com/kataras/iris/issues/1882)
|
||||
- Fix [#1877](https://github.com/kataras/iris/issues/1877)
|
||||
- Fix [#1876](https://github.com/kataras/iris/issues/1876)
|
||||
|
||||
Reference in New Issue
Block a user