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

Post release 24.3.7 #1536

Merged
merged 33 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
86b4ac6
release branch
MagzhanArtykov Nov 2, 2024
6892871
Release 24.3.1 (#1517)
Vignesh-kalyanasundaram Nov 27, 2024
43d017c
Merge branch 'master' of github.com:folio-org/mod-circulation into tm…
roman-barannyk Nov 30, 2024
3dd0d09
Update NEWS
roman-barannyk Nov 30, 2024
20cea8d
[maven-release-plugin] prepare release v24.3.2
roman-barannyk Nov 30, 2024
3e93891
[maven-release-plugin] prepare for next development iteration
roman-barannyk Nov 30, 2024
6b4d0cf
Merge pull request #1519 from folio-org/tmp-release-24.3.2
roman-barannyk Nov 30, 2024
a1ce1da
CIRC-2182 Intermediate request support (#1520)
OleksandrVidinieiev Dec 9, 2024
ef75476
[CIRC-2199] Avoid self-invocation for request rules while moving requ…
Saba-Zedginidze-EPAM Dec 12, 2024
999967b
Update NEWS
roman-barannyk Dec 12, 2024
17532bf
[maven-release-plugin] prepare release v24.3.3
roman-barannyk Dec 12, 2024
67c2f7e
[maven-release-plugin] prepare for next development iteration
roman-barannyk Dec 12, 2024
b7e6c9c
Merge pull request #1523 from folio-org/tmp-release-24.3.3
roman-barannyk Dec 12, 2024
97e42a8
CIRC-2205 Remove redundant permission set declarations
OleksandrVidinieiev Dec 17, 2024
61bd3f9
Update NEWS
roman-barannyk Dec 19, 2024
aebc94d
[maven-release-plugin] prepare release v24.3.4
roman-barannyk Dec 19, 2024
8985216
[maven-release-plugin] prepare for next development iteration
roman-barannyk Dec 19, 2024
440fc55
Merge pull request #1525 from folio-org/tmp-release-24.3.4
roman-barannyk Dec 19, 2024
e988eb2
CIRC-2197 Fix search slips for requests queue (#1526)
roman-barannyk Jan 9, 2025
bc795f9
Update NEWS
roman-barannyk Jan 9, 2025
240af7c
[maven-release-plugin] prepare release v24.3.5
roman-barannyk Jan 9, 2025
b9b9621
[maven-release-plugin] prepare for next development iteration
roman-barannyk Jan 9, 2025
76b34b3
Merge pull request #1530 from folio-org/tmp-release-24.3.5
roman-barannyk Jan 9, 2025
5f05f8b
CIRC-2219 rename incorrect permissions (#1531)
roman-barannyk Jan 10, 2025
ac5e6bc
Update NEWS
roman-barannyk Jan 10, 2025
aba7556
[maven-release-plugin] prepare release v24.3.6
roman-barannyk Jan 10, 2025
e06ddf3
[maven-release-plugin] prepare for next development iteration
roman-barannyk Jan 10, 2025
8238124
Merge pull request #1532 from folio-org/tmp-release-24.3.6
roman-barannyk Jan 10, 2025
ec5ea65
CIRC-2177: Filter request by Retrieval Service Point (#1518)
kapil-epam Dec 6, 2024
750ac17
Update NEWS.md file
kapil-epam Jan 13, 2025
7467f8d
[maven-release-plugin] prepare release v24.3.7
kapil-epam Jan 13, 2025
983a204
[maven-release-plugin] prepare for next development iteration
kapil-epam Jan 13, 2025
a451b2f
Merge branch 'master' into tmp-release-24.3.7
kapil-epam Jan 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 40 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## 24.3.7 2025-01-13
* Filter request by Retrieval Service Point (CIRC-2177)

## 24.3.6 2025-01-10
* Rename incorrect mod-feesfines permissions (CIRC-2219)

## 24.3.5 2025-01-09
* Fix search slips for requests queue (CIRC-2197)

## 24.3.4 2024-12-19
* Remove permission definition for Circulation Events Handlers (CIRC-2205)

## 24.3.3 2024-12-12
* Avoid self-invocation for request rules while moving requests (CIRC-2199)
* Intermediate request support (CIRC-2182)

## 24.3.2 2024-11-30
* Add mod-settings permission blocks (CIRC-2185)
* Fix automated patron blocks permission issue (CIRC-2185)
* Remove new mod-settings permissions (CIRC-2183)
* Fetch TLR settings from mod-config as fallback (CIRC-2171)
* Update API versions (CIRC-2153)
* Change ECS Primary request validation (CIRC-2151)
* Allow operation replace for instance with no items (CIRC-2137)
* Search title-level requests by both `itemId` and `instanceId` during check-in and check-out (CIRC-2125)
* Allowed SP endpoint should support `patronGroupId` parameter (CIRC-2116)
* Return empty result when search doesn't find anything (CIRC-2117)
* Pass additional `includeRoutingServicePoints` parameter when needed (CIRC-2109)
* Fetch item details across tenants (CIRC-2101)
* Create a facade for instance search (CIRC-2072)
* Fetch TLR settings from mod-settings (CIRC-2081)
* Add `ecsRequestRouting` parameter to allowed-service-points (CIRC-2051)
* Fix snapshot version (CIRC-2161)
* Review and cleanup Module Descriptors for mod-circulation (CIRC-2139)

## 24.3.1 2024-11-27

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

## 24.3.0 2024-10-31

* Support floating collections (CIRC-2136)
Expand Down Expand Up @@ -591,9 +630,7 @@
* Requires `loan-storage 5.3 or 6.0` (CIRC-380)
* Requires `instance-storage 4.0, 5.0, 6.0 or 7.0` (CIRC-396)

## 16.3.0 2019-06-17

* Use sets for module permissions to reduce size when included in headers (CIRC-352)
## 16.3.0 2019-06-17* Use sets for module permissions to reduce size when included in headers (CIRC-352)
* Only fetch single record by ID when ID is not null (CIRC-359)
* Only update request queue when loan is closed (CIRC-351)
* Uses correct request type for instance level requests (CIRC-344)
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.4.0-SNAPSHOT</version>
<version>24.3.8-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down
Loading