1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 13:35:59 +00:00

New Feature: Request-Scoped Transactions

Example:
https://github.com/iris-contrib/examples/tree/master/request_transactions
This commit is contained in:
Gerasimos (Makis) Maropoulos
2016-12-15 15:14:48 +02:00
parent 1ff949b357
commit 65980d3363
5 changed files with 184 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
**How to upgrade**: remove your `$GOPATH/src/github.com/kataras` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`.
## 5.0.4 -> 5.1.0
- **NEW (UNIQUE?) FEATURE**: Request-scoped transactions inside handler's context. Proof-of-concept example [here](https://github.com/iris-contrib/examples/tree/master/request_transactions).
## 5.0.3 -> 5.0.4