Skip to content

Releases: folio-org/mod-licenses

Version 6.1.2

03 Dec 11:30
a1dca29
Compare
Choose a tag to compare

6.1.2 2024-12-03

  • ERM-3458 Add minio dependency in mod-licenses

What's Changed

Full Changelog: v6.1.1...v6.1.2

Version 6.1.1

28 Nov 11:33
9494a16
Compare
Choose a tag to compare

6.1.1 2024-11-28

  • ERM-3441 Licenses cannot retrieve linked agreements due to permissions error
  • ERM-3420 Missing interface dependencies in module descriptor in mod-licenses

What's Changed

Full Changelog: v6.1.0...v6.1.1

Version 6.1.0

30 Oct 12:47
Compare
Choose a tag to compare

6.1.0 2024-10-30

  • ERM-3369 Update module license, guidance and dependencies for mod-licenses
  • ERM-3089 missing content-type header in /licenses/licenses/${uuid}/linkedAgreements response
  • Fix and automatically validate module descriptor (Eureka)

What's Changed

  • docs: Include patch release notes on master branch by @Jack-Golding in #265
  • ERM-3285: Fix permission on /licenses/files/{id}/raw in mod-licenses by @Jack-Golding in #267
  • ERM-3290: Fix permission on /licenses/licenses/{id}/linkedAgreements by @Jack-Golding in #268
  • chore: Post release 6.0.3 by @Jack-Golding in #270
  • ci: Add validate module github action script by @EthanFreestone in #271
  • ERM-3387: Description can be too long for index, causing mod-licenses error when updating from 5.0.x to later versions or failure on saving licenses with a long description by @EthanFreestone in #272
  • chore: Post release by @EthanFreestone in #274
  • ERM-3369: Update module license, guidance and dependencies for mod-licenses by @Jack-Golding in #275

Full Changelog: v6.0.4...v6.1.0

Version 6.0.4

18 Oct 09:53
0fb8514
Compare
Choose a tag to compare

6.0.4 2024-10-18

  • ERM-3387 Description can be too long for index, causing mod-licenses error when updating from 5.0.x to later versions or failure on saving licenses with a long description

What's Changed

Full Changelog: v6.0.3...v6.0.4

Version 6.0.3

05 Jul 11:12
20b0b13
Compare
Choose a tag to compare

6.0.3 2024-07-05

  • ERM-3290 Fix permission on /licenses/licenses/{id}/linkedAgreements
  • ERM-3285 Fix permission on /licenses/files/{id}/raw in mod-licenses

Version 5.0.3

03 May 14:57
e1017bc
Compare
Choose a tag to compare

5.0.3 2024-05-03

  • ERM-3138 Poppy: grails 5.3.6 fixing databinding DoS (CVE-2023-46131)

Version 6.0.2

02 May 11:42
87f56ef
Compare
Choose a tag to compare

6.0.2 2024-05-02

  • ERM-3208 Export license creates empty file

Version 6.0.1

17 Apr 14:25
5fcf057
Compare
Choose a tag to compare

6.0.1 2024-04-17

  • ERM-3190 DB Connections are not being released
  • ERM-3175 Review outdated/vulnerable dependencies in mod-licenses

Version 6.0.0

22 Mar 11:53
Compare
Choose a tag to compare

6.0.0 2024-03-22

  • ERM-3111 Upgrade Grails from 5 to 6
  • ERM-3073 Identify and implement indexes that should be added
    • All searchable elements have been assigned a GIN index
    • All foreign keys have been indexed

Version 5.0.2

23 Nov 11:30
Compare
Choose a tag to compare

5.0.2 2023-11-23

  • ERM-3112 org.json:json:20201115 DoS/OOM