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

5 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

7 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

8 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

9 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

v12.2.0-beta6

1 year ago

What's Changed

Navigate through the HISTORY.md file.

New Contributors

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