Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update module github.com/kataras/iris/v12 to v12.2.10 #137

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 1, 2024

This PR contains the following updates:

Package Type Update Change
github.com/kataras/iris/v12 indirect patch v12.2.8 -> v12.2.10

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kataras/iris (github.com/kataras/iris/v12)

v12.2.10

Compare Source

  • Simplify the /core/host subpackage and remove its DeferFlow and RestoreFlow methods. These methods are replaced with: Supervisor.Configure(host.NonBlocking()) before Serve and Supervisor.Wait(context.Context) error after Serve.
  • Fix internal trimHandlerName and other minor stuff.
  • New iris.NonBlocking() configuration option to run the server without blocking the main routine, Application.Wait(context.Context) error method can be used to block and wait for the server to be up and running. Example:
func main() {
    app := iris.New()
    app.Get("/", func(ctx iris.Context) {
        ctx.Writef("Hello, %s!", "World")
    })

    app.Listen(":8080", iris.NonBlocking(), iris.WithoutServerError(iris.ErrServerClosed))

    ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second)
    defer cancel()

    if err := app.Wait(ctx); err != nil {
        log.Fatal(err)
    }

    // [Server is up and running now, you may continue with other functions below].
}
  • Add x/mathx.RoundToInteger math helper function.

v12.2.9

Compare Source

  • Add x/errors.RecoveryHandler package-level function.
  • Add x/errors.Validation package-level function to add one or more validations for the request payload before a service call of the below methods.
  • Add x/errors.Handler, CreateHandler, NoContentHandler, NoContentOrNotModifiedHandler and ListHandler ready-to-use handlers for service method calls to Iris Handler.
  • Add x/errors.List package-level function to support ListObjects(ctx context.Context, opts pagination.ListOptions, f Filter) ([]Object, int64, error) type of service calls.
  • Simplify how validation errors on /x/errors package works. A new x/errors/validation sub-package added to make your life easier (using the powerful Generics feature).
  • Add x/errors.OK, Create, NoContent and NoContentOrNotModified package-level generic functions as custom service method caller helpers. Example can be found here.
  • Add x/errors.ReadPayload, ReadQuery, ReadPaginationOptions, Handle, HandleCreate, HandleCreateResponse, HandleUpdate and HandleDelete package-level functions as helpers for common actions.
  • Add x/jsonx.GetSimpleDateRange(date, jsonx.WeekRange, time.Monday, time.Sunday) which returns all dates between the given range and start/end weekday values for WeekRange.
  • Add x/timex.GetMonthDays and x/timex.GetMonthEnd functions.
  • Add iris.CookieDomain and iris.CookieOverride cookie options to handle #​2309.
  • New x/errors.ErrorCodeName.MapErrorFunc, MapErrors, Wrap methods and x/errors.HandleError package-level function.

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Feb 1, 2024
@github-actions github-actions bot added the fix label Feb 1, 2024
@cq-bot cq-bot force-pushed the renovate/github.com-kataras-iris-v12-12.x branch from 8879614 to dfc6794 Compare February 1, 2024 01:39
@kodiakhq kodiakhq bot merged commit 624fb8d into main Feb 1, 2024
7 checks passed
@kodiakhq kodiakhq bot deleted the renovate/github.com-kataras-iris-v12-12.x branch February 1, 2024 01:46
kodiakhq bot pushed a commit that referenced this pull request Apr 1, 2024
🤖 I have created a release *beep* *boop*
---


## [0.3.13](v0.3.12...v0.3.13) (2024-04-01)


### Bug Fixes

* **deps:** Update Azure modules ([#148](#148)) ([d269d27](d269d27))
* **deps:** Update dependency go to v1.21.4 ([#113](#113)) ([0c6ea98](0c6ea98))
* **deps:** Update github.com/apache/arrow/go/v15 digest to 7c3480e ([#110](#110)) ([d96b040](d96b040))
* **deps:** Update github.com/apache/arrow/go/v15 digest to 7e703aa ([#124](#124)) ([40a277e](40a277e))
* **deps:** Update github.com/apache/arrow/go/v15 digest to de3130e ([#122](#122)) ([86725ab](86725ab))
* **deps:** Update github.com/apache/arrow/go/v15 digest to ec41209 ([#106](#106)) ([9530b4a](9530b4a))
* **deps:** Update github.com/cloudquery/jsonschema digest to 92878fa ([#154](#154)) ([9251843](9251843))
* **deps:** Update github.com/cloudquery/jsonschema digest to ae17220 ([#153](#153)) ([68a474c](68a474c))
* **deps:** Update github.com/cloudquery/jsonschema digest to d771afd ([#146](#146)) ([c64596c](c64596c))
* **deps:** Update github.com/cloudquery/jsonschema digest to e998e7a ([#152](#152)) ([6ba2fea](6ba2fea))
* **deps:** Update github.com/gomarkdown/markdown digest to 1d6d208 ([#111](#111)) ([f69c198](f69c198))
* **deps:** Update golang.org/x/exp digest to 02704c9 ([#112](#112)) ([50a36b1](50a36b1))
* **deps:** Update golang.org/x/exp digest to 1b97071 ([#136](#136)) ([2b20541](2b20541))
* **deps:** Update golang.org/x/exp digest to 6522937 ([#89](#89)) ([268e538](268e538))
* **deps:** Update golang.org/x/exp digest to 814bf88 ([#158](#158)) ([c7a0850](c7a0850))
* **deps:** Update golang.org/x/exp digest to a685a6e ([#175](#175)) ([a0c2cad](a0c2cad))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.10.0 ([#166](#166)) ([9ca53bb](9ca53bb))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.9.0 ([#92](#92)) ([387611d](387611d))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.9.1 ([#103](#103)) ([1d1530d](1d1530d))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/internal to v1.5.1 ([#99](#99)) ([28d636d](28d636d))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 to v2.1.0 ([#93](#93)) ([0e91cec](0e91cec))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications to v1.2.0 ([#94](#94)) ([34537f6](34537f6))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications to v2 ([#100](#100)) ([88cc988](88cc988))
* **deps:** Update module github.com/bytedance/sonic to v1.11.2 ([#163](#163)) ([d5a056b](d5a056b))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.6.4 ([#120](#120)) ([fc10ea5](fc10ea5))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.6.5 ([#125](#125)) ([4803a3c](4803a3c))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.0 ([#127](#127)) ([287e29f](287e29f))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.1 ([#132](#132)) ([2e23425](2e23425))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.2 ([#133](#133)) ([ebd7714](ebd7714))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.3 ([#147](#147)) ([fb78794](fb78794))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.4 ([#149](#149)) ([950d616](950d616))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.5 ([#150](#150)) ([a099ca9](a099ca9))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.17.2 ([#82](#82)) ([318c4d5](318c4d5))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.0 ([#84](#84)) ([2a6eb1d](2a6eb1d))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.1 ([#85](#85)) ([845d8f6](845d8f6))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.2 ([#86](#86)) ([53392d2](53392d2))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.3 ([#87](#87)) ([a54defc](a54defc))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.19.0 ([#88](#88)) ([a8bc7c7](a8bc7c7))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.19.1 ([#97](#97)) ([d4d0b1a](d4d0b1a))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.20.0 ([#98](#98)) ([144e161](144e161))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.21.0 ([#101](#101)) ([9f419af](9f419af))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.21.1 ([#102](#102)) ([001d621](001d621))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.21.2 ([#104](#104)) ([0d7d910](0d7d910))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.21.3 ([#105](#105)) ([a51d7c0](a51d7c0))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.22.0 ([#107](#107)) ([298ff53](298ff53))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.23.0 ([#108](#108)) ([3df01ad](3df01ad))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.24.0 ([#109](#109)) ([3876487](3876487))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.24.1 ([#118](#118)) ([e4ec9af](e4ec9af))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.25.0 ([#119](#119)) ([8c6b281](8c6b281))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.25.1 ([#121](#121)) ([d36818c](d36818c))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.25.2 ([#123](#123)) ([ba370fb](ba370fb))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.26.0 ([#126](#126)) ([021a5d0](021a5d0))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.0 ([#128](#128)) ([73c9e96](73c9e96))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.1 ([#129](#129)) ([ed562f9](ed562f9))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.2 ([#130](#130)) ([09e6708](09e6708))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.28.0 ([#131](#131)) ([7223eaa](7223eaa))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.29.0 ([#134](#134)) ([ef44afa](ef44afa))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.29.1 ([#145](#145)) ([ff6ca5f](ff6ca5f))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.30.0 ([#151](#151)) ([d9b64c7](d9b64c7))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.31.0 ([#155](#155)) ([63f22e2](63f22e2))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.32.0 ([#156](#156)) ([127ecdd](127ecdd))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.32.1 ([#167](#167)) ([b3dde63](b3dde63))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.33.0 ([#168](#168)) ([d3e534e](d3e534e))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.34.0 ([#169](#169)) ([dff522e](dff522e))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.34.1 ([#170](#170)) ([767a8ec](767a8ec))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.34.2 ([#171](#171)) ([78b835c](78b835c))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.35.0 ([#172](#172)) ([83ee2d9](83ee2d9))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.36.0 ([#173](#173)) ([224ed4f](224ed4f))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.36.1 ([#174](#174)) ([794fec5](794fec5))
* **deps:** Update module github.com/deepmap/oapi-codegen to v1.16.2 ([#142](#142)) ([4c48509](4c48509))
* **deps:** Update module github.com/go-playground/validator/v10 to v10.17.0 ([#143](#143)) ([b6bf191](b6bf191))
* **deps:** Update module github.com/go-playground/validator/v10 to v10.18.0 ([#164](#164)) ([9908f01](9908f01))
* **deps:** Update module github.com/google/uuid to v1.6.0 ([#165](#165)) ([7bb7552](7bb7552))
* **deps:** Update module github.com/invopop/jsonschema to v0.12.0 ([#95](#95)) ([a093c1f](a093c1f))
* **deps:** Update module github.com/kataras/iris/v12 to v12.2.10 ([#137](#137)) ([624fb8d](624fb8d))
* **deps:** Update module github.com/klauspost/compress to v1.17.4 ([#114](#114)) ([a189851](a189851))
* **deps:** Update module github.com/klauspost/compress to v1.17.5 ([#138](#138)) ([bbad83d](bbad83d))
* **deps:** Update module github.com/klauspost/compress to v1.17.7 ([#159](#159)) ([118a3b5](118a3b5))
* **deps:** Update module github.com/klauspost/cpuid/v2 to v2.2.6 ([#91](#91)) ([7130720](7130720))
* **deps:** Update module github.com/klauspost/cpuid/v2 to v2.2.7 ([#160](#160)) ([4c81a1c](4c81a1c))
* **deps:** Update module github.com/labstack/echo/v4 to v4.11.4 ([#115](#115)) ([8a8fc87](8a8fc87))
* **deps:** Update module github.com/rs/zerolog to v1.31.0 ([#96](#96)) ([04ed5bb](04ed5bb))
* **deps:** Update module github.com/stretchr/testify to v1.9.0 ([#177](#177)) ([090afce](090afce))
* **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.10 ([#116](#116)) ([8dbf542](8dbf542))
* **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.16 ([#139](#139)) ([a0ad07d](a0ad07d))
* **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.18 ([#161](#161)) ([fca52ab](fca52ab))
* **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#141](#141)) ([ee58123](ee58123))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants