iris

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

BSD-3-CLAUSE License

Stars
24.9K
Committers
121

Bot releases are hidden (Show)

iris - v12.2.11 Latest Release

Published by kataras 6 months ago

Project Update: Iris is Evolving 🌱

Dear Iris Community,

You might have noticed a recent lull in activity on the Iris repository. I want to assure you that this silence is not without reason. For the past 3-4 months, I've been diligently working on the next major release of Iris.

This upcoming version is poised to be a significant leap forward, fully embracing the Generics feature introduced in Go. We're not just stopping at Generics, though. Expect a suite of new features, enhancements, and optimizations that will elevate your development experience to new heights.

My journey with Go spans over 8 years, and with each year, my expertise and understanding of the language deepen. This accumulated knowledge is being poured into Iris, ensuring that the framework not only evolves with the language but also with the community's growing needs.

Stay tuned for more updates, and thank you for your continued support and patience. The wait will be worth it.

Warm regards,
Gerasimos (Makis) Maropoulos

Release v12.2.11

This is the last release for the version 12 family.

New Contributors

HISTORY: https://github.com/kataras/iris/blob/v12/HISTORY.md#thu-25-april-2024--v12211
Full Changelog: https://github.com/kataras/iris/compare/v12.2.10...v12.2.11

iris - v12.2.10

Published by kataras 9 months ago

iris - v12.2.9

Published by kataras 9 months ago

iris - v12.2.8

Published by kataras 12 months ago

What's Changed

Read at: https://github.com/kataras/iris/blob/main/HISTORY.md#sun-05-nov-2023--v1228

New Contributors

Full Changelog: https://github.com/kataras/iris/compare/v12.2.7...v12.2.8

iris - v12.2.5

Published by kataras about 1 year ago

What's Changed

  • Add optional Singleton() bool method to controllers to mark them as singleton, will panic with a specific error if a controller expects dynamic dependencies. This behavior is idendical to the app-driven app.EnsureStaticBindings().
  • Non-zero fields of a controller that are marked as ignored, with ignore:"true" field tag, they are not included in the dependencies at all now.
  • Re-add error log on context rich write (e.g. JSON) failures when the application is running under debug mode (with app.Logger().SetLevel("debug")) and there is no a registered context error handler at place.
  • master branch finally renamed to main. Don't worry GitHub will still navigate any master request to main automatically. Examples, Documentation and other Pages are refactored too.
  • Translate README to Vietnamese by @TrungKenbi in https://github.com/kataras/iris/pull/2182
  • add Japanese README by @demouth in https://github.com/kataras/iris/pull/2188
  • Remove redundant nil check by @Juneezee in https://github.com/kataras/iris/pull/2194
  • Improve middleware/requestid test suite by @lemuelroberto in https://github.com/kataras/iris/pull/2191
  • Bump github.com/redis/go-redis/v9 from 9.0.5 to 9.1.0 by @dependabot in https://github.com/kataras/iris/pull/2190

New Contributors

Full Changelog: https://github.com/kataras/iris/compare/v12.2.4...v12.2.5

iris - v12.2.4

Published by kataras about 1 year ago

What's Changed

Add new iris.WithDynamicHandler option (EnableDynamicHandler setting) to work with iris.Application.RefreshRouter method. It allows to change the entire router while your server is up and running. Handles issue #2167. Example at _examples/routing/route-state/main.go.

Full Changelog: https://github.com/kataras/iris/compare/v12.2.1...v12.2.4

iris - v12.2.1

Published by kataras over 1 year ago

Changes

https://github.com/kataras/iris/blob/master/HISTORY.md#next

New Contributors

Full Changelog: https://github.com/kataras/iris/compare/v12.2.0...v12.2.1

iris - v12.2.0

Published by kataras over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kataras/iris/compare/v12.1.8...v12.2.0

iris - v0.0.2

Published by kataras about 4 years ago

Add simple autofix.

v0 0 2_screen

iris - v0.0.1

Published by kataras about 4 years ago

You have installed an invalid version. Install with:

go get -u github.com/kataras/iris/v12@latest

If your Open Source project depends on that pre-go1.9 version please open an issue
at https://github.com/kataras/iris/issues/new and share your repository with us,
we will upgrade your project's code base to the latest version for free.

If you have a commercial project that you cannot share publically, please contact with
@kataras at https://chat.iris-go.com. Assistance will be provided to you and your colleagues for free.

iris - v12.1.8

Published by kataras over 4 years ago

iris - v12.1.7

Published by kataras over 4 years ago

iris - v12.1.5

Published by kataras over 4 years ago

Various improvements and linting. It's a generic message but please upgrade your project's Iris dependency if you had any issues serving files from subdomains or sharing dependencies through Iris controllers.

Thanks,
Gerasimos Maropoulos

iris - v12.1.4

Published by kataras almost 5 years ago

Minor fix on serving embedded files.

iris - v12.1.3

Published by kataras almost 5 years ago

iris - v12.1.2

Published by kataras almost 5 years ago