From 1ec626ef79cb87b798084e486ac7828f915ecb4f Mon Sep 17 00:00:00 2001 From: Stefan Vitanov Date: Wed, 27 Mar 2024 11:12:31 +0200 Subject: [PATCH 1/2] hot fix --- core/logic_events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/logic_events.go b/core/logic_events.go index f1f3cedd..5a1ddc12 100644 --- a/core/logic_events.go +++ b/core/logic_events.go @@ -311,7 +311,7 @@ func (e eventsLogic) processWebToolsEvents() { //* keep the already exisiting events IDS THE SAME! return nil - }, 60000) + }, 180000) if err != nil { e.logger.Errorf("error performing transaction - %s", err) From 6fafd76da293eaa2f63730a57242ee49ffb694ea Mon Sep 17 00:00:00 2001 From: Stefan Vitanov Date: Wed, 27 Mar 2024 11:19:06 +0200 Subject: [PATCH 2/2] update version to 2.3.2 --- CHANGELOG.md | 3 +++ SECURITY.md | 4 ++-- driver/web/docs/gen/def.yaml | 2 +- driver/web/docs/index.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4facf4b7..26f358aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +[2.3.2] - 2024-03-27 +- Increase webtools transaction timeout + [2.3.1] - 2024-03-21 ### Fixed - Handle cost, tags, target and location on the Webtools import [#54](https://github.com/rokwire/gateway-building-block/issues/54) diff --git a/SECURITY.md b/SECURITY.md index f1671c1f..868feb2f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ Patches for **Gateway Building Block** in this repository will only be applied to the following versions: | Version | Supported | | ------- | ------------------ | -| 2.3.1 | :white_check_mark: | -| < 2.3.1 | :x: | +| 2.3.2 | :white_check_mark: | +| < 2.3.2 | :x: | ## Reporting a Bug or Vulnerability diff --git a/driver/web/docs/gen/def.yaml b/driver/web/docs/gen/def.yaml index 7390e6a7..dd534785 100644 --- a/driver/web/docs/gen/def.yaml +++ b/driver/web/docs/gen/def.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Rokwire Gateway Building Block API description: Gateway Building Block API Documentation - version: 2.3.1 + version: 2.3.2 servers: - url: 'https://api.rokwire.illinois.edu/gateway' description: Production server diff --git a/driver/web/docs/index.yaml b/driver/web/docs/index.yaml index 46a97534..f85f4c55 100644 --- a/driver/web/docs/index.yaml +++ b/driver/web/docs/index.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Rokwire Gateway Building Block API description: Gateway Building Block API Documentation - version: 2.3.1 + version: 2.3.2 servers: - url: 'https://api.rokwire.illinois.edu/gateway' description: Production server