1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00
Commit Graph

2722 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
51654cedc5 version 12.2.7 2023-09-25 19:55:58 +03:00
Gerasimos (Makis) Maropoulos
effb0a983b Update examples dependencies 2023-09-25 19:42:38 +03:00
Gerasimos (Makis) Maropoulos
f955489f3a fix #2215 2023-09-25 19:30:48 +03:00
Gerasimos (Makis) Maropoulos
e7b40398aa update Blocks module 2023-09-24 17:35:49 +03:00
dependabot[bot]
e0ac28c1bb Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.2.0 (#2213)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.1.0...v9.2.0)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-24 01:49:22 +03:00
dependabot[bot]
8b98da1a73 Bump github.com/klauspost/compress from 1.16.7 to 1.17.0 (#2211)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.16.7 to 1.17.0.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.16.7...v1.17.0)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-24 01:49:09 +03:00
Gerasimos (Makis) Maropoulos
24ba4e8933 update dependencies 2023-09-08 19:12:03 +03:00
Jamie Tanna
cf3808ae65 Downgrade Go version requirement to 1.20 (#2197)
As part of the upgrade to Go 1.21, the Go toolchain now requires the
`go` directive to match the maximum Go version in use in dependencies.

This leads to any transitive dependency on this library to result in a
requirement of the consuming project moving to Go 1.21.

Although in a lot of cases this may not be as problematic, it forces
consumers to migrate, which we don't need to do in this case.

This also requires we bump jwt and httpexpect dependencies, as they've
downgraded, too.
2023-09-08 19:08:16 +03:00
Gerasimos (Makis) Maropoulos
b7c2aba67e upgrade kataras/jwt package and auth/sso: add a future forgiven of 1 minute to issuet_at 2023-09-08 12:32:46 +03:00
Gerasimos (Makis) Maropoulos
9a8e40cecf minor: bug_report.md 2023-09-01 11:03:37 +03:00
Gerasimos (Makis) Maropoulos
b8d84b7767 minor 2023-08-31 13:05:08 +03:00
Gerasimos (Makis) Maropoulos
29637dad2a minor 2023-08-25 11:45:54 +03:00
Gerasimos (Makis) Maropoulos
21fa56720f minor 2023-08-25 11:40:54 +03:00
dependabot[bot]
06d5e56512 Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2195)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22 15:07:03 +03:00
Gerasimos (Makis) Maropoulos
3c79c4ee04 minor: add iris.Singleton as a helper 2023-08-22 15:06:36 +03:00
Gerasimos (Makis) Maropoulos
10fd39fc07 release v12.2.5 v12.2.5 2023-08-21 20:19:35 +03:00
dependabot[bot]
4394c6326f Bump github.com/redis/go-redis/v9 from 9.0.5 to 9.1.0 (#2190)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.0.5 to 9.1.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.0.5...v9.1.0)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 20:13:03 +03:00
Lemuel Roberto Bonifácio
6da1fe9cbc Improve middleware/requestid test suite (#2191)
Add a test scenario for client sent request id header.
2023-08-21 20:12:54 +03:00
Eng Zer Jun
6a449876e9 Remove redundant nil check (#2194)
From the Go docs:

  "If the map is nil, the number of iterations is 0." [1]

Therefore, an additional nil check for before the loop is unnecessary.

[1]: https://go.dev/ref/spec#For_range

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-08-21 20:12:22 +03:00
Gerasimos (Makis) Maropoulos
9f53d15133 minor changes to MVC, see HISTORY.md#Next for more 2023-08-21 20:11:14 +03:00
Gerasimos (Makis) Maropoulos
79404f91c1 update donators list 2023-08-20 03:47:17 +03:00
Gerasimos (Makis) Maropoulos
48f7b38d15 rename master branch to main 2023-08-20 03:12:46 +03:00
Gerasimos (Makis) Maropoulos
2e9745a915 add some comments to iris.NewGuide and update httpexpect module 2023-08-20 03:05:28 +03:00
Gerasimos (Makis) Maropoulos
b30cbdbcb3 update examples dependencies 2023-08-17 12:26:16 +03:00
Gerasimos (Makis) Maropoulos
2f85ad1cfd update kataras/jwt module 2023-08-17 12:06:51 +03:00
Gerasimos (Makis) Maropoulos
a727e29031 add Japanese country flag 2023-08-14 12:03:57 +03:00
demouth
1867a2b1c3 add Japanese README (#2188)
* add Japanese README

translated README.md to Japanese

* add link to README_JA.md
2023-08-14 11:56:02 +03:00
Phước Trung
d180f56b6f add vietnamese readme (#2182) 2023-08-14 11:53:09 +03:00
Gerasimos (Makis) Maropoulos
b9f6025792 release v12.2.4 v12.2.4 2023-08-12 07:40:12 +03:00
Gerasimos (Makis) Maropoulos
83c72a9245 release v12.2.3 2023-08-12 07:34:28 +03:00
Gerasimos (Makis) Maropoulos
b11a29fb49 release v12.2.2 2023-08-12 07:33:22 +03:00
Gerasimos (Makis) Maropoulos
de478687dc release v12.2.2 2023-08-12 07:29:22 +03:00
Gerasimos (Makis) Maropoulos
0da32ca844 minor 2023-08-11 00:27:58 +03:00
Gerasimos (Makis) Maropoulos
119cce032c update codeql-analysis.yml 2023-08-11 00:26:30 +03:00
Gerasimos (Makis) Maropoulos
1f0f775677 CI: go 1.21 2023-08-11 00:24:32 +03:00
Gerasimos (Makis) Maropoulos
620faac24a Merge branch 'master' of https://github.com/kataras/iris 2023-08-11 00:23:24 +03:00
Gerasimos (Makis) Maropoulos
a5daba277f update examples dependencies 2023-08-11 00:22:59 +03:00
dependabot[bot]
4af1113dab Bump golang.org/x/net from 0.13.0 to 0.14.0 (#2184)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 12:23:56 +03:00
dependabot[bot]
6b07653636 Bump golang.org/x/text from 0.11.0 to 0.12.0 (#2183)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 12:22:33 +03:00
Gerasimos (Makis) Maropoulos
9d538eabb0 implement a dynamic router handler for #2167 2023-08-04 17:59:00 +03:00
dependabot[bot]
72f9d4ba5c Bump golang.org/x/net from 0.12.0 to 0.13.0 (#2181)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 15:24:22 +03:00
dependabot[bot]
6d0819cfa2 Bump github.com/tdewolff/minify/v2 from 2.12.7 to 2.12.8 (#2180)
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.7 to 2.12.8.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.12.7...v2.12.8)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 15:24:13 +03:00
dependabot[bot]
55da0252f6 Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 (#2179)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.6 to 3.23.7.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.6...v3.23.7)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 15:22:44 +03:00
Gerasimos (Makis) Maropoulos
ead6bba1bb minor for #2175 2023-07-30 21:22:41 +03:00
Gerasimos (Makis) Maropoulos
1f2215b80b Merge branch 'master' of https://github.com/kataras/iris 2023-07-30 21:17:42 +03:00
Gerasimos (Makis) Maropoulos
353fd4dcba implement #2175 2023-07-30 21:17:22 +03:00
dependabot[bot]
4cb0c626be Bump github.com/microcosm-cc/bluemonday from 1.0.24 to 1.0.25 (#2176)
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.24...v1.0.25)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 17:38:48 +03:00
Gerasimos (Makis) Maropoulos
d254d48f34 Add mvc.Application.EnableStructDependents() and app.ConfigureContainer().EnableStructDependents()
relative to: #2158
v12.2.1
2023-07-17 18:30:45 +03:00
Gerasimos (Makis) Maropoulos
6add1ba49b fix #2158 and more 2023-07-08 02:08:18 +03:00
dependabot[bot]
757e7fe61b Bump golang.org/x/net from 0.11.0 to 0.12.0 (#2173)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 03:47:47 +03:00