Skip to content

Commit

Permalink
Post release 24.3.9 (#1540)
Browse files Browse the repository at this point in the history
* release branch

* Release 24.3.1 (#1517)

* CIRC-2168 Patron notices for the trigger “Item recalled” not sent if the item is not 1st in the title request queue (#1512)

* CIRC-2168 Fix patron notice issue

* CIRC-2168 Fix patron notice issue

* CIRC-2168 Adding test case for the new scenario

* CIRC-2168 Fix sonar issues

* Fixing test case error

* Update NEWS

* [maven-release-plugin] prepare release v24.3.1

* [maven-release-plugin] prepare for next development iteration

* Update NEWS

* [maven-release-plugin] prepare release v24.3.2

* [maven-release-plugin] prepare for next development iteration

* CIRC-2182 Intermediate request support (#1520)

* CIRC-2182 Add support for intermediate request

* CIRC-2182 Add missing permissions

* CIRC-2182 Add missing permissions

* CIRC-2182 Add missing permissions

* CIRC-2182 Refactoring and logging

* CIRC-2182 Extend test

(cherry picked from commit 7d6bfe8)

* [CIRC-2199] Avoid self-invocation for request rules while moving requests (#1522)

* [EUREKA-430] Avoid self-invocation for request rules while moving requests

* [EUREKA-430] Remove unnecessary new constructor

* [EUREKA-430] Add unit tests

* [EUREKA-430] Improve tests

(cherry picked from commit 4414f1d)

* Update NEWS

* [maven-release-plugin] prepare release v24.3.3

* [maven-release-plugin] prepare for next development iteration

* CIRC-2205 Remove redundant permission set declarations

(cherry picked from commit 6b91a09)

* Update NEWS

* [maven-release-plugin] prepare release v24.3.4

* [maven-release-plugin] prepare for next development iteration

* CIRC-2197 Fix search slips for requests queue (#1526)

* CIRC-2197 Fix search slips for requests queue

* CIRC-2197 fix code smells

(cherry picked from commit 6654963)

* Update NEWS

* [maven-release-plugin] prepare release v24.3.5

* [maven-release-plugin] prepare for next development iteration

* CIRC-2219 rename incorrect permissions (#1531)

(cherry picked from commit 297dbe6)

* Update NEWS

* [maven-release-plugin] prepare release v24.3.6

* [maven-release-plugin] prepare for next development iteration

* To release 24.3.7 (#1535)

* CIRC-2177: Filter request by Retrieval Service Point (#1518)

* CIRC-2177: populating request.item new fields before request update and create

* CIRC-2177: populating request.item new fields for request get API's

* CIRC-2177: added debugging log

* CIRC-2177: setting SP and location from requestRepresentation

* CIRC-2177: unit test case implementation

* CIRC-2177: fix unit test issue

* CIRC-2177: fix unit test issue

* CIRC-2177: added check for location and SP in StoredRequestRepresentation

* CIRC-2177: upgraded request-storage interface version from 6.1 to 6.2

* Update NEWS.md file

* [maven-release-plugin] prepare release v24.3.7

* [maven-release-plugin] prepare for next development iteration

* CIRC-2197 add limit to requests fetching query

(cherry picked from commit 2b857d9)

* Update NEWS

* [maven-release-plugin] prepare release v24.3.8

* [maven-release-plugin] prepare for next development iteration

* CIRC-2198 Implement the code for the feature UXPROD-5001 (#1521)

CIRC-2198 Implement the code for the feature UXPROD-5001

* Update NEWS.md

* [maven-release-plugin] prepare release v24.3.9

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: MagzhanArtykov <[email protected]>
Co-authored-by: Vignesh <[email protected]>
Co-authored-by: Roman_Barannyk <[email protected]>
Co-authored-by: Roman Barannyk <[email protected]>
Co-authored-by: OleksandrVidinieiev <[email protected]>
Co-authored-by: Saba-Zedginidze-EPAM <[email protected]>
Co-authored-by: Oleksandr Vidinieiev <[email protected]>
Co-authored-by: Kapil Verma <[email protected]>
Co-authored-by: Antony Hruschev <[email protected]>
Co-authored-by: Antony_Hruschev <[email protected]>
  • Loading branch information
11 people authored Jan 17, 2025
1 parent e227033 commit dd614af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 24.3.9 2025-01-17
* Support DCB re-request (CIRC-2198)

## 24.3.8 2025-01-14
* Fix TLR fetching issue for search slips (CIRC-2197)

## 24.3.7 2025-01-13
* Filter request by Retrieval Service Point (CIRC-2177)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>mod-circulation</artifactId>
<groupId>org.folio</groupId>
<version>24.3.8-SNAPSHOT</version>
<version>24.3.10-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down

0 comments on commit dd614af

Please sign in to comment.