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 17.3.3 #511

Merged
merged 22 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3a3414d
Update NEWS
imerabishvili Oct 30, 2024
0e513a6
[maven-release-plugin] prepare release v17.3.0
imerabishvili Oct 30, 2024
39429d6
release branch
imerabishvili Oct 30, 2024
a60cbeb
Merge branch 'master' of github.com:folio-org/mod-circulation-storage…
roman-barannyk Nov 30, 2024
bc434ed
Update NEWS
roman-barannyk Nov 30, 2024
1f945dd
[maven-release-plugin] prepare release v17.3.1
roman-barannyk Nov 30, 2024
e13dbbf
[maven-release-plugin] prepare for next development iteration
roman-barannyk Nov 30, 2024
dd7dc86
Merge pull request #499 from folio-org/tmp-release-17.3.1
roman-barannyk Nov 30, 2024
7e40402
CIRCSTORE-542 Add Intermediate ECS request phase (#500)
alexanderkurash Dec 9, 2024
41df143
Update NEWS
roman-barannyk Dec 12, 2024
b628c64
[maven-release-plugin] prepare release v17.3.2
roman-barannyk Dec 12, 2024
6757e2a
[maven-release-plugin] prepare for next development iteration
roman-barannyk Dec 12, 2024
d18218e
Merge pull request #502 from folio-org/tmp-release-17.3.2
roman-barannyk Dec 12, 2024
6e03302
CIRCSTORE-539: added new request.item fields and db indexing into req…
kapil-epam Dec 6, 2024
6818a82
CIRCSTORE-540: Extended ItemUpdateProcessorForRequest to sync item lo…
kapil-epam Dec 23, 2024
bec93d2
CIRCSTORE-541: added ItemRetrievalServicePointUpdateProcessorForReque…
kapil-epam Dec 23, 2024
bd5aca1
CIRCSTORE-556: Add new LocationUpdateKafkaProcessor to sync location …
kapil-epam Dec 26, 2024
ed1b13d
Update NEWS.md file
kapil-epam Jan 13, 2025
5f3bc88
[maven-release-plugin] prepare release v17.3.3
kapil-epam Jan 13, 2025
3493be2
[maven-release-plugin] prepare for next development iteration
kapil-epam Jan 13, 2025
ae67b06
Update POM scm tag value to HEAD
kapil-epam Jan 13, 2025
f3fb0f4
Merge branch 'master' into tmp-release-17.3.3-1
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
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 17.3.3 2025-01-13
* Add new LocationUpdateKafkaProcessor to sync location with request table (CIRCSTORE-556)
* Add new class like ServicePointUpdateProcessorForRequest to sync RetrievalSP updates in Request records (CIRCSTORE-541)
* Extend ItemUpdateProcessorForRequest to sync item updates in Request records (CIRCSTORE-540)
* Filter request by Retrieval Service Point (CIRCSTORE-539)

## 17.3.2 2024-12-12
* Add Intermediate ECS request phase (CIRCSTORE-542)

## 17.3.1 2024-11-30
* Add ILR support for publishing batch request update events (CIRCSTORE-526)
* Publish request batch event when requests are reordered (CIRCSTORE-521)
* Create new transit staff slip for mediated request activities (CIRCSTORE-525)
* Update instead save with the same name circ settings (CIRCSTORE-519)
* Create CRUD API for storing `circulation-settings` (CIRCSTORE-509)
* Add `ecsRequestPhase` field to request schema (CIRCSTORE-502)
* Review and cleanup Module Descriptor for mod-circulation-storage (CIRCSTORE-524)

## 17.3.0 2024-10-30
* Upgrade RMB to 35.3.0, Vert.x to 4.5.9, Kafka wrapper to 3.1.1 (CIRCSTORE-520, CIRCSTORE-536, CIRCSTORE-499)
* Upgrade `holdings-storage` API (CIRCSTORE-533)
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-storage</artifactId>
<groupId>org.folio</groupId>
<version>17.4.0-SNAPSHOT</version>
<version>17.3.4-SNAPSHOT</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down
Loading