Skip to content

Releases: kataras/iris

v12.2.11

Choose a tag to compare

@kataras kataras released this 24 Apr 22:44
08a852e

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: v12.2.10...v12.2.11

v12.2.10

Choose a tag to compare

@kataras kataras released this 18 Jan 01:17

v12.2.9

Choose a tag to compare

@kataras kataras released this 10 Jan 22:05

v12.2.8

Choose a tag to compare

@kataras kataras released this 05 Nov 20:24

What's Changed

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

New Contributors

Full Changelog: v12.2.7...v12.2.8

v12.2.7

Choose a tag to compare

@kataras kataras released this 25 Sep 17:03

v12.2.5

Choose a tag to compare

@kataras kataras released this 21 Aug 17:26

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 #2182
  • add Japanese README by @demouth in #2188
  • Remove redundant nil check by @Juneezee in #2194
  • Improve middleware/requestid test suite by @lemuelroberto in #2191
  • Bump github.com/redis/go-redis/v9 from 9.0.5 to 9.1.0 by @dependabot in #2190

New Contributors

Full Changelog: v12.2.4...v12.2.5

v12.2.4

Choose a tag to compare

@kataras kataras released this 12 Aug 04:44

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: v12.2.1...v12.2.4

v12.2.1

Choose a tag to compare

@kataras kataras released this 17 Jul 15:35

Changes

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

New Contributors

Full Changelog: v12.2.0...v12.2.1

v12.2.0

Choose a tag to compare

@kataras kataras released this 11 Mar 20:41

What's Changed

New Contributors

Full Changelog: v12.1.8...v12.2.0

v0.0.2

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@kataras kataras released this 03 Sep 18:14

Add simple autofix.

v0 0 2_screen