Iris Versions Save

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

v12.2.11

3 weeks 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

v12.2.8

6 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

v12.2.5

8 months 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

v12.2.4

9 months 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

v12.2.1

10 months 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

v12.2.0

1 year ago

What's Changed

New Contributors

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

v12.2.0-beta7

1 year ago

What's Changed

Navigate through the HISTORY.md file.

New Contributors

Changelog between beta6 and beta7: https://github.com/kataras/iris/compare/v12.2.0-beta6...v12.2.0-beta7