Skip to content

Commit ff59475

Browse files
committed
update deps
1 parent f0e5271 commit ff59475

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

HISTORY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
2323

2424
Changes apply to `main` branch.
2525

26+
# Wed, 10 Jan 2024 | v12.2.9
27+
2628
- Add `x/errors.RecoveryHandler` package-level function.
2729
- Add `x/errors.Validation` package-level function to add one or more validations for the request payload before a service call of the below methods.
2830
- Add `x/errors.Handler`, `CreateHandler`, `NoContentHandler`, `NoContentOrNotModifiedHandler` and `ListHandler` ready-to-use handlers for service method calls to Iris Handler.
@@ -35,7 +37,7 @@ Changes apply to `main` branch.
3537
- Add `iris.CookieDomain` and `iris.CookieOverride` cookie options to handle [#2309](https://github.com/kataras/iris/issues/2309).
3638
- New `x/errors.ErrorCodeName.MapErrorFunc`, `MapErrors`, `Wrap` methods and `x/errors.HandleError` package-level function.
3739

38-
# Sun, 05 Nov 2023 | v12.2.9
40+
# Sun, 05 Nov 2023 | v12.2.8
3941

4042
- A new way to customize the handler's parameter among with the `hero` and `mvc` packages. New `iris.NewContextWrapper` and
4143
`iris.NewContextPool` methods were added to wrap a handler (`.Handler`, `.Handlers`, `.HandlerReturnError`, `HandlerReturnDuration`, `Filter` and `FallbackViewFunc` methods) and use a custom context instead of the iris.Context directly. Example at: https://github.com/kataras/iris/tree/main/_examples/routing/custom-context.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ $ go get github.com/kataras/iris/v12@latest
627627
**Run**
628628

629629
```sh
630-
$ go mod tidy -compat=1.20 # -compat="1.20" for windows.
630+
$ go mod tidy -compat=1.21 # -compat="1.21" for windows.
631631
$ go run .
632632
```
633633

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/kataras/blocks v0.0.8
2525
github.com/kataras/golog v0.1.11
2626
github.com/kataras/jwt v0.1.12
27-
github.com/kataras/neffos v0.0.23
27+
github.com/kataras/neffos v0.0.24-0.20240110215151-1db32f4ef9ed
2828
github.com/kataras/pio v0.0.13
2929
github.com/kataras/sitemap v0.0.6
3030
github.com/kataras/tunnel v0.0.4
@@ -82,7 +82,7 @@ require (
8282
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
8383
github.com/modern-go/reflect2 v1.0.2 // indirect
8484
github.com/nats-io/nats.go v1.31.0 // indirect
85-
github.com/nats-io/nkeys v0.4.5 // indirect
85+
github.com/nats-io/nkeys v0.4.7 // indirect
8686
github.com/nats-io/nuid v1.0.1 // indirect
8787
github.com/nxadm/tail v1.4.11 // indirect
8888
github.com/pkg/errors v0.8.1 // indirect

go.sum

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)