iris icon indicating copy to clipboard operation
iris copied to clipboard

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:

Results 190 iris issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I've updated from iris v12.2.7 and v12.2.8 to v12.2.9 and session recreation results in no session (set-cookie header is there but sets an empty value) **To Reproduce**...

```golang func Hub() *iris.Application { app := iris.New() s := sse.New() mvc.Configure(app.Party("/web"), func(mvc *mvc.Application) { s.CreateStream("messages") mvc.Router.Any("/events", iris.FromStd(s.HTTPHandler)) go func() { ticker := time.NewTicker(time.Second * 2) for range ticker.C {...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.19.0. Commits 405cb3b go.mod: update golang.org/x dependencies 913d3ae x509roots/fallback: update bundle See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.18.0&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...

dependencies

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.4 to 1.17.6. Release notes Sourced from github.com/klauspost/compress's releases. v1.17.6 What's Changed zstd: Fix incorrect repeat coding in best mode by @​klauspost in klauspost/compress#923 s2: Fix DecodeConcurrent...

dependencies

I have client native application and RESTful backend uses **iris** for REST API Client protected by user authentication by **Auth0.com** Server protected by JWT, received by client during login. **Auth0.com**...

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.12 to 3.24.1. Commits 65b5fa3 Merge pull request #1587 from shirou/dependabot/github_actions/actions/upload... 2241397 chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 9de1a42 Merge pull request #1585 from DataDog/bryce.kahle/os-release-version-id 9b6f828...

dependencies

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.14 to 2.20.16. Release notes Sourced from github.com/tdewolff/minify/v2's releases. v2.20.16 cmd: revert to report error when specified file has no extension for a minifier JS: fix memory...

dependencies

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0. Release notes Sourced from github.com/google/uuid's releases. v1.6.0 1.6.0 (2024-01-16) Features add Max UUID constant (#149) (c58770e) Bug Fixes fix typo in version 7 uuid...

dependencies

A small code refactoring. `len(g.children) > 0` is redundant because `range` already skips empty slice.

This is a example using [prisma-clien-go](https://github.com/steebchen/prisma-client-go) orm